Author: tchemit Date: 2010-07-11 08:51:40 +0200 (Sun, 11 Jul 2010) New Revision: 2061 Url: http://nuiton.org/repositories/revision/topia/2061 Log: [maven-release-plugin] prepare release topia-2.4 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-07-10 10:53:38 UTC (rev 2060) +++ trunk/pom.xml 2010-07-11 06:51:40 UTC (rev 2061) @@ -37,7 +37,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> <modules> <module>topia-persistence</module> @@ -315,9 +315,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/topia/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/topia-2.4</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/tags/topia-2.4</developerConnection> + <url>http://www.nuiton.org/repositories/browse/topia/tags/topia-2.4</url> </scm> </project>