[maven-release-plugin] prepare release gson-parent-2.4

This commit is contained in:
Inderjeet Singh 2015-10-03 17:38:17 -07:00
parent d1883b5e5b
commit 80c13447ed
2 changed files with 4 additions and 4 deletions

View File

@ -3,14 +3,14 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<packaging>jar</packaging>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<inceptionYear>2008</inceptionYear>
<name>Gson</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<relativePath></relativePath>
<relativePath />
</parent>
<url>https://github.com/google/gson</url>
<description>Google Gson library</description>

View File

@ -3,14 +3,14 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<packaging>pom</packaging>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<inceptionYear>2008</inceptionYear>
<name>Gson Parent</name>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<relativePath></relativePath>
<relativePath />
</parent>
<url>https://github.com/google/gson</url>
<description>Google Gson library</description>