SLING-8695 - Make sure that the Sling modules' pom files provide a name value that's consistent with the JIRA releases
diff --git a/pom.xml b/pom.xml
index 0747924..07d4e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
     <version>1.0.31-SNAPSHOT</version>
 
-    <name>Apache Sling Scripting HTL JavaScript Use Provider</name>
+    <name>Apache Sling Scripting HTL JS Use Provider</name>
 
     <description>
         The Apache Sling HTL JavaScript Use Provider adds support for accessing JS scripts from HTL's Use-API.