Author: tchemit Date: 2009-12-07 16:34:06 +0100 (Mon, 07 Dec 2009) New Revision: 707 Modified: trunk/pom.xml Log: [maven-release-plugin] prepare release mavenpom-1.1.1 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-07 15:33:31 UTC (rev 706) +++ trunk/pom.xml 2009-12-07 15:34:06 UTC (rev 707) @@ -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/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> @@ -11,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <!-- POM Relationships : Inheritance --> @@ -271,7 +270,7 @@ <redmine.collectedFiles>target/collect.properties</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> @@ -786,9 +785,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.1</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-1.1.1</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-1.1.1</url> </scm> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org