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-adapter-annotations.git
commit c40157423320a01c4d7b8838b74657953f13e3e4 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 11:22:19 2017 +0000 SLING-7167 Adjust READMEs add missing README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810990 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..b697e7f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Apache Sling Adapter Annotations + +This module is part of the [Apache Sling](https://sling.apache.org) project. diff --git a/pom.xml b/pom.xml index 11db321..eee64a4 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.sling</groupId> <artifactId>adapter-annotations</artifactId> <version>1.0.1-SNAPSHOT</version> - <name>Sling Adapter Annotations</name> + <name>Apache Sling Adapter Annotations</name> <description>Annotations used to generate Sling Adapter metadata</description> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
