You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/05/26 17:20:18 UTC

svn commit: r1597605 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: cziegeler
Date: Mon May 26 15:20:17 2014
New Revision: 1597605

URL: http://svn.apache.org/r1597605
Log:
Use Oak 1.0.0 release

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=1597605&r1=1597604&r2=1597605&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Mon May 26 15:20:17 2014
@@ -207,7 +207,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-core</artifactId>
-            <version>0.19</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
 
@@ -253,7 +253,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jcr</artifactId>
-            <version>0.19</version>
+            <version>1.0.0</version>
             <scope>test</scope>
         </dependency>