[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Jesse Wilson 2018-05-06 21:50:45 -04:00
parent c2f890879c
commit 986cc4c794
7 changed files with 8 additions and 8 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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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-RC1</version> <version>1.6.0-SNAPSHOT</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>moshi-parent-1.6.0-RC1</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>