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/09/30 17:28:33 UTC

svn commit: r1628471 - /commons/proper/collections/trunk/pom.xml

Author: ggregory
Date: Tue Sep 30 15:28:33 2014
New Revision: 1628471

URL: http://svn.apache.org/r1628471
Log:
Update findbugs-maven-plugin from 2.5.2 to 2.5.5.

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

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1628471&r1=1628470&r2=1628471&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Sep 30 15:28:33 2014
@@ -599,7 +599,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
+        <version>2.5.5</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>