Author: chatellier Date: 2009-01-14 11:02:54 +0000 (Wed, 14 Jan 2009) New Revision: 294 Modified: maven-lutin-skin/trunk/pom.xml Log: Fix scm values Modified: maven-lutin-skin/trunk/pom.xml =================================================================== --- maven-lutin-skin/trunk/pom.xml 2009-01-14 11:00:28 UTC (rev 293) +++ maven-lutin-skin/trunk/pom.xml 2009-01-14 11:02:54 UTC (rev 294) @@ -41,8 +41,8 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-lutin-skin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-lutin-skin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-lutin-skin/trunk/?root=lutinbuilder</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> </project>