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

This commit is contained in:
Michael Bayne
2010-11-19 01:11:49 +00:00
parent 51fd4c08f5
commit 6f5cc3a7dc
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>getdown</artifactId> <artifactId>getdown</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.1</version> <version>1.2-SNAPSHOT</version>
<name>getdown</name> <name>getdown</name>
<description>An application installer and updater.</description> <description>An application installer and updater.</description>
<url>http://code.google.com/p/getdown/</url> <url>http://code.google.com/p/getdown/</url>
@@ -35,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://getdown.googlecode.com/svn/tags/getdown-1.1</connection> <connection>scm:svn:http://getdown.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://getdown.googlecode.com/svn/tags/getdown-1.1</developerConnection> <developerConnection>scm:svn:https://getdown.googlecode.com/svn/trunk/</developerConnection>
<url>http://getdown.googlecode.com/svn/tags/getdown-1.1</url> <url>http://getdown.googlecode.com/svn/trunk/</url>
</scm> </scm>
<repositories> <repositories>