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 2015/08/16 01:07:54 UTC

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

Author: ggregory
Date: Sat Aug 15 23:07:53 2015
New Revision: 1696106

URL: http://svn.apache.org/r1696106
Log:
findbugs-maven-plugin 3.0.0 -> 3.0.2.

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=1696106&r1=1696105&r2=1696106&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sat Aug 15 23:07:53 2015
@@ -297,7 +297,7 @@ jar, tar, zip, dump, 7z, arj.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>