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 2019/09/08 11:05:23 UTC

[sling-org-apache-sling-karaf-features] 02/02: SLING-3027 Improve Launchpad Karaf Features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit 08f77ca49db75785792966c06090fd808e0c7a8b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Sep 8 10:50:59 2019 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    use latest Oak releases
---
 src/main/feature/feature.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 4ae5c13..c1dd043 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -464,10 +464,10 @@
     <config external="true" name="org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</config>
     <config external="true" name="org.apache.jackrabbit.oak.segment.SegmentNodeStoreService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.segment.SegmentNodeStoreService</config>
     <feature version="${project.version}">sling-quickstart-oak</feature>
-    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.12.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.16.0</bundle>
     <!-- OAK-7263 oak-lucene should not depend on oak-store-document -->
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.12.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.16.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
@@ -482,8 +482,8 @@
     <config external="true" name="org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</config>
     <config external="true" name="org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService</config>
     <feature version="${project.version}">sling-quickstart-oak</feature>
-    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.12.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.16.0</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.197</bundle>
     <bundle>mvn:org.mongodb/mongo-java-driver/3.11.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
@@ -632,17 +632,17 @@
     <bundle dependency="true">mvn:org.apache.httpcomponents/httpclient-osgi/4.5.9</bundle>
   </feature>
   <feature name="jackrabbit-oak" version="${project.version}">
-    <bundle>mvn:org.apache.jackrabbit/oak-api/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.12.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.12.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-api/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.16.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.16.0</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
     <feature version="${project.version}">sling-commons-metrics</feature>