Author: oheger
Date: Sun Aug 24 17:23:38 2014
New Revision: 1620163
URL: http://svn.apache.org/r1620163
Log:
Updated version of findbugs plug-in.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1620163&r1=1620162&r2=1620163&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Aug 24 17:23:38 2014
@@ -644,7 +644,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.5.5</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>