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 a762987 SLING-3027 Improve Launchpad Karaf Features
a762987 is described below
commit a762987e1d7f3062f28a37c56b695782f51102a7
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Dec 20 20:21:31 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 1fcd933..3096b3e 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -366,7 +366,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.6</bundle>
-
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.6</bundle>
+
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.3.0</bundle>
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
<!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/3.0.16</bundle>
@@ -387,7 +387,7 @@
<feature version="${project.version}">sling-commons-compiler</feature>
</feature>
<feature name="sling-jcr-jackrabbit-security" version="${project.version}">
-
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager/3.0.2</bundle>
+
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager/3.0.4</bundle>
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.8</bundle>
<!-- dependencies -->
<feature version="${project.version}">sling-jcr</feature>