Author: tchemit Date: 2009-12-11 11:37:20 +0100 (Fri, 11 Dec 2009) New Revision: 717 Modified: trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-11 10:37:18 UTC (rev 716) +++ trunk/pom.xml 2009-12-11 10:37:20 UTC (rev 717) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -785,9 +785,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-1.1.2</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-1.1.2</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-1.1.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> <!-- ************************************************************* -->