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-extensions-webconsolebranding.git
commit ed024b1289671722a05b1148d5a3c4144a87a9a4 Author: Felix Meschberger <[email protected]> AuthorDate: Sun Dec 20 21:15:41 2009 +0000 Fix project name to inline it with Sling project names git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@892662 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2aae46..910c23e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <version>0.0.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>Branding plugin for the Apache Felix Web Console</name> + <name>Apache Sling Web Console Branding</name> <description> Apache Sling branding for the Apache Felix Web Console. This fragment attaches to the org.apache.felix.webconsole bundle to provide branding -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
