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


The following commit(s) were added to refs/heads/master by this push:
     new 992ffcb  SLING-3027 Improve Launchpad Karaf Features
992ffcb is described below

commit 992ffcb69db12769abbbd508f5d7022431212a21
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Oct 9 13:00:12 2018 +0200

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

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index e3596aa..73a7e31 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -46,7 +46,7 @@
     <bundle 
dependency="true">mvn:commons-fileupload/commons-fileupload/1.3.3</bundle>
     <bundle dependency="true">mvn:commons-io/commons-io/2.6</bundle>
     <bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
-    <bundle 
dependency="true">mvn:org.apache.commons/commons-collections4/4.1</bundle>
+    <bundle 
dependency="true">mvn:org.apache.commons/commons-collections4/4.2</bundle>
     <bundle 
dependency="true">mvn:org.apache.commons/commons-lang3/3.8.1</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-math/2.2</bundle>
     <!-- capabilities -->
@@ -75,7 +75,7 @@
   </feature>
   <!-- Apache Sling Commons -->
   <feature name="sling-commons-clam" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.2</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
     <bundle dependency="true">mvn:commons-io/commons-io/2.6</bundle>
@@ -164,7 +164,7 @@
   <feature name="sling-clam" version="${project.version}">
     <config external="true" 
name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_clam">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_clam</config>
     <config external="true" 
name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-clam">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-clam</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.clam/1.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.clam/1.0.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-commons-clam</feature>
@@ -209,7 +209,7 @@
   </feature>
   <feature name="sling-distribution" version="${project.version}">
     
<bundle>mvn:org.apache.sling/org.apache.sling.distribution.api/0.3.0</bundle>
-    
<bundle>mvn:org.apache.sling/org.apache.sling.distribution.core/0.3.0</bundle>
+    
<bundle>mvn:org.apache.sling/org.apache.sling.distribution.core/0.3.4</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>
@@ -442,7 +442,7 @@
     
<bundle>mvn:org.apache.sling/org.apache.sling.nosql.mongodb-resourceprovider/1.1.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-nosql-generic</feature>
-    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.8.1</bundle>
+    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.8.2</bundle>
   </feature>
   <!-- Apache Sling Quickstart -->
   <feature name="sling-quickstart-nosql-couchbase" 
version="${project.version}">
@@ -487,10 +487,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.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.8.7</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.8.8</bundle>
     <!-- OAK-7263 oak-lucene should not depend on oak-store-document -->
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.7</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.8</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
@@ -503,10 +503,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.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.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.7</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.8</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.197</bundle>
-    <bundle>mvn:org.mongodb/mongo-java-driver/3.8.1</bundle>
+    <bundle>mvn:org.mongodb/mongo-java-driver/3.8.2</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
@@ -566,7 +566,7 @@
   </feature>
   <feature name="sling-scripting-sightly" version="${project.version}">
     <config external="true" 
name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly</config>
-    
<bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly/1.0.54-1.4.0</bundle>
+    
<bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly/1.0.56-1.4.0</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler/1.0.22-1.4.0</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler.java/1.0.26-1.4.0</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.js.provider/1.0.26</bundle>
@@ -641,17 +641,17 @@
     <bundle 
dependency="true">mvn:org.apache.httpcomponents/httpclient-osgi/4.5.6</bundle>
   </feature>
   <feature name="jackrabbit-oak" version="${project.version}">
-    <bundle>mvn:org.apache.jackrabbit/oak-api/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.8.7</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.8.7</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-api/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.8.8</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.8.8</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
     <feature version="${project.version}">sling-commons-metrics</feature>
@@ -673,18 +673,18 @@
     </capability>
   </feature>
   <feature name="jackrabbit-vault" version="${project.version}">
-    
<bundle>mvn:org.apache.jackrabbit.vault/org.apache.jackrabbit.vault/3.2.0</bundle>
+    
<bundle>mvn:org.apache.jackrabbit.vault/org.apache.jackrabbit.vault/3.2.4</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
     <feature version="${project.version}">jackrabbit</feature>
   </feature>
   <!-- Apache Tika -->
   <feature name="tika" version="${project.version}">
-    <bundle>mvn:org.apache.tika/tika-core/1.18</bundle>
-    <bundle>mvn:org.apache.tika/tika-parsers/1.18</bundle>
+    <bundle>mvn:org.apache.tika/tika-core/1.19</bundle>
+    <bundle>mvn:org.apache.tika/tika-parsers/1.19</bundle>
     <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.11</bundle>
     <bundle>mvn:org.apache.pdfbox/fontbox/2.0.11</bundle>
-    <bundle>mvn:org.apache.pdfbox/jempbox/1.8.15</bundle>
+    <bundle>mvn:org.apache.pdfbox/jempbox/1.8.16</bundle>
   </feature>
   <!-- Apache Sling Samples -->
   <feature name="sling-samples-fling" version="${project.version}">

Reply via email to