Author: tchemit Date: 2010-06-19 18:13:33 +0200 (Sat, 19 Jun 2010) New Revision: 929 Url: http://nuiton.org/repositories/revision/mavenpom/929 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/mavenpom4labs/pom.xml trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2010-06-19 16:13:31 UTC (rev 928) +++ trunk/mavenpom4labs/pom.xml 2010-06-19 16:13:33 UTC (rev 929) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2010-06-19 16:13:31 UTC (rev 928) +++ trunk/mavenpom4redmine/pom.xml 2010-06-19 16:13:33 UTC (rev 929) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-19 16:13:31 UTC (rev 928) +++ trunk/pom.xml 2010-06-19 16:13:33 UTC (rev 929) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> <modules> <module>mavenpom4redmine</module> @@ -246,10 +246,10 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-2.2</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-2.2 + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk </developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-2.2</url> + <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> </scm> <!-- ************************************************************* -->