You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2013/07/26 13:48:18 UTC

svn commit: r1507271 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Fri Jul 26 11:48:18 2013
New Revision: 1507271

URL: http://svn.apache.org/r1507271
Log:
JCR-3625: make port number for webdav integration tests configurable

go back to 2.4.3 of surefire to prevent JCA test failures

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1507271&r1=1507270&r2=1507271&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Fri Jul 26 11:48:18 2013
@@ -209,7 +209,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.4.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>