Author: tchemit Date: 2010-01-07 03:57:10 +0100 (Thu, 07 Jan 2010) New Revision: 736 Modified: trunk/pom.xml Log: [maven-release-plugin] prepare release mavenpom-1.1.4 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-07 02:55:10 UTC (rev 735) +++ trunk/pom.xml 2010-01-07 02:57:10 UTC (rev 736) @@ -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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -12,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.4</version> <!-- POM Relationships : Inheritance --> @@ -233,9 +231,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-1.1.4</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-1.1.4</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-1.1.4</url> </scm> <!-- ************************************************************* --> @@ -348,7 +346,7 @@ </redmine.collectedFiles> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> <!-- to include (or not) attached files to redmine file to publish --> <redmine.includeAttached>false</redmine.includeAttached>