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 2012/02/17 21:51:58 UTC

svn commit: r1245755 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Fri Feb 17 20:51:57 2012
New Revision: 1245755

URL: http://svn.apache.org/viewvc?rev=1245755&view=rev
Log:
Update findbugs-maven-plugin to 2.4.0 from 2.3.2.

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1245755&r1=1245754&r2=1245755&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Fri Feb 17 20:51:57 2012
@@ -289,7 +289,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.4.0</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>