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-hapi-samplecontent.git
commit a4bd5467b116536f5ff14aa3f665bedba1602b41 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 09:29:19 2017 +0000 SLING-7167 Adjust READMEs add missing README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810738 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b53cb9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Apache Sling Hypermedia Api Sample Content + +This module is part of the [Apache Sling](https://sling.apache.org) project. diff --git a/pom.xml b/pom.xml index 44254a1..6e1bf09 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <version>1.0.0-SNAPSHOT</version> <packaging>bundle</packaging> - <name>HApi - Sample Content</name> + <name>Apache Sling Hypermedia Api Sample Content</name> <description>Sling Hypermedia Api demo content</description> <properties> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
