r1167 - in trunk: . mavenpom4labs mavenpom4redmine mavenpom4redmine/mavenpom4redmineAndCentral
Author: tchemit Date: 2011-09-09 17:36:23 +0200 (Fri, 09 Sep 2011) New Revision: 1167 Url: http://nuiton.org/repositories/revision/mavenpom/1167 Log: [maven-release-plugin] prepare release mavenpom-3.0.3 Modified: trunk/mavenpom4labs/pom.xml trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2011-09-09 15:34:12 UTC (rev 1166) +++ trunk/mavenpom4labs/pom.xml 2011-09-09 15:36:23 UTC (rev 1167) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-09-09 15:34:12 UTC (rev 1166) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-09-09 15:36:23 UTC (rev 1167) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-09-09 15:34:12 UTC (rev 1166) +++ trunk/mavenpom4redmine/pom.xml 2011-09-09 15:36:23 UTC (rev 1167) @@ -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/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> @@ -36,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> </parent> <artifactId>mavenpom4redmine</artifactId> @@ -147,7 +145,7 @@ </redmine.templateDirectory> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> <!-- use this for a lib extra files --> <redmine.libReleaseFiles> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 15:34:12 UTC (rev 1166) +++ trunk/pom.xml 2011-09-09 15:36:23 UTC (rev 1167) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> <modules> <module>mavenpom4redmine</module> @@ -159,9 +159,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-3.0.3</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.0.3</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.0.3</url> </scm> <!-- ************************************************************* --> @@ -490,7 +490,7 @@ <phase>generate-test-sources</phase> <configuration> <target> - <mkdir dir="${basedir}/target/surefire-workdir"/> + <mkdir dir="${basedir}/target/surefire-workdir" /> </target> </configuration> <goals> @@ -1520,7 +1520,7 @@ </redmine.templateDirectory> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> </properties>
participants (1)
-
tchemit@users.nuiton.org