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 2014/09/02 18:08:13 UTC

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

Author: ggregory
Date: Tue Sep  2 16:08:13 2014
New Revision: 1622045

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

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=1622045&r1=1622044&r2=1622045&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Sep  2 16:08:13 2014
@@ -238,7 +238,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.4.0</version>
+          <version>3.0.0</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>