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 2013/11/28 04:12:32 UTC

svn commit: r1546262 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Thu Nov 28 03:12:32 2013
New Revision: 1546262

URL: http://svn.apache.org/r1546262
Log:
Update Maven plugin findbugs-maven-plugin to 2.5.3 from 2.5.2.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1546262&r1=1546261&r2=1546262&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 28 03:12:32 2013
@@ -251,7 +251,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
+        <version>2.5.3</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>