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/23 17:38:09 UTC

svn commit: r1633843 - /commons/proper/compress/trunk/pom.xml

Author: ggregory
Date: Thu Oct 23 15:38:08 2014
New Revision: 1633843

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

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

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1633843&r1=1633842&r2=1633843&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Thu Oct 23 15:38:08 2014
@@ -266,7 +266,7 @@ Unix Compress, DEFLATE and ar, cpio, jar
       <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>