You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/01/31 19:49:50 UTC

svn commit: r1781152 - /sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Author: olli
Date: Tue Jan 31 19:49:49 2017
New Revision: 1781152

URL: http://svn.apache.org/viewvc?rev=1781152&view=rev
Log:
SLING-3027 Improve Launchpad Karaf Features

use snapshots (SLING-6498 and SLING-6502)

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml?rev=1781152&r1=1781151&r2=1781152&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml Tue Jan 31 19:49:49 2017
@@ -313,7 +313,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.1.10</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.6</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.7-SNAPSHOT</bundle>
     <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.registration/1.0.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/2.9.2</bundle>
@@ -467,7 +467,7 @@
     <feature version="${project.version}">sling-scripting</feature>
   </feature>
   <feature name="sling-scripting-jsp" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.jsp/2.2.6</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.jsp/2.2.7-SNAPSHOT</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.jsp.taglib/2.2.6</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-scripting</feature>