You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/10/19 21:14:42 UTC

svn commit: r1186416 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: justin
Date: Wed Oct 19 19:14:42 2011
New Revision: 1186416

URL: http://svn.apache.org/viewvc?rev=1186416&view=rev
Log:
updating dav client version in integration-tests module to fix test failures

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1186416&r1=1186415&r2=1186416&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Wed Oct 19 19:14:42 2011
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2dav</artifactId>
-      <version>2.0.0</version>
+      <version>2.2.5</version>
     </dependency>
 
     <!-- Dependencies for the Test Build and Run -->