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

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

Author: lofwyr
Date: Wed Jun 17 15:20:39 2009
New Revision: 785660

URL: http://svn.apache.org/viewvc?rev=785660&view=rev
Log:
TOBAGO-767: Update maven-surefire-plugin to 2.4.3

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=785660&r1=785659&r2=785660&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Jun 17 15:20:39 2009
@@ -746,7 +746,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4.3</version>
           <configuration>
             <!--childDelegation>false</childDelegation>
             <forkMode>perTest</forkMode>