You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/10 18:10:31 UTC

[sling-adapter-annotations] branch master updated: SLING-2938 - rename this module with a (JSON) suffix for clarity

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-adapter-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b8450  SLING-2938 - rename this module with a (JSON) suffix for clarity
95b8450 is described below

commit 95b84507e65e17e12fc5b63b50e7da32b9bc6b21
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Nov 10 19:10:00 2020 +0100

    SLING-2938 - rename this module with a (JSON) suffix for clarity
---
 README.md | 7 +++++--
 pom.xml   | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 219a3ab..f5a4ebf 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,11 @@
 
 &#32;[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-adapter-annotations/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-adapter-annotations/job/master/)&#32;[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-adapter-annotations&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-adapter-annotations)&#32;[![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/ad [...]
 
-# Apache Sling Adapter Annotations
+# Apache Sling Adapter Annotations (JSON)
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-Annotations used to generate Sling Adapter metadata
+It implements Annotations used to generate a Sling Adapter metadata JSON file.
+
+See also the newer https://github.com/apache/sling-org-apache-sling-adapter-annotations module which
+implemnents OSGi Declarative Services 1.4 component property type annotations for Sling Adapters.
diff --git a/pom.xml b/pom.xml
index cc511df..1a6e755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>adapter-annotations</artifactId>
     <version>1.0.1-SNAPSHOT</version>
-    <name>Apache Sling Adapter Annotations</name>
+    <name>Apache Sling Adapter Annotations (JSON)</name>
     <description>Annotations used to generate Sling Adapter metadata</description>
 
     <scm>
@@ -37,4 +37,4 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-adapter-annotations.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-adapter-annotations.git</url>
     </scm>
-</project>
\ No newline at end of file
+</project>