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/15 15:42:14 UTC

svn commit: r1632024 - /commons/proper/email/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 13:42:13 2014
New Revision: 1632024

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

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1632024&r1=1632023&r2=1632024&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Oct 15 13:42:13 2014
@@ -403,7 +403,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.5.4</version>
+                <version>2.5.5</version>
                 <configuration>
                     <threshold>Normal</threshold>
                     <effort>Default</effort>