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 2019/09/08 11:05:22 UTC

[sling-org-apache-sling-karaf-features] 01/02: SLING-8685 Rename feature sling-scripting-sightly to sling-scripting-htl

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 507547b9afd5165b0e32d7b04e30b2987fb200d8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 7 18:58:42 2019 +0200

    SLING-8685 Rename feature sling-scripting-sightly to sling-scripting-htl
---
 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 88d323b..4ae5c13 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -543,8 +543,8 @@
     <feature version="${project.version}">sling-commons-compiler</feature>
     <feature version="${project.version}">sling-caconfig</feature>
   </feature>
-  <feature name="sling-scripting-sightly" version="${project.version}">
-    <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly</config>
+  <feature name="sling-scripting-htl" version="${project.version}">
+    <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_htl">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_htl</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly/1.2.0-1.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler/1.2.0-1.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler.java/1.1.4-1.4.0</bundle>