r1436 - in topia/trunk: . topia-persistence topia-soa topia-ui
Author: tchemit Date: 2009-04-20 14:39:09 +0000 (Mon, 20 Apr 2009) New Revision: 1436 Modified: topia/trunk/pom.xml topia/trunk/topia-persistence/pom.xml topia/trunk/topia-soa/pom.xml topia/trunk/topia-ui/pom.xml Log: push back generic scm values Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-04-20 14:19:29 UTC (rev 1435) +++ topia/trunk/pom.xml 2009-04-20 14:39:09 UTC (rev 1436) @@ -247,9 +247,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@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-20 14:19:29 UTC (rev 1435) +++ topia/trunk/topia-persistence/pom.xml 2009-04-20 14:39:09 UTC (rev 1436) @@ -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://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-persistence</developerConnection> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> Modified: topia/trunk/topia-soa/pom.xml =================================================================== --- topia/trunk/topia-soa/pom.xml 2009-04-20 14:19:29 UTC (rev 1435) +++ topia/trunk/topia-soa/pom.xml 2009-04-20 14:39:09 UTC (rev 1436) @@ -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://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-soa</developerConnection> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> </project> Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-04-20 14:19:29 UTC (rev 1435) +++ topia/trunk/topia-ui/pom.xml 2009-04-20 14:39:09 UTC (rev 1436) @@ -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://tchemit@labs.libre-entreprise.org/svnroot/topia/topia/trunk/topia-ui</developerConnection> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org