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 2012/10/06 19:09:47 UTC

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

Author: ggregory
Date: Sat Oct  6 17:09:47 2012
New Revision: 1395118

URL: http://svn.apache.org/viewvc?rev=1395118&view=rev
Log:
Update findbugs-maven-plugin from 2.5.1 to 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=1395118&r1=1395117&r2=1395118&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Oct  6 17:09:47 2012
@@ -239,7 +239,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.1</version>
+        <version>2.5.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>