You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/10/11 23:51:28 UTC

svn commit: r583964 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Thu Oct 11 14:51:28 2007
New Revision: 583964

URL: http://svn.apache.org/viewvc?rev=583964&view=rev
Log:
use latest version of surefire plugin

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=583964&r1=583963&r2=583964&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Thu Oct 11 14:51:28 2007
@@ -2951,7 +2951,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
@@ -3561,7 +3561,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.0</version>
+            <version>2.3</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>