Author: maven-release Date: 2013-08-08 15:09:18 +0200 (Thu, 08 Aug 2013) New Revision: 909 Url: http://nuiton.org/projects/maven-helper-plugin/repository/revisions/909 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 2013-08-08 13:09:15 UTC (rev 908) +++ trunk/helper-maven-plugin/pom.xml 2013-08-08 13:09:18 UTC (rev 909) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> Modified: trunk/helper-maven-plugin-api/pom.xml =================================================================== --- trunk/helper-maven-plugin-api/pom.xml 2013-08-08 13:09:15 UTC (rev 908) +++ trunk/helper-maven-plugin-api/pom.xml 2013-08-08 13:09:18 UTC (rev 909) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin-api</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 13:09:15 UTC (rev 908) +++ trunk/pom.xml 2013-08-08 13:09:18 UTC (rev 909) @@ -31,7 +31,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.1</version> + <version>2.2-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.1 + 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.1 + 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>