r1355 - in trunk: . mavenpom4labs mavenpom4redmine mavenpom4redmine/mavenpom4redmineAndCentral mavenpomdoc
Author: tchemit Date: 2012-10-26 12:19:23 +0200 (Fri, 26 Oct 2012) New Revision: 1355 Url: http://nuiton.org/repositories/revision/mavenpom/1355 Log: [maven-release-plugin] prepare release mavenpom-3.4.1 Modified: trunk/mavenpom4labs/pom.xml trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml trunk/mavenpom4redmine/pom.xml trunk/mavenpomdoc/pom.xml trunk/pom.xml Modified: trunk/mavenpom4labs/pom.xml =================================================================== --- trunk/mavenpom4labs/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) +++ trunk/mavenpom4labs/pom.xml 2012-10-26 10:19:23 UTC (rev 1355) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <artifactId>mavenpom4labs</artifactId> Modified: trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml =================================================================== --- trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) +++ trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml 2012-10-26 10:19:23 UTC (rev 1355) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <artifactId>mavenpom4redmineAndCentral</artifactId> Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) +++ trunk/mavenpom4redmine/pom.xml 2012-10-26 10:19:23 UTC (rev 1355) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</version> </parent> <artifactId>mavenpom4redmine</artifactId> Modified: trunk/mavenpomdoc/pom.xml =================================================================== --- trunk/mavenpomdoc/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) +++ trunk/mavenpomdoc/pom.xml 2012-10-26 10:19:23 UTC (rev 1355) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</version> <relativePath>../mavenpom4redmine/mavenpom4redmineAndCentral</relativePath> </parent> @@ -93,9 +93,9 @@ </distributionManagement> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk/mavenpomdoc</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk/mavenpomdoc</developerConnection> - <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk/mavenpomdoc</url> + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.1/mavenpomdoc</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.1/mavenpomdoc</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.4.1/mavenpomdoc</url> </scm> <reporting> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-26 09:59:53 UTC (rev 1354) +++ trunk/pom.xml 2012-10-26 10:19:23 UTC (rev 1355) @@ -33,7 +33,7 @@ <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.4.1</version> <modules> <module>mavenpom4redmine</module> @@ -171,9 +171,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.4.1</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/tags/mavenpom-3.4.1</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/tags/mavenpom-3.4.1</url> </scm> <!-- ************************************************************* --> @@ -365,7 +365,7 @@ <googleSearchEnabled>true</googleSearchEnabled> <piwikEnabled>true</piwikEnabled> <!-- fill this property to use a specific Piwik site id --> - <piwikId/> + <piwikId /> <!-- central releases url --> <central.release.home.url>http://maven.nuiton.org/central-releases</central.release.home.url> @@ -528,7 +528,7 @@ <phase>generate-test-sources</phase> <configuration> <target> - <mkdir dir="${basedir}/target/surefire-workdir"/> + <mkdir dir="${basedir}/target/surefire-workdir" /> </target> </configuration> <goals> @@ -1609,7 +1609,7 @@ </redmine.templateDirectory> <!-- extra files to include in release --> - <redmine.releaseFiles/> + <redmine.releaseFiles /> </properties>
participants (1)
-
tchemit@users.nuiton.org