You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2016/02/14 22:12:42 UTC

svn commit: r1730407 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Sun Feb 14 21:12:42 2016
New Revision: 1730407

URL: http://svn.apache.org/viewvc?rev=1730407&view=rev
Log:
Updated cobertura plug-in.

This seems to fix the problems with test failures during site
generation.

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1730407&r1=1730406&r2=1730407&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Feb 14 21:12:42 2016
@@ -650,7 +650,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>