adjust module name and file encoding
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>