You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/06 20:41:02 UTC

svn commit: r1005198 - /camel/trunk/pom.xml

Author: davsclaus
Date: Wed Oct  6 18:41:02 2010
New Revision: 1005198

URL: http://svn.apache.org/viewvc?rev=1005198&view=rev
Log:
CAMEL-2703: Downgrading maven surefire plugin because it caused jdk1.5 to be unstable when testing.

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1005198&r1=1005197&r2=1005198&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Oct  6 18:41:02 2010
@@ -320,7 +320,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
@@ -356,7 +356,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -460,7 +460,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.5</version>
       </plugin>
 
       <!--