You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/04/26 21:20:38 UTC

svn commit: r1741083 - /commons/proper/bcel/trunk/pom.xml

Author: ggregory
Date: Tue Apr 26 19:20:38 2016
New Revision: 1741083

URL: http://svn.apache.org/viewvc?rev=1741083&view=rev
Log:
cobertura-maven-plugin 2.6 -> 2.7.

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1741083&r1=1741082&r2=1741083&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Tue Apr 26 19:20:38 2016
@@ -340,7 +340,7 @@
         <!-- generate a code coverage report -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>