Author: chemit Date: 2008-11-17 09:55:30 +0000 (Mon, 17 Nov 2008) New Revision: 1229 Modified: topia/trunk/pom.xml Log: push back scm generic values after release Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-11-17 09:39:45 UTC (rev 1228) +++ topia/trunk/pom.xml 2008-11-17 09:55:30 UTC (rev 1229) @@ -199,9 +199,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> </project>