You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/07/16 19:04:51 UTC

svn commit: r1611100 - /commons/proper/dbutils/trunk/pom.xml

Author: britter
Date: Wed Jul 16 17:04:51 2014
New Revision: 1611100

URL: http://svn.apache.org/r1611100
Log:
Update maven plugins

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1611100&r1=1611099&r2=1611100&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Wed Jul 16 17:04:51 2014
@@ -295,7 +295,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.4.0</version>
+        <version>2.5.4</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -304,12 +304,12 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.6</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.1</version>
         <configuration>
           <targetJdk>${maven.compile.source}</targetJdk>
           <rulesets>