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

svn commit: r1173171 - /camel/branches/camel-2.8.x/pom.xml

Author: dkulp
Date: Tue Sep 20 14:41:06 2011
New Revision: 1173171

URL: http://svn.apache.org/viewvc?rev=1173171&view=rev
Log:
Switch to alpha order tests for consistency and reproducibility

Modified:
    camel/branches/camel-2.8.x/pom.xml

Modified: camel/branches/camel-2.8.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1173171&r1=1173170&r2=1173171&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/pom.xml (original)
+++ camel/branches/camel-2.8.x/pom.xml Tue Sep 20 14:41:06 2011
@@ -391,7 +391,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
@@ -498,6 +498,7 @@
           <systemPropertyVariables>
               <java.awt.headless>${java.awt.headless}</java.awt.headless>
           </systemPropertyVariables>
+          <runOrder>alphabetical</runOrder>
           <includes>
              <include>**/*Test.java</include>             
           </includes>