Author: tchemit Date: 2008-10-20 23:16:20 +0000 (Mon, 20 Oct 2008) New Revision: 1169 Modified: topia/trunk/pom.xml Log: scm generic values after release Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-10-20 22:57:00 UTC (rev 1168) +++ topia/trunk/pom.xml 2008-10-20 23:16:20 UTC (rev 1169) @@ -195,10 +195,13 @@ </repository> </repositories> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org