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

This commit is contained in:
jwilson
2017-05-14 22:20:00 -04:00
parent f42ae45f4c
commit 798f14bda5
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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