Author: olamy Date: Tue Dec 18 12:13:45 2012 New Revision: 1423421 URL: http://svn.apache.org/viewvc?rev=1423421&view=rev Log: upgrade findbugs version
Modified: commons/proper/exec/trunk/pom.xml Modified: commons/proper/exec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1423421&r1=1423420&r2=1423421&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Tue Dec 18 12:13:45 2012 @@ -166,7 +166,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>1.2</version> + <version>2.5.2</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort>