Author: tchemit Date: 2009-05-09 14:59:03 +0000 (Sat, 09 May 2009) New Revision: 1488 Modified: lutinpluginutil/trunk/changelog.txt lutinpluginutil/trunk/pom.xml Log: changelog Modified: lutinpluginutil/trunk/changelog.txt =================================================================== --- lutinpluginutil/trunk/changelog.txt 2009-05-09 14:57:56 UTC (rev 1487) +++ lutinpluginutil/trunk/changelog.txt 2009-05-09 14:59:03 UTC (rev 1488) @@ -1,3 +1,6 @@ +0.6 + * migrate groupId to org.nuiton + 0.5 chemit * 20090508 [chemit] - introduce DependencyUtil class to sort artifacts in dependency order Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2009-05-09 14:57:56 UTC (rev 1487) +++ lutinpluginutil/trunk/pom.xml 2009-05-09 14:59:03 UTC (rev 1488) @@ -15,7 +15,7 @@ <artifactId>lutinpluginutil</artifactId> - <version>1.0.0</version> + <version>0.6-SNAPSHOT</version> <dependencies> @@ -96,9 +96,9 @@ <!--Source control management--> <scm> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinpluginutil/trunk/?root=lutinutil</url> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinpluginutil/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinpluginutil/trunk</developerConnection> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository-->