[maven-release-plugin] prepare release moshi-parent-1.6.0

This commit is contained in:
Jesse Wilson 2018-05-14 23:00:02 -04:00
parent 6deb12bdc8
commit bf4d1f8693
7 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
</parent> </parent>
<artifactId>moshi-adapters</artifactId> <artifactId>moshi-adapters</artifactId>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
</parent> </parent>
<artifactId>moshi-examples</artifactId> <artifactId>moshi-examples</artifactId>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
@ -168,7 +168,7 @@
</includes> </includes>
</artifactSet> </artifactSet>
<transformers> <transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers> </transformers>
<relocations> <relocations>
<!-- Repackage KotlinPoet until its API is stable. --> <!-- Repackage KotlinPoet until its API is stable. -->

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
</parent> </parent>
<artifactId>moshi-kotlin</artifactId> <artifactId>moshi-kotlin</artifactId>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
</parent> </parent>
<artifactId>moshi</artifactId> <artifactId>moshi</artifactId>

View file

@ -11,7 +11,7 @@
<groupId>com.squareup.moshi</groupId> <groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId> <artifactId>moshi-parent</artifactId>
<version>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Moshi (Parent)</name> <name>Moshi (Parent)</name>
<description>A modern JSON API for Android and Java</description> <description>A modern JSON API for Android and Java</description>
@ -45,7 +45,7 @@
<url>https://github.com/square/moshi/</url> <url>https://github.com/square/moshi/</url>
<connection>scm:git:https://github.com/square/moshi.git</connection> <connection>scm:git:https://github.com/square/moshi.git</connection>
<developerConnection>scm:git:git@github.com:square/moshi.git</developerConnection> <developerConnection>scm:git:git@github.com:square/moshi.git</developerConnection>
<tag>HEAD</tag> <tag>moshi-parent-1.6.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>