You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2016/11/29 13:31:51 UTC

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

Author: stefanegli
Date: Tue Nov 29 13:31:51 2016
New Revision: 1771901

URL: http://svn.apache.org/viewvc?rev=1771901&view=rev
Log:
SLING-6174 : fixed dependency on oak to 1.5.14

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=1771901&r1=1771900&r2=1771901&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Tue Nov 29 13:31:51 2016
@@ -50,7 +50,7 @@
     <properties>
         <site.jira.version.id>12314286</site.jira.version.id>
         <site.javadoc.exclude>**.internal.**</site.javadoc.exclude>
-        <oak.version>1.5.13</oak.version>
+        <oak.version>1.5.14</oak.version>
         <jackrabbit.version>2.13.4</jackrabbit.version>
     </properties>