[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> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>2.4-SNAPSHOT</version> <version>2.4</version>
<inceptionYear>2008</inceptionYear> <inceptionYear>2008</inceptionYear>
<name>Gson</name> <name>Gson</name>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId> <artifactId>oss-parent</artifactId>
<version>9</version> <version>9</version>
<relativePath></relativePath> <relativePath />
</parent> </parent>
<url>https://github.com/google/gson</url> <url>https://github.com/google/gson</url>
<description>Google Gson library</description> <description>Google Gson library</description>

View File

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