You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/07/03 11:57:18 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: Align module name with Jira release name

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 457875e  Align module name with Jira release name
457875e is described below

commit 457875e6fb205d52a4347dcb96090cc19743bf79
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jul 3 13:55:56 2020 +0200

    Align module name with Jira release name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cebe7a7..51d57b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>org.apache.sling.feature.cpconverter</artifactId>
   <version>1.0.9-SNAPSHOT</version>
 
-  <name>Apache Sling Content Package to Feature Model converter</name>
+  <name>Apache Sling Content-Package to Feature Model Converter</name>
   <description>Content Package to Feature Model converter tools for Apache Sling</description>
 
   <properties>