Author: tchemit Date: 2009-11-02 00:49:01 +0100 (Mon, 02 Nov 2009) New Revision: 626 Modified: trunk/pom.xml Log: [maven-release-plugin] prepare release maven-helper-plugin-1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-01 23:18:31 UTC (rev 625) +++ trunk/pom.xml 2009-11-01 23:49:01 UTC (rev 626) @@ -1,6 +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> @@ -11,7 +10,7 @@ <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <dependencies> @@ -278,9 +277,9 @@ </mailingLists> <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.1.0</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.1.0</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-helper-plugin-1.1.0</url> </scm> <issueManagement> @@ -316,6 +315,9 @@ <properties> + <platform>nuiton.org</platform> + <listId>maven-helper-plugin</listId> + <license.version>2.0.0</license.version> <jredmine.version>1.0.0-rc-2</jredmine.version> <maven.version>2.2.1</maven.version> @@ -340,7 +342,6 @@ <repository.home.url>http://maven.nuiton.org/release</repository.home.url> <!-- redmine configuration --> - <platform>nuiton.org</platform> <redmine.safe>false</redmine.safe> <redmine.url>http://www.${platform}</redmine.url> <redmine.projectId>maven-helper-plugin</redmine.projectId> @@ -1097,7 +1098,7 @@ </goals> <phase>install</phase> <configuration> - <extraFiles/> + <extraFiles /> <descriptionFile>${redmine.collectedFiles}</descriptionFile> </configuration> </execution>