Author: tchemit Date: 2010-01-06 21:03:30 +0100 (Wed, 06 Jan 2010) New Revision: 649 Modified: trunk/pom.xml Log: [maven-release-plugin] prepare release maven-helper-plugin-1.2.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-06 19:12:50 UTC (rev 648) +++ trunk/pom.xml 2010-01-06 20:03:30 UTC (rev 649) @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -18,7 +16,7 @@ <!--<groupId>org.nuiton</groupId>--> <artifactId>maven-helper-plugin</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <dependencies> @@ -266,9 +264,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.0</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.0</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-helper-plugin-1.2.0</url> </scm> <!-- ************************************************************* -->