Author: tchemit Date: 2011-08-04 11:42:54 +0200 (Thu, 04 Aug 2011) New Revision: 1138 Url: http://nuiton.org/repositories/revision/mavenpom/1138 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-08-04 09:42:53 UTC (rev 1137) +++ trunk/mavenpom4labs/pom.xml 2011-08-04 09:42:54 UTC (rev 1138) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0</version> + <version>3.1-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-08-04 09:42:53 UTC (rev 1137) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-08-04 09:42:54 UTC (rev 1138) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.0</version> + <version>3.1-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-08-04 09:42:53 UTC (rev 1137) +++ trunk/mavenpom4redmine/pom.xml 2011-08-04 09:42:54 UTC (rev 1138) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0</version> + <version>3.1-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-04 09:42:53 UTC (rev 1137) +++ trunk/pom.xml 2011-08-04 09:42:54 UTC (rev 1138) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0</version> + <version>3.1-SNAPSHOT</version> <modules> <module>mavenpom4redmine</module> @@ -159,9 +159,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.${platform}/svn/mavenpom/tags/mavenpom-3.0</connection> - <developerConnection>scm:svn:http://svn.${platform}/svn/mavenpom/tags/mavenpom-3.0</developerConnection> - <url>http://www.${platform}/repositories/browse/mavenpom/tags/mavenpom-3.0</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> <!-- ************************************************************* -->