Author: tchemit Date: 2010-04-16 19:34:13 +0200 (Fri, 16 Apr 2010) New Revision: 1762 Log: [maven-release-plugin] prepare release maven-license-plugin-2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-16 17:33:28 UTC (rev 1761) +++ trunk/pom.xml 2010-04-16 17:34:13 UTC (rev 1762) @@ -23,9 +23,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<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> @@ -40,7 +38,7 @@ </parent> <artifactId>maven-license-plugin</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <dependencies> @@ -309,9 +307,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/maven-license-plugin/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/tags/maven-license-plugin-2.2</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/tags/maven-license-plugin-2.2</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-license-plugin/tags/maven-license-plugin-2.2</url> </scm> <!-- ************************************************************* -->