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/02/27 17:47:16 UTC

svn commit: r1294211 - /commons/proper/chain/trunk/pom.xml

Author: simonetripodi
Date: Mon Feb 27 16:47:15 2012
New Revision: 1294211

URL: http://svn.apache.org/viewvc?rev=1294211&view=rev
Log:
updated findbugs-maven-plugin to latest released version

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

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1294211&r1=1294210&r2=1294211&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Mon Feb 27 16:47:15 2012
@@ -282,7 +282,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.4.0</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>