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/01/13 21:23:34 UTC

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

Author: bommel
Date: Sat Jan 13 12:23:33 2007
New Revision: 495961

URL: http://svn.apache.org/viewvc?view=rev&rev=495961
Log:
update version of junit and some reports

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=495961&r1=495960&r2=495961
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Jan 13 12:23:33 2007
@@ -326,7 +326,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.0.0</version>
         <configuration>
           <threshold>Low</threshold>
         </configuration>
@@ -394,7 +394,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>4.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>