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 dbd1ea3 SLING-8685 Rename feature sling-scripting-sightly to
sling-scripting-htl
dbd1ea3 is described below
commit dbd1ea3a4c216bed556f55e764969935f044922e
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Oct 4 10:20:47 2019 +0200
SLING-8685 Rename feature sling-scripting-sightly to sling-scripting-htl
Adjust name of service user mapping config
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 039e4e2..4e502ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.karaf-configs</artifactId>
<version>0.1.1-SNAPSHOT</version>
-
<classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly</classifier>
+
<classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_htl</classifier>
<type>config</type>
<scope>runtime</scope>
</dependency>