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/10/28 20:11:56 UTC

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

Author: ggregory
Date: Wed Oct 28 19:11:55 2015
New Revision: 1711107

URL: http://svn.apache.org/viewvc?rev=1711107&view=rev
Log:
findbugs-maven-plugin 3.0.1 -> 3.0.2.

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=1711107&r1=1711106&r2=1711107&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Wed Oct 28 19:11:55 2015
@@ -328,7 +328,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.0.2</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>