Author: tchemit Date: 2009-04-09 15:37:30 +0000 (Thu, 09 Apr 2009) New Revision: 300 Modified: jrst/trunk/pom.xml Log: push back scm generic values Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2009-04-09 15:26:37 UTC (rev 299) +++ jrst/trunk/pom.xml 2009-04-09 15:37:30 UTC (rev 300) @@ -249,9 +249,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jrst/trunk/?root=jrst</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