Author: hboutemy Date: Wed Apr 23 14:07:02 2008 New Revision: 651064 URL: http://svn.apache.org/viewvc?rev=651064&view=rev Log: locked down clirr comparisonVersion parameter value to prepare future release
Modified: maven/components/branches/maven-2.0.x/pom.xml Modified: maven/components/branches/maven-2.0.x/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?rev=651064&r1=651063&r2=651064&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/pom.xml (original) +++ maven/components/branches/maven-2.0.x/pom.xml Wed Apr 23 14:07:02 2008 @@ -453,6 +453,22 @@ </profile> <profile> + <id>reporting</id> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <configuration> + <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT --> + <comparisonVersion>2.0.9</comparisonVersion> + </configuration> + </plugin> + </plugins> + </reporting> + </profile> + + <profile> <id>reporting-aggregate</id> <!-- To generate aggregate reports --> <!-- To deploy both aggregate reports for top-level project and standalone reports for modules, call