[Lutinutil-commits] r1487 - maven-license-switcher-plugin/trunk
Author: tchemit Date: 2009-05-09 14:57:56 +0000 (Sat, 09 May 2009) New Revision: 1487 Modified: maven-license-switcher-plugin/trunk/changelog.txt maven-license-switcher-plugin/trunk/pom.xml Log: changelog Modified: maven-license-switcher-plugin/trunk/changelog.txt =================================================================== --- maven-license-switcher-plugin/trunk/changelog.txt 2009-05-09 14:41:05 UTC (rev 1486) +++ maven-license-switcher-plugin/trunk/changelog.txt 2009-05-09 14:57:56 UTC (rev 1487) @@ -1,5 +1,5 @@ -1.0.0 - * passage en groupId org.nuiton +0.9 + * migrate groupId to org.nuiton 0.8 chemit 20090509 * release avant passage en groupId nuiton Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-05-09 14:41:05 UTC (rev 1486) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-05-09 14:57:56 UTC (rev 1487) @@ -14,7 +14,7 @@ <artifactId>maven-license-switcher-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.9-SNAPSHOT</version> <dependencies> @@ -170,9 +170,9 @@ <!--Source control management--> <scm> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-license-switcher-plugin/trunk/?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> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org