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 2015/05/19 01:29:11 UTC

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

Author: ggregory
Date: Mon May 18 23:29:11 2015
New Revision: 1680130

URL: http://svn.apache.org/r1680130
Log:
Update findbugs-maven-plugin from 3.0.0 to 3.0.1.

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=1680130&r1=1680129&r2=1680130&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Mon May 18 23:29:11 2015
@@ -329,7 +329,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.0.1</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>