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:51 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: 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-distribution.git


The following commit(s) were added to refs/heads/master by this push:
     new 880cb2a  SLING-8685 Rename feature sling-scripting-sightly to sling-scripting-htl
880cb2a is described below

commit 880cb2ac97e83a8d6729506d085b63698564e25c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 7 18:59:14 2019 +0200

    SLING-8685 Rename feature sling-scripting-sightly to sling-scripting-htl
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56372f9..039e4e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,7 +520,7 @@
             <feature>sling-scripting-java</feature>
             <feature>sling-scripting-javascript</feature>
             <feature>sling-scripting-jsp</feature>
-            <feature>sling-scripting-sightly</feature>
+            <feature>sling-scripting-htl</feature>
             <feature>sling-scripting-thymeleaf</feature>
             <!-- Apache Sling Servlets -->
             <feature>sling-servlets</feature>