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 2016/01/16 00:53:17 UTC

svn commit: r1724896 - /commons/proper/pool/trunk/pom.xml

Author: ggregory
Date: Fri Jan 15 23:53:17 2016
New Revision: 1724896

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

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

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1724896&r1=1724895&r2=1724896&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Fri Jan 15 23:53:17 2016
@@ -243,7 +243,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.0.3</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>