Author: tchemit Date: 2011-03-12 15:11:11 +0100 (Sat, 12 Mar 2011) New Revision: 1092 Url: http://nuiton.org/repositories/revision/mavenpom/1092 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/mavenpom4labs/pom.xml trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2011-03-12 14:11:09 UTC (rev 1091) +++ trunk/mavenpom4labs/pom.xml 2011-03-12 14:11:11 UTC (rev 1092) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.5.2</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-03-12 14:11:09 UTC (rev 1091) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-03-12 14:11:11 UTC (rev 1092) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.5.2</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-03-12 14:11:09 UTC (rev 1091) +++ trunk/mavenpom4redmine/pom.xml 2011-03-12 14:11:11 UTC (rev 1092) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.5.2</version> + <version>2.5.3-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-03-12 14:11:09 UTC (rev 1091) +++ trunk/pom.xml 2011-03-12 14:11:11 UTC (rev 1092) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>2.5.2</version> + <version>2.5.3-SNAPSHOT</version> <modules> <module>mavenpom4redmine</module> @@ -159,9 +159,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-2.5.2</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-2.5.2</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-2.5.2</url> + <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/trunk</url> </scm> <!-- ************************************************************* -->