You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/07/29 11:56:35 UTC

svn commit: r560705 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sun Jul 29 02:56:35 2007
New Revision: 560705

URL: http://svn.apache.org/viewvc?view=rev&rev=560705
Log:
update findbugs version

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=560705&r1=560704&r2=560705
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Jul 29 02:56:35 2007
@@ -340,7 +340,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.1</version>
+        <version>1.1.1</version>
         <configuration>
           <threshold>Low</threshold>
         </configuration>