You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/01 00:37:38 UTC

svn commit: r1003326 - /commons/proper/io/trunk/pom.xml

Author: niallp
Date: Thu Sep 30 22:37:37 2010
New Revision: 1003326

URL: http://svn.apache.org/viewvc?rev=1003326&view=rev
Log:
Upgrade >cobertura-maven-plugin from 2.2 to 2.4 (coverage was zero for some classes which have tests - e.g. comparators)

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1003326&r1=1003325&r2=1003326&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Sep 30 22:37:37 2010
@@ -257,7 +257,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.4</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>