You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/12/02 13:35:10 UTC

[sling-org-apache-sling-scripting-sightly-js-provider] branch master updated: SLING-8695 - Make sure that the Sling modules' pom files provide a name value that's consistent with the JIRA releases

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git


The following commit(s) were added to refs/heads/master by this push:
     new f0c348a  SLING-8695 - Make sure that the Sling modules' pom files provide a name value that's consistent with the JIRA releases
f0c348a is described below

commit f0c348a64bfdd8cd29ef910192e976081c3dad8a
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Dec 2 14:34:54 2019 +0100

    SLING-8695 - Make sure that the Sling modules' pom files provide a name value that's consistent with the JIRA releases
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.