You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2010/01/30 05:46:23 UTC

svn commit: r904727 - /continuum/trunk/pom.xml

Author: wsmoak
Date: Sat Jan 30 04:46:22 2010
New Revision: 904727

URL: http://svn.apache.org/viewvc?rev=904727&view=rev
Log:
Use the latest Findbugs Plugin 2.3.1

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=904727&r1=904726&r2=904727&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Sat Jan 30 04:46:22 2010
@@ -53,7 +53,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.1.1</version>
+        <version>2.3.1</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>