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-cache-api.git
commit 3b19969aa91a3699e9c52ef22d73d6169ab9f1ea Author: Oliver Lietz <[email protected]> AuthorDate: Tue Oct 3 10:03:01 2017 +0000 SLING-7167 Adjust READMEs add uniform header linking to Sling project git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810893 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 609a1a1..a5a97f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Commons Cache. +# Apache Sling Commons Cache API + +This module is part of the [Apache Sling](https://sling.apache.org) project. This is an Cache API, the implementation of which will allow applications written in Sling to cache data locally, cache locally with cluster wide invalidation, and cache and replicate data. The exact nature of the cache behaviour diff --git a/pom.xml b/pom.xml index 8f0e9e1..9878390 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <version>0.1-SNAPSHOT</version> <packaging>bundle</packaging> - <name>Apache Sling Cache API</name> + <name>Apache Sling Commons Cache API</name> <description> This bundle porvides a Cache API for Sling applications to use. </description> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
