Author: tchemit Date: 2009-05-11 05:35:52 +0000 (Mon, 11 May 2009) New Revision: 319 Modified: jrst/trunk/pom.xml Log: push back scm generic values Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2009-05-11 05:15:18 UTC (rev 318) +++ jrst/trunk/pom.xml 2009-05-11 05:35:52 UTC (rev 319) @@ -265,9 +265,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