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 2010/10/13 22:42:41 UTC

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

Author: ggregory
Date: Wed Oct 13 20:42:41 2010
New Revision: 1022287

URL: http://svn.apache.org/viewvc?rev=1022287&view=rev
Log:
findbugs-maven-plugin 1.2 -> 2.3.1

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=1022287&r1=1022286&r2=1022287&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Wed Oct 13 20:42:41 2010
@@ -256,7 +256,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>1.2</version>
+          <version>2.3.1</version>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>