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/29 15:58:50 UTC

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

Author: ggregory
Date: Wed Oct 29 14:58:50 2014
New Revision: 1635165

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

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=1635165&r1=1635164&r2=1635165&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Wed Oct 29 14:58:50 2014
@@ -173,7 +173,7 @@
             <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>