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

svn commit: r1643994 - /jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml

Author: mreutegg
Date: Tue Dec  9 07:30:26 2014
New Revision: 1643994

URL: http://svn.apache.org/r1643994
Log:
JCR-3825: Use RepositoryFactory for first hops

Use released version of Oak

Modified:
    jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml

Modified: jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml?rev=1643994&r1=1643993&r2=1643994&view=diff
==============================================================================
--- jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml (original)
+++ jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml Tue Dec  9 07:30:26 2014
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>oak-jcr</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
   </dependency>
   -->