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/11/24 16:04:40 UTC

[sling-org-apache-sling-servlets-resolver] 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-servlets-resolver.git


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

commit d7f062d0c5852663ba013d24d7560df9edea2314
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Sun Nov 24 17:04:17 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 4a155a4..b02201a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <packaging>bundle</packaging>
     <version>2.5.7-SNAPSHOT</version>
 
-    <name>Apache Sling Servlet Resolver</name>
+    <name>Apache Sling Servlets Resolver</name>
     <description>
         Bundle implementing the Sling API ServletResolver.
     </description>