You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2012/12/18 13:13:45 UTC

svn commit: r1423421 - /commons/proper/exec/trunk/pom.xml

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>