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 6efcfa2e62a8700f4bfe88f251d360b9e1b58ee9 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 5 18:07:06 2019 +0100 SLING-8881 Rename feature composum into composum-nodes --- src/main/feature/feature.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 7fcc087..395a85b 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -586,7 +586,7 @@ <feature version="${project.version}">sling</feature> <feature version="${project.version}">sling-auth-form</feature> <feature version="${project.version}">sling-scripting-javascript</feature> - <feature version="${project.version}">composum</feature> + <feature version="${project.version}">composum-nodes</feature> </feature> <!-- Apache Felix Healthcheck --> <feature name="felix-healthcheck" version="${project.version}"> @@ -685,8 +685,8 @@ <feature version="${project.version}">sling-auth-form</feature> </feature> <!-- Composum --> - <feature name="composum" version="${project.version}"> - <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum</config> + <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.11.5</bundle> <bundle>mvn:com.composum.sling.core/composum-sling-core-config/1.11.5</bundle> <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.11.5</bundle>
