Author: tchemit Date: 2010-04-12 13:39:55 +0200 (Mon, 12 Apr 2010) New Revision: 1741 Log: [maven-release-plugin] prepare release maven-license-plugin-2.1 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-12 11:36:18 UTC (rev 1740) +++ trunk/pom.xml 2010-04-12 11:39:55 UTC (rev 1741) @@ -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> @@ -16,7 +14,7 @@ </parent> <artifactId>maven-license-plugin</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <dependencies> @@ -277,9 +275,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.1</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/tags/maven-license-plugin-2.1</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-license-plugin/tags/maven-license-plugin-2.1</url> </scm> <!-- ************************************************************* --> @@ -465,11 +463,7 @@ <phase>pre-site</phase> <configuration> <tasks> - <copy verbose="${maven.verbose}" - failonerror="false" - overwrite="false" - file="target/generated-site/xsd/licenseProjectDescriptor-${mdoVersion}.xsd" - tofile="target/site/licenseProjectDescriptor-${mdoVersion}.xsd"/> + <copy verbose="${maven.verbose}" failonerror="false" overwrite="false" file="target/generated-site/xsd/licenseProjectDescriptor-${mdoVersion}.xsd" tofile="target/site/licenseProjectDescriptor-${mdoVersion}.xsd" /> </tasks> </configuration> <goals>