Author: tchemit Date: 2008-10-09 10:31:25 +0000 (Thu, 09 Oct 2008) New Revision: 238 Modified: jrst/trunk/pom.xml maven-jrst-plugin/trunk/pom.xml Log: apres release, on remet les valeurs scm Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-09 10:23:59 UTC (rev 237) +++ jrst/trunk/pom.xml 2008-10-09 10:31:25 UTC (rev 238) @@ -40,9 +40,9 @@ <!--Source control management--> <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> <build> Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2008-10-09 10:23:59 UTC (rev 237) +++ maven-jrst-plugin/trunk/pom.xml 2008-10-09 10:31:25 UTC (rev 238) @@ -79,9 +79,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-jrst-plugin/trunk/?root=jrst</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!-- Maven Environment : profiles -->