[Lutinutil-commits] r1210 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2008-10-13 20:27:30 +0000 (Mon, 13 Oct 2008) New Revision: 1210 Modified: maven-license-switcher-plugin/trunk/pom.xml Log: retry release... Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-10-13 20:27:01 UTC (rev 1209) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-10-13 20:27:30 UTC (rev 1210) @@ -42,7 +42,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven pour switcher les licenses</name> - <version>0.5-SNAPSHOT</version> + <version>0.4-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/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> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org