Author: tchemit Date: 2010-08-11 16:21:10 +0200 (Wed, 11 Aug 2010) New Revision: 966 Url: http://nuiton.org/repositories/revision/mavenpom/966 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-08-11 14:21:09 UTC (rev 965) +++ trunk/mavenpom4labs/pom.xml 2010-08-11 14:21:10 UTC (rev 966) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2.3</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2010-08-11 14:21:09 UTC (rev 965) +++ trunk/mavenpom4redmine/pom.xml 2010-08-11 14:21:10 UTC (rev 966) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2.3</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-11 14:21:09 UTC (rev 965) +++ trunk/pom.xml 2010-08-11 14:21:10 UTC (rev 966) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.2.3</version> + <version>2.2.4-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.3</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-2.2.3 + <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.3</url> + <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> </scm> <!-- ************************************************************* -->