You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/05/03 15:23:27 UTC

svn commit: r1592203 - /commons/sandbox/beanutils2/trunk/pom.xml

Author: britter
Date: Sat May  3 13:23:27 2014
New Revision: 1592203

URL: http://svn.apache.org/r1592203
Log:
Update Findbugs version

Modified:
    commons/sandbox/beanutils2/trunk/pom.xml

Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1592203&r1=1592202&r2=1592203&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Sat May  3 13:23:27 2014
@@ -224,7 +224,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.3</version>
       </plugin>
     </plugins>
   </reporting>