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 2059321779fa7baad0d39e3242c0b733e6f4c158 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Dec 9 11:04:54 2018 +0100 SLING-3027 Improve Launchpad Karaf Features use latest releases --- src/main/feature/feature.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index c7c7433..112e491 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -87,7 +87,7 @@ <feature version="${project.version}">sling-commons-classloader</feature> </feature> <feature name="sling-commons-classloader" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.3-SNAPSHOT</bundle> + <bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.4</bundle> </feature> <feature name="sling-commons-fsclassloader" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.commons.fsclassloader/1.0.8</bundle> @@ -377,7 +377,7 @@ <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.classloader/3.2.3-SNAPSHOT</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> <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
