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 2016/04/19 10:47:06 UTC

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

Author: mreutegg
Date: Tue Apr 19 08:47:06 2016
New Revision: 1739866

URL: http://svn.apache.org/viewvc?rev=1739866&view=rev
Log:
JCRSITE-49: Update and sync first hops page with examples

Use released stable versions of Jackrabbit and 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=1739866&r1=1739865&r2=1739866&view=diff
==============================================================================
--- jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml (original)
+++ jackrabbit/trunk/examples/jackrabbit-firsthops/pom.xml Tue Apr 19 08:47:06 2016
@@ -39,7 +39,7 @@
   <dependency>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-core</artifactId>
-   <version>2.9.0</version>
+   <version>2.12.1</version>
   </dependency>
 
   <!-- Jackrabbit Oak content repository -->
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>oak-jcr</artifactId>
-    <version>1.1.2</version>
+    <version>1.4.1</version>
   </dependency>
   -->