Author: chatellier Date: 2009-04-09 12:28:24 +0000 (Thu, 09 Apr 2009) New Revision: 2099 Modified: isis-fish/trunk/pom.xml Log: Fix scm values Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-04-09 10:59:01 UTC (rev 2098) +++ isis-fish/trunk/pom.xml 2009-04-09 12:28:24 UTC (rev 2099) @@ -542,9 +542,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://chatellier 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)
-
chatellierï¼ users.labs.libre-entreprise.org