Author: tchemit Date: 2008-10-13 20:12:54 +0000 (Mon, 13 Oct 2008) New Revision: 1207 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-10-13 20:12:51 UTC (rev 1206) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-10-13 20:12:54 UTC (rev 1207) @@ -42,7 +42,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour switcher les licenses</name> - <version>0.4</version> + <version>0.5-SNAPSHOT</version> <description>Plugin pour switcher de license dans un module maven 2</description> <inceptionYear>2008</inceptionYear> @@ -96,9 +96,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.4</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/tags/0.4</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/tags/0.4?root=lutinutil</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/maven-license-switcher-plugin/trunk</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/trunk/?root=lutinutil</url> </scm> </project>