r1415 - in topia/trunk: . topia-persistence topia-soa topia-ui
Author: chatellier Date: 2009-04-09 12:32:35 +0000 (Thu, 09 Apr 2009) New Revision: 1415 Modified: topia/trunk/pom.xml topia/trunk/topia-persistence/pom.xml topia/trunk/topia-soa/pom.xml topia/trunk/topia-ui/pom.xml Log: Fix scm values Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-04-09 10:28:23 UTC (rev 1414) +++ topia/trunk/pom.xml 2009-04-09 12:32:35 UTC (rev 1415) @@ -248,9 +248,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/?root=topia</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository--> Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2009-04-09 10:28:23 UTC (rev 1414) +++ topia/trunk/topia-persistence/pom.xml 2009-04-09 12:32:35 UTC (rev 1415) @@ -130,9 +130,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/topia-persistence/?root=topia</url> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</developerConnection> + <url>${maven.scm.url.child}</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> </scm> Modified: topia/trunk/topia-soa/pom.xml =================================================================== --- topia/trunk/topia-soa/pom.xml 2009-04-09 10:28:23 UTC (rev 1414) +++ topia/trunk/topia-soa/pom.xml 2009-04-09 12:32:35 UTC (rev 1415) @@ -134,9 +134,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/topia-soa/?root=topia</url> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</developerConnection> + <url>${maven.scm.url.child}</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> </scm> </project> Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-04-09 10:28:23 UTC (rev 1414) +++ topia/trunk/topia-ui/pom.xml 2009-04-09 12:32:35 UTC (rev 1415) @@ -107,9 +107,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/trunk/topia-ui/?root=topia</url> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</developerConnection> + <url>${maven.scm.url.child}</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> </scm> </project>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org