You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/05 20:59:20 UTC

svn commit: r1227800 - /commons/proper/validator/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan  5 19:59:20 2012
New Revision: 1227800

URL: http://svn.apache.org/viewvc?rev=1227800&view=rev
Log:
upgraded findbugs-maven-plugin

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1227800&r1=1227799&r2=1227800&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Jan  5 19:59:20 2012
@@ -268,7 +268,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>