You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/16 17:06:26 UTC

svn commit: r1632345 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Thu Oct 16 15:06:25 2014
New Revision: 1632345

URL: http://svn.apache.org/r1632345
Log:
findbugs-maven-plugin 2.5.3 -> 2.5.5.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1632345&r1=1632344&r2=1632345&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Oct 16 15:06:25 2014
@@ -339,7 +339,7 @@ file comparators, endian transformation 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.3</version>
+        <version>2.5.5</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>