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/03 15:32:05 UTC

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

Author: davsclaus
Date: Sun Oct  3 13:32:04 2010
New Revision: 1003966

URL: http://svn.apache.org/viewvc?rev=1003966&view=rev
Log:
CAMEL-2703: Upgraded surefire maven plugin to 2.6

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1003966&r1=1003965&r2=1003966&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Sun Oct  3 13:32:04 2010
@@ -319,7 +319,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>