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

This commit is contained in:
Joel Leitch 2011-11-13 21:10:17 +00:00
parent 878314c5b8
commit 65e9215a07

View File

@ -3,7 +3,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<packaging>jar</packaging>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear>
<name>Gson</name>
<parent>
@ -24,9 +24,9 @@
</license>
</licenses>
<scm>
<connection>scm:svn:http://google-gson.googlecode.com/svn/tags/gson-2.0</connection>
<developerConnection>scm:svn:https://google-gson.googlecode.com/svn/tags/gson-2.0</developerConnection>
<url>http://google-gson.googlecode.com/svn/tags/gson-2.0</url>
<connection>scm:svn:http://google-gson.googlecode.com/svn/trunk/gson</connection>
<developerConnection>scm:svn:https://google-gson.googlecode.com/svn/trunk/gson</developerConnection>
<url>http://google-gson.googlecode.com/svn/trunk/gson</url>
</scm>
<issueManagement>
<system>Google Code Issue Tracking</system>