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-distribution.git
commit 268ed24949d54e354b30c9b00072ef7830e65123 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 5 18:09:36 2019 +0100 SLING-8881 Rename feature composum into composum-nodes --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bdbf171..bad1d17 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>0.1.1-SNAPSHOT</version> - <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum</classifier> + <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum_nodes</classifier> <type>config</type> <scope>runtime</scope> </dependency> @@ -536,7 +536,7 @@ <!-- Apache Sling Samples --> <feature>sling-samples-fling</feature> <!-- Composum --> - <feature>composum</feature> + <feature>composum-nodes</feature> </installedFeatures> <startupFeatures> <feature>eventadmin</feature>
