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 15:21:52 UTC

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

Author: stefanegli
Date: Tue Nov 29 15:21:51 2016
New Revision: 1771917

URL: http://svn.apache.org/viewvc?rev=1771917&view=rev
Log:
SLING-6174 : temporarily reverting oak dependency back to 1.5.13 as 1.5.14 hasn't officially been released yet after all

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=1771917&r1=1771916&r2=1771917&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Tue Nov 29 15:21: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.14</oak.version>
+        <oak.version>1.5.13</oak.version>
         <jackrabbit.version>2.13.4</jackrabbit.version>
     </properties>