Author: tchemit Date: 2008-12-10 15:57:54 +0000 (Wed, 10 Dec 2008) New Revision: 1259 Modified: topia-service/trunk/pom.xml Log: push back scm generic values Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-12-10 15:47:07 UTC (rev 1258) +++ topia-service/trunk/pom.xml 2008-12-10 15:57:54 UTC (rev 1259) @@ -167,9 +167,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> </project>