Author: ggregory
Date: Wed Oct 26 14:55:40 2011
New Revision: 1189253

URL: http://svn.apache.org/viewvc?rev=1189253&view=rev
Log:
Migrate to cobertura-maven-plugin 2.5.1 (= Cobertura 1.9.4.1) from 2.2 (= 
Cobertura 1.9).

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

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1189253&r1=1189252&r2=1189253&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Wed Oct 26 14:55:40 2011
@@ -177,7 +177,7 @@
         <!-- generate a code coverage report -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5.1</version>
       </plugin>
       <plugin>
         <!-- generate the PMD reports -->


Reply via email to