Author: niallp
Date: Sun Jan  9 00:11:26 2011
New Revision: 1056839

URL: http://svn.apache.org/viewvc?rev=1056839&view=rev
Log:
Change clirr config to compare to commons-lang 2.5 (was 2.4)

Modified:
    commons/proper/lang/branches/LANG_2_X/pom.xml

Modified: commons/proper/lang/branches/LANG_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=1056839&r1=1056838&r2=1056839&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/pom.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/pom.xml Sun Jan  9 00:11:26 2011
@@ -531,7 +531,7 @@
         <artifactId>clirr-maven-plugin</artifactId>
         <version>2.2.2</version>
         <configuration>
-          <comparisonVersion>2.4</comparisonVersion>
+          <comparisonVersion>2.5</comparisonVersion>
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>


Reply via email to