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

This commit is contained in:
jwilson 2015-09-27 13:25:18 -04:00
parent 5a4a58a0cc
commit e93e6574ca
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.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.0.0-SNAPSHOT</version>
<version>1.0.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.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>moshi</artifactId>

View file

@ -11,7 +11,7 @@
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Moshi (Parent)</name>
<description>A modern JSON API for Android and Java</description>
@ -39,7 +39,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.0.0</tag>
</scm>
<issueManagement>