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-launchpad-webapp-archetype.git
commit de2e2b5bd178b31e2df276dcaa013bc4e2d5d4f0 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 10:13:05 2017 +0000 SLING-7167 Adjust READMEs add uniform header linking to Sling project git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810964 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2211e59..e3c8889 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -Sling Servlet Archetype +# Apache Sling Launchpad Webapp Archetype + +This module is part of the [Apache Sling](https://sling.apache.org) project. Maven archetype for Sling Launchpad Webapp applications. diff --git a/pom.xml b/pom.xml index 3f01b8b..13e2fb8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <artifactId>sling-launchpad-webapp-archetype</artifactId> <version>1.0.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> - <name>Sling Launchpad Webapp Archetype</name> + <name>Apache Sling Launchpad Webapp Archetype</name> <description>Maven archetype for Sling Launchpad Webapp applications</description> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
