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 2011/05/18 18:24:06 UTC

svn commit: r1124320 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Wed May 18 16:24:06 2011
New Revision: 1124320

URL: http://svn.apache.org/viewvc?rev=1124320&view=rev
Log:
Migrate to findbugs-maven-plugin 2.3.2 from 2.3.1.

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

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1124320&r1=1124319&r2=1124320&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed May 18 16:24:06 2011
@@ -285,7 +285,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>