Author: tchemit Date: 2009-05-17 17:45:40 +0000 (Sun, 17 May 2009) New Revision: 351 Modified: jrst/trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2009-05-17 17:45:36 UTC (rev 350) +++ jrst/trunk/pom.xml 2009-05-17 17:45:40 UTC (rev 351) @@ -14,7 +14,7 @@ </parent> <artifactId>jrst</artifactId> - <version>1.0.0-alpha-1</version> + <version>1.0.0-alpha-2-SNAPSHOT</version> <dependencies> <dependency> @@ -238,8 +238,8 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/jrst/tags/jrst-1.0.0-alpha-1</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/tags/jrst-1.0.0-alpha-1</developerConnection> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</developerConnection> <!-- a utiliser quand on sera sur nuiton --> <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId @@ -247,7 +247,7 @@ <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url--> - <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/jrst-1.0.0-alpha-1</url> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/1.0.0-alpha-1/jrst</url> </scm> <!-- Maven Environment : profiles -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org