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-commons-johnzon.git
commit fbe97c5cdacf1d0eb2dbe7304b8d7e3b9a9ddb8e Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 09:19:48 2017 +0000 SLING-7167 Adjust READMEs add missing README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810679 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..a2daa2b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Apache Sling Commons Johnzon Wrapper Library + +This module is part of the [Apache Sling](https://sling.apache.org) project. diff --git a/pom.xml b/pom.xml index f26ba4c..7429f61 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <packaging>bundle</packaging> <version>1.1.1-SNAPSHOT</version> - <name>Apache Johnzon Wrapper Library</name> + <name>Apache Sling Commons Johnzon Wrapper Library</name> <description>Apache Johnzon powered javax.json library</description> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
