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

This commit is contained in:
jwilson 2017-05-14 22:19:55 -04:00
parent 77a1f388db
commit f42ae45f4c
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-SNAPSHOT</version>
<version>1.5.0</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-SNAPSHOT</version>
<version>1.5.0</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-SNAPSHOT</version>
<version>1.5.0</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-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>moshi</artifactId>

View file

@ -11,7 +11,7 @@
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</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>HEAD</tag>
<tag>moshi-parent-1.5.0</tag>
</scm>
<issueManagement>