Author: tchemit Date: 2010-07-01 10:03:45 +0200 (Thu, 01 Jul 2010) New Revision: 1799 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1799 Log: stay on mavenpom 2.2.1 (to add this release in mavenpom 2.2.2) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-29 13:58:21 UTC (rev 1798) +++ trunk/pom.xml 2010-07-01 08:03:45 UTC (rev 1799) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>maven-license-plugin</artifactId> @@ -339,6 +339,16 @@ <!-- documentation is in english then french --> <locales>en,fr</locales> + <!-- TODO remove this when using mavenpom 2.2.2 --> + <helper.version>1.2.6</helper.version> + + <!-- release config --> + + <!-- activate this profile while doing release:prepare --> + <arguments>-DperformRelease -Pcentral-safe</arguments> + + <!-- activate this profile while doing release:perform --> + <releaseProfiles>central-safe</releaseProfiles> </properties> <build> @@ -510,6 +520,7 @@ </profile> + <!-- TODO remove this when using mavenpom 2.2.2 --> <profile> <id>central-safe</id> <activation> @@ -554,7 +565,7 @@ </plugins> </build> </profile> - + </profiles> </project>