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 2020/11/25 09:41:57 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 390c18d1f71d26f641d17851fec4775a8615d930
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Nov 25 10:40:21 2020 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    update Composum Nodes
---
 src/main/feature/feature.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index e1367b1..c4492c0 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -683,11 +683,11 @@
   <!-- Composum -->
   <feature name="composum-nodes" version="${project.version}">
     <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~composum_nodes</config>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-commons/1.12.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.12.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-jslibs/1.12.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-user-management/1.12.2</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-package-manager/1.12.2</bundle>
+    <bundle>mvn:com.composum.nodes/composum-nodes-commons/2.1.1</bundle>
+    <bundle>mvn:com.composum.nodes/composum-nodes-console/2.1.1</bundle>
+    <bundle>mvn:com.composum.nodes/composum-nodes-jslibs/2.1.1</bundle>
+    <bundle>mvn:com.composum.nodes/composum-nodes-pckgmgr/2.1.1</bundle>
+    <bundle>mvn:com.composum.nodes/composum-nodes-usermgr/2.1.1</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-i18n</feature>