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/10/25 15:22:28 UTC

[sling-org-apache-sling-xss] branch master updated: SLING-8695 - Make sure that the Sling modules' pom files provide 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-xss.git


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

commit d898cad2de4c7a9bc123d784e191cd7e45f171e9
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Oct 25 17:22:05 2019 +0200

    SLING-8695 - Make sure that the Sling modules' pom files provide 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 5a5e01d..ad8ac07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <packaging>bundle</packaging>
     <version>2.1.11-SNAPSHOT</version>
 
-    <name>Apache Sling XSS Protection</name>
+    <name>Apache Sling XSS Protection API</name>
     <description>
         Apache Sling XSS Protection Bundle providing XSS protection based on the OWASP AntiSamy and OWASP Java Encoder libraries.
     </description>