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 2013/05/22 19:53:17 UTC

svn commit: r1485312 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Author: ggregory
Date: Wed May 22 17:53:17 2013
New Revision: 1485312

URL: http://svn.apache.org/r1485312
Log:
Fix mismatch in Cobertura versions from one of my previous commits today.

Modified:
    commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485312&r1=1485311&r2=1485312&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Wed May 22 17:53:17 2013
@@ -247,7 +247,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.5.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>