Author: tchemit Date: 2009-02-20 16:12:16 +0000 (Fri, 20 Feb 2009) New Revision: 1856 Modified: isis-fish/trunk/pom.xml Log: push back generic scm values Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-02-20 15:36:08 UTC (rev 1855) +++ isis-fish/trunk/pom.xml 2009-02-20 16:12:16 UTC (rev 1856) @@ -512,9 +512,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous at labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit at labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/isis-fish/trunk/?root=isis-fish</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