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

This commit is contained in:
Michael Bayne
2010-10-22 06:07:52 +00:00
parent e3dcf153b6
commit 4f5b3d772d
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId> <artifactId>jmustache</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0</version> <version>1.1-SNAPSHOT</version>
<name>jmustache</name> <name>jmustache</name>
<description>A Java implementation of the Mustache templating language.</description> <description>A Java implementation of the Mustache templating language.</description>
<url>http://code.google.com/p/jmustache/</url> <url>http://code.google.com/p/jmustache/</url>
@@ -35,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://jmustache.googlecode.com/svn/tags/jmustache-1.0</connection> <connection>scm:svn:http://jmustache.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://jmustache.googlecode.com/svn/tags/jmustache-1.0</developerConnection> <developerConnection>scm:svn:https://jmustache.googlecode.com/svn/trunk/</developerConnection>
<url>http://jmustache.googlecode.com/svn/tags/jmustache-1.0</url> <url>http://jmustache.googlecode.com/svn/trunk/</url>
</scm> </scm>
<dependencies> <dependencies>