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

This commit is contained in:
Michael Bayne
2010-09-21 06:01:58 +00:00
parent bf0470b81a
commit 90301057f6
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId>
<artifactId>getdown</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<name>getdown</name>
<description>An application installer and updater.</description>
<url>http://code.google.com/p/getdown/</url>
@@ -35,9 +35,9 @@
</developers>
<scm>
<connection>scm:svn:http://getdown.googlecode.com/svn/tags/getdown-1.0</connection>
<developerConnection>scm:svn:https://getdown.googlecode.com/svn/tags/getdown-1.0</developerConnection>
<url>http://getdown.googlecode.com/svn/tags/getdown-1.0</url>
<connection>scm:svn:http://getdown.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://getdown.googlecode.com/svn/trunk/</developerConnection>
<url>http://getdown.googlecode.com/svn/trunk/</url>
</scm>
<dependencies>