Author: justin
Date: Thu Jul 29 02:34:38 2010
New Revision: 980291
URL: http://svn.apache.org/viewvc?rev=980291&view=rev
Log:
SLING-1531 - updating commons-testing to JR 2.1
Modified:
sling/trunk/bundles/commons/testing/pom.xml
Modified: sling/trunk/bundles/commons/testing/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/testing/pom.xml?rev=980291&r1=980290&r2=980291&view=diff
==============================================================================
--- sling/trunk/bundles/commons/testing/pom.xml (original)
+++ sling/trunk/bundles/commons/testing/pom.xml Thu Jul 29 02:34:38 2010
@@ -86,19 +86,19 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-api</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>