Author: hboutemy
Date: Sat Apr 19 03:03:44 2008
New Revision: 649789
URL: http://svn.apache.org/viewvc?rev=649789&view=rev
Log:
locked down clirr comparisonVersion property (merged from trunk r649788)
Modified:
maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml
Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml?rev=649789&r1=649788&r2=649789&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Sat Apr 19 03:03:44
2008
@@ -213,6 +213,23 @@
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <id>reporting</id>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <configuration>
+ <comparisonVersion>2.0.9</comparisonVersion>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+ </profile>
+ </profiles>
+
<properties>
<mavenVersion>2.0.9</mavenVersion>
<wagonVersion>1.0-beta-2</wagonVersion>