You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/03/14 17:47:41 UTC

svn commit: r754489 - /commons/proper/lang/trunk/pom.xml

Author: bayard
Date: Sat Mar 14 16:47:40 2009
New Revision: 754489

URL: http://svn.apache.org/viewvc?rev=754489&view=rev
Log:
Turning on cobertura + findbugs. Pointing clirr to 2.4

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=754489&r1=754488&r2=754489&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Mar 14 16:47:40 2009
@@ -442,7 +442,6 @@
           <enableRulesSummary>false</enableRulesSummary>
         </configuration>
       </plugin>
-      <!--
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
@@ -457,13 +456,12 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
-      -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <version>2.2.2</version>
         <configuration>
-          <comparisonVersion>2.3</comparisonVersion>
+          <comparisonVersion>2.4</comparisonVersion>
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>