You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by un...@apache.org on 2014/12/08 11:39:51 UTC

svn commit: r1643781 - in /jackrabbit/trunk: jackrabbit-parent/pom.xml jackrabbit-spi2jcr/pom.xml

Author: unico
Date: Mon Dec  8 10:39:50 2014
New Revision: 1643781

URL: http://svn.apache.org/r1643781
Log:
JCR-3833 update to latest surefire plugin in order to be able to use runOrder configuration option. This is needed because the default order in which the tests are executed in the jackrabbit-spi2jcr module causes test failures on Java 8

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml
    jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1643781&r1=1643780&r2=1643781&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Dec  8 10:39:50 2014
@@ -209,7 +209,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>2.18</version>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>
@@ -276,7 +276,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.3</version>
+        <version>2.18</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml?rev=1643781&r1=1643780&r2=1643781&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml Mon Dec  8 10:39:50 2014
@@ -65,6 +65,7 @@ org.apache.jackrabbit.test.api.query.qom
               </value>
             </property>
           </systemProperties>
+          <runOrder>reversealphabetical</runOrder>
         </configuration>
       </plugin>
       <plugin>