Author: tchemit Date: 2012-11-11 19:50:54 +0100 (Sun, 11 Nov 2012) New Revision: 891 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/891 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/helper-maven-plugin-api/pom.xml trunk/helper-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/helper-maven-plugin/pom.xml =================================================================== --- trunk/helper-maven-plugin/pom.xml 2012-11-11 18:50:52 UTC (rev 890) +++ trunk/helper-maven-plugin/pom.xml 2012-11-11 18:50:54 UTC (rev 891) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> Modified: trunk/helper-maven-plugin-api/pom.xml =================================================================== --- trunk/helper-maven-plugin-api/pom.xml 2012-11-11 18:50:52 UTC (rev 890) +++ trunk/helper-maven-plugin-api/pom.xml 2012-11-11 18:50:54 UTC (rev 891) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin-api</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-11 18:50:52 UTC (rev 890) +++ trunk/pom.xml 2012-11-11 18:50:54 UTC (rev 891) @@ -31,7 +31,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <name>Helper Maven Plugin</name> <description>Toolbox to help creating new maven plugins</description> @@ -70,13 +70,13 @@ <scm> <connection> - scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-2.0 + scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk </connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-2.0 + scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk </developerConnection> <url> - http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-hel... + http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk </url> </scm>