You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/03 12:47:21 UTC

[sling-org-apache-sling-installer-console] branch master updated: trivial: fix name of module to be more in line with other Sling modules

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git


The following commit(s) were added to refs/heads/master by this push:
     new d222429  trivial: fix name of module to be more in line with other Sling modules
d222429 is described below

commit d222429205ab3e2a3c6bd59767bbec651f7c66b2
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 3 14:47:16 2022 +0200

    trivial: fix name of module to be more in line with other Sling modules
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0282e95..0c4778c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>org.apache.sling.installer.console</artifactId>
     <version>1.1.1-SNAPSHOT</version>
 
-    <name>Apache Sling Installer WebConsole Plugin</name>
+    <name>Apache Sling Installer Web Console Plugin</name>
     <description> 
         Provides a web console plugin for the OSGi installer
     </description>