Author: tchemit Date: 2010-07-01 01:55:50 +0200 (Thu, 01 Jul 2010) New Revision: 944 Url: http://nuiton.org/repositories/revision/mavenpom/944 Log: use stable maven-helper-plugin Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-30 23:18:58 UTC (rev 943) +++ trunk/pom.xml 2010-06-30 23:55:50 UTC (rev 944) @@ -313,7 +313,7 @@ <!-- le fichier de license du projet --> <maven.license.file>${project.basedir}/LICENSE.txt</maven.license.file> - <helper.version>1.2.6-SNAPSHOT</helper.version> + <helper.version>1.2.6</helper.version> <jredmine.version>1.1.3</jredmine.version> <license.version>2.3.1-SNAPSHOT</license.version> <jrst.version>1.1.1</jrst.version> @@ -372,7 +372,7 @@ <autoVersionSubmodules>true</autoVersionSubmodules> <!-- Include release profiles in release prepare stage --> - <arguments>-DperformRelease -Dcentral-safe</arguments> + <arguments>-DperformRelease -Pcentral-safe</arguments> <!-- Include central-safe profile in release performstage --> <releaseProfiles>central-safe</releaseProfiles>
participants (1)
-
tchemit@users.nuiton.org