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/03/13 17:11:33 UTC

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

Author: olli
Date: Mon Mar 13 17:11:33 2017
New Revision: 1786732

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

use latest releases

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=1786732&r1=1786731&r2=1786732&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 Mon Mar 13 17:11:33 2017
@@ -24,7 +24,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.api/2.16.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.auth.core/1.3.24</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.engine/2.6.6</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.5.18</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.5.20</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.serviceusermapper/1.2.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.settings/1.3.8</bundle>
     <!-- Apache Sling Commons -->
@@ -354,7 +354,7 @@
     <feature version="${project.version}">sling-servlets</feature>
   </feature>
   <feature name="sling-jcr-repoinit" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.4</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>