Author: tchemit Date: 2008-10-20 23:36:49 +0000 (Mon, 20 Oct 2008) New Revision: 1174 Modified: topia-service/trunk/pom.xml Log: scm generic values after release Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-10-20 23:19:35 UTC (rev 1173) +++ topia-service/trunk/pom.xml 2008-10-20 23:36:49 UTC (rev 1174) @@ -135,9 +135,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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org