Author: echatellier Date: 2012-03-05 18:30:22 +0100 (Mon, 05 Mar 2012) New Revision: 3643 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3643 Log: Fix scm properties Modified: branches/4.1/pom.xml Modified: branches/4.1/pom.xml =================================================================== --- branches/4.1/pom.xml 2012-03-05 17:29:11 UTC (rev 3642) +++ branches/4.1/pom.xml 2012-03-05 17:30:22 UTC (rev 3643) @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>4.1.0.0-beta-2-SNAPSHOT</version> + <version>4.1.0.0-beta-1-SNAPSHOT</version> <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> @@ -729,9 +729,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/trunk</connection> - <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/trunk</developerConnection> - <url>http://svn.forge.codelutin.com/svn/isis-fish/trunk</url> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/branches/4.1</connection> + <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/branches/4.1</developerConnection> + <url>http://svn.forge.codelutin.com/svn/isis-fish/branches/4.1</url> </scm> <repositories>
participants (1)
-
echatellier@users.forge.codelutin.com