You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/04/19 12:02:54 UTC

svn commit: r649788 - /maven/ant-tasks/trunk/pom.xml

Author: hboutemy
Date: Sat Apr 19 03:02:43 2008
New Revision: 649788

URL: http://svn.apache.org/viewvc?rev=649788&view=rev
Log:
locked down clirr comparisonVersion property

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=649788&r1=649787&r2=649788&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Sat Apr 19 03:02:43 2008
@@ -216,6 +216,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>