Author: tchemit Date: 2009-02-20 14:44:17 +0000 (Fri, 20 Feb 2009) New Revision: 1398 Modified: topia-service/trunk/pom.xml Log: push back generic scm values Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2009-02-20 14:36:29 UTC (rev 1397) +++ topia-service/trunk/pom.xml 2009-02-20 14:44:17 UTC (rev 1398) @@ -173,9 +173,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia-service/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@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> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org