Author: tchemit Date: 2009-05-17 09:55:30 +0000 (Sun, 17 May 2009) New Revision: 473 Modified: maven-helper-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare release 1.0.0-alpha-1 Modified: maven-helper-plugin/trunk/pom.xml =================================================================== --- maven-helper-plugin/trunk/pom.xml 2009-05-17 09:36:18 UTC (rev 472) +++ maven-helper-plugin/trunk/pom.xml 2009-05-17 09:55:30 UTC (rev 473) @@ -10,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> - <version>1.0.0-alpha-1-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <dependencies> @@ -438,9 +438,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-helper-plugin/trunk?root=lutinbuilder</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/tags/1.0.0-alpha-1</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/tags/1.0.0-alpha-1</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-helper-plugin/trunk/tags/1.0.0-alpha-1?root=lutinbuilder</url> <!-- a utiliser quand on sera sur nuiton --> <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection>