You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/27 12:03:19 UTC

svn commit: r1366323 - /commons/proper/functor/trunk/pom.xml

Author: simonetripodi
Date: Fri Jul 27 10:03:19 2012
New Revision: 1366323

URL: http://svn.apache.org/viewvc?rev=1366323&view=rev
Log:
updated findbugs-plugin version

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

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1366323&r1=1366322&r2=1366323&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Fri Jul 27 10:03:19 2012
@@ -302,7 +302,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.5.1</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>