Author: maven-release Date: 2012-01-04 18:10:39 +0100 (Wed, 04 Jan 2012) New Revision: 1200 Url: http://nuiton.org/repositories/revision/mavenpom/1200 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 2012-01-04 17:10:39 UTC (rev 1199) +++ trunk/mavenpom4labs/pom.xml 2012-01-04 17:10:39 UTC (rev 1200) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.7</version> + <version>3.0.8-SNAPSHOT</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-01-04 17:10:39 UTC (rev 1199) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-01-04 17:10:39 UTC (rev 1200) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.0.7</version> + <version>3.0.8-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-01-04 17:10:39 UTC (rev 1199) +++ trunk/mavenpom4redmine/pom.xml 2012-01-04 17:10:39 UTC (rev 1200) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.7</version> + <version>3.0.8-SNAPSHOT</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 17:10:39 UTC (rev 1199) +++ trunk/pom.xml 2012-01-04 17:10:39 UTC (rev 1200) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.7</version> + <version>3.0.8-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-3.0.7</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.0.7</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.0.7</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> <!-- ************************************************************* -->