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:19:13 UTC

[sling-org-apache-sling-scripting-jsp] 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-jsp.git


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

commit 0190d7ccdb4246aeb244a6958a748c6c823c9682
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Dec 2 14:18:38 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 66d992e..68efc44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <version>2.3.9-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Scripting JSP Support</name>
+    <name>Apache Sling Scripting JSP</name>
     <description>Support for JSP scripting</description>
 
     <scm>