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

This commit is contained in:
Éamonn McManus 2021-10-29 12:58:56 -07:00
parent 6a368d89da
commit 128586847b
3 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.8.9</version>
<version>2.9-SNAPSHOT</version>
</parent>
<artifactId>gson-extras</artifactId>
<packaging>jar</packaging>
<version>2.8.9</version>
<version>2.9-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear>
<name>Gson Extras</name>
<description>Google Gson grab bag of utilities, type adapters, etc.</description>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.8.9</version>
<version>2.9-SNAPSHOT</version>
</parent>
<artifactId>gson</artifactId>

View File

@ -11,7 +11,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.8.9</version>
<version>2.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Gson Parent</name>
@ -32,7 +32,7 @@
<url>https://github.com/google/gson/</url>
<connection>scm:git:https://github.com/google/gson.git</connection>
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
<tag>gson-parent-2.8.9</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>