You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/06/06 02:14:44 UTC

svn commit: r782174 - /myfaces/trinidad/branches/1.2.11.3-branch/pom.xml

Author: matzew
Date: Sat Jun  6 00:14:44 2009
New Revision: 782174

URL: http://svn.apache.org/viewvc?rev=782174&view=rev
Log:
updating findbugs plugin...

Modified:
    myfaces/trinidad/branches/1.2.11.3-branch/pom.xml

Modified: myfaces/trinidad/branches/1.2.11.3-branch/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.3-branch/pom.xml?rev=782174&r1=782173&r2=782174&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.11.3-branch/pom.xml (original)
+++ myfaces/trinidad/branches/1.2.11.3-branch/pom.xml Sat Jun  6 00:14:44 2009
@@ -537,7 +537,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>2.0.1</version>
         <configuration>
           <threshold>Low</threshold>
         </configuration>