Author: ggregory
Date: Mon Jul 16 20:19:56 2012
New Revision: 1362237
URL: http://svn.apache.org/viewvc?rev=1362237&view=rev
Log:
Update FindBugs to 2.5.1 from 2.4.0.
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1362237&r1=1362236&r2=1362237&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Jul 16 20:19:56 2012
@@ -246,7 +246,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.5.1</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
|