You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/02/19 19:29:45 UTC

svn commit: r1660965 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Thu Feb 19 18:29:45 2015
New Revision: 1660965

URL: http://svn.apache.org/r1660965
Log:
Updated findbugs version.

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

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=1660965&r1=1660964&r2=1660965&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Thu Feb 19 18:29:45 2015
@@ -329,7 +329,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.0</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>