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 2022/03/14 13:00:06 UTC

[sling-org-apache-sling-jcr-contentloader] branch master updated: Align module name with Jira version 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-jcr-contentloader.git


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

commit 6cd29aab7d16f3e320d283d216705a767e517d1a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 13:59:49 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index b5608ec..2e89317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
     <version>2.5.1-SNAPSHOT</version>
 
-    <name>Apache Sling Initial Content Loader</name>
+    <name>Apache Sling JCR ContentLoader</name>
     <description>This bundle provides initial content installation through bundles.</description>
 
     <properties>