Author: tchemit Date: 2012-10-30 08:40:36 +0100 (Tue, 30 Oct 2012) New Revision: 1373 Url: http://nuiton.org/repositories/revision/mavenpom/1373 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/mavenpom4labs/pom.xml trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml trunk/mavenpom4redmine/pom.xml trunk/mavenpomdoc/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2012-10-30 07:40:34 UTC (rev 1372) +++ trunk/mavenpom4labs/pom.xml 2012-10-30 07:40:36 UTC (rev 1373) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-10-30 07:40:34 UTC (rev 1372) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-10-30 07:40:36 UTC (rev 1373) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-10-30 07:40:34 UTC (rev 1372) +++ trunk/mavenpom4redmine/pom.xml 2012-10-30 07:40:36 UTC (rev 1373) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/mavenpomdoc/pom.xml =================================================================== --- trunk/mavenpomdoc/pom.xml 2012-10-30 07:40:34 UTC (rev 1372) +++ trunk/mavenpomdoc/pom.xml 2012-10-30 07:40:36 UTC (rev 1373) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <relativePath>../mavenpom4redmine/mavenpom4redmineAndCentral</relativePath> </parent> @@ -93,9 +93,9 @@ </distributionManagement> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.3/mavenpomdoc</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.3/mavenpomdoc</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.4.3/mavenpomdoc</url> + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk/mavenpomdoc</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk/mavenpomdoc</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk/mavenpomdoc</url> </scm> <reporting> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-30 07:40:34 UTC (rev 1372) +++ trunk/pom.xml 2012-10-30 07:40:36 UTC (rev 1373) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> <modules> <module>mavenpom4redmine</module> @@ -171,9 +171,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.3</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.3</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.4.3</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> <!-- ************************************************************* -->