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 2009/07/15 20:19:00 UTC

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

Author: ggregory
Date: Wed Jul 15 18:18:59 2009
New Revision: 794344

URL: http://svn.apache.org/viewvc?rev=794344&view=rev
Log:
Upgrade from findbugs-maven-plugin 1.1.1 to 2.0.1 reports 3 more bugs.

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=794344&r1=794343&r2=794344&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Jul 15 18:18:59 2009
@@ -256,7 +256,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>1.1.1</version>
+          <version>2.0.1</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>