You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2009/05/30 11:12:03 UTC

svn commit: r780212 - /commons/proper/cli/trunk/pom.xml

Author: ebourg
Date: Sat May 30 09:12:02 2009
New Revision: 780212

URL: http://svn.apache.org/viewvc?rev=780212&view=rev
Log:
Updated the comparison version for the clirr plugin

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=780212&r1=780211&r2=780212&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sat May 30 09:12:02 2009
@@ -238,7 +238,7 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.2.1</version>
           <configuration>
-            <comparisonVersion>1.1</comparisonVersion>
+            <comparisonVersion>1.2</comparisonVersion>
           </configuration>
         </plugin>
         <plugin>