Author: tchemit Date: 2008-12-10 16:30:17 +0000 (Wed, 10 Dec 2008) New Revision: 1264 Modified: topia-test/trunk/pom.xml Log: push back scm generic values Modified: topia-test/trunk/pom.xml =================================================================== --- topia-test/trunk/pom.xml 2008-12-10 16:23:30 UTC (rev 1263) +++ topia-test/trunk/pom.xml 2008-12-10 16:30:17 UTC (rev 1264) @@ -22,7 +22,7 @@ <dependency> <groupId>org.codelutin.topia</groupId> <artifactId>topia-persistence</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>${project.version}</version> <scope>compile</scope> </dependency> @@ -128,9 +128,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia-test/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia-test/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia-test/trunk/?root=topia</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm>