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 ce480f687b5adca315e2bf99352dea09d13b7baf Author: Oliver Lietz <[email protected]> AuthorDate: Sun Dec 16 20:30:21 2018 +0100 SLING-3027 Improve Launchpad Karaf Features use latest releases --- src/main/feature/feature.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 112e491..b880474 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -376,7 +376,7 @@ <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling</config> <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource</config> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.api/2.4.0</bundle> - <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.5-SNAPSHOT</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.6</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.4</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.6</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle> @@ -480,7 +480,7 @@ <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.8</bundle> - <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle> <!-- capabilities --> <!-- OAK-7380 Add missing OSGi capabilities --> <capability> @@ -496,7 +496,7 @@ <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.9.1</bundle> - <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle> <!-- capabilities --> <!-- OAK-7380 Add missing OSGi capabilities --> <capability> @@ -589,7 +589,7 @@ <!-- Apache Sling Servlets --> <feature name="sling-servlets" version="${project.version}"> <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets</config> - <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.38</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.40</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.3.26</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.servlets.resolver/2.4.24</bundle> <!-- dependencies -->
