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