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/27 04:46:36 UTC

[sling-org-apache-sling-scripting-core] 01/02: adjust module name and file encoding

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-scripting-core.git

commit 271a675d78cd467dde1f4f8a9c3c2bb13044a579
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 27 06:45:56 2019 +0200

    adjust module name and file encoding
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d35fe47..d6bdb07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -30,7 +30,7 @@
     <artifactId>org.apache.sling.scripting.core</artifactId>
     <version>2.0.59-SNAPSHOT</version>
 
-    <name>Apache Sling Scripting Core implementation</name>
+    <name>Apache Sling Scripting Core</name>
     <description>
         Sling Scripting core functionality
     </description>