Author: chatellier Date: 2008-11-14 11:16:46 +0000 (Fri, 14 Nov 2008) New Revision: 1223 Modified: topia-service/trunk/pom.xml Log: Correct vars Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-11-14 11:16:17 UTC (rev 1222) +++ topia-service/trunk/pom.xml 2008-11-14 11:16:46 UTC (rev 1223) @@ -142,9 +142,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia-service/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia-service/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia-service/trunk/?root=topia</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> </project>