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:14:56 UTC

[sling-org-apache-sling-starter] branch master updated: Simplify module 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-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new f9717f5  Simplify module name
f9717f5 is described below

commit f9717f5408573225b3e66e90d6cf4c7dc81b687b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:14:37 2022 +0100

    Simplify module name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af91659..2e8f83d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>org.apache.sling.starter</artifactId>
     <version>13-SNAPSHOT</version>
 
-    <name>Apache Sling Starter Application</name>
+    <name>Apache Sling Starter</name>
     <description>
         The Sling Starter demo application.
     </description>