Author: maven-release Date: 2011-09-22 19:01:21 +0200 (Thu, 22 Sep 2011) New Revision: 1176 Url: http://nuiton.org/repositories/revision/mavenpom/1176 Log: [maven-release-plugin] prepare release mavenpom-3.0.4 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-22 16:26:24 UTC (rev 1175) +++ trunk/mavenpom4labs/pom.xml 2011-09-22 17:01:21 UTC (rev 1176) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.4-SNAPSHOT</version> + <version>3.0.4</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-09-22 16:26:24 UTC (rev 1175) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2011-09-22 17:01:21 UTC (rev 1176) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.0.4-SNAPSHOT</version> + <version>3.0.4</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-09-22 16:26:24 UTC (rev 1175) +++ trunk/mavenpom4redmine/pom.xml 2011-09-22 17:01:21 UTC (rev 1176) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.4-SNAPSHOT</version> + <version>3.0.4</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-22 16:26:24 UTC (rev 1175) +++ trunk/pom.xml 2011-09-22 17:01:21 UTC (rev 1176) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.0.4-SNAPSHOT</version> + <version>3.0.4</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.4</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.0.4</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.0.4</url> </scm> <!-- ************************************************************* --> @@ -491,7 +491,7 @@ <phase>generate-test-sources</phase> <configuration> <target> - <mkdir dir="${basedir}/target/surefire-workdir"/> + <mkdir dir="${basedir}/target/surefire-workdir" /> </target> </configuration> <goals> @@ -1521,7 +1521,7 @@ </redmine.templateDirectory> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> </properties>