You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by di...@apache.org on 2021/06/29 16:11:38 UTC

[sling-org-apache-sling-sitemap] branch master updated: releng: add project badges

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7887525  releng: add project badges
7887525 is described below

commit 7887525427a1c39a08c80e332ec1bbcb453e3a80
Author: Dirk Rudolph <di...@apache.org>
AuthorDate: Tue Jun 29 18:11:20 2021 +0200

    releng: add project badges
---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 88903d7..a2acd52 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 [![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
 
-# Apache Sling Sitemap
+[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-sitemap/job/master/badge/icon)](https://ci-builds.apache.org/blue/organizations/jenkins/Sling%2Fmodules%2Fsling-org-apache-sling-sitemap/activity)
+[![Test Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-sitemap/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-sitemap/job/master/test/?width=800&height=600)
+[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-sitemap&metric=coverage)](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-sitemap&metric=Coverage)
+[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-sitemap&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-sitemap)
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
 The Apache Sling Sitemap module is an extension for Apache Sling that helps to serve XML Sitemaps to Search Engines. It
 was designed to cover various uses cases from small sites serving sitemaps on-demand, large sites generating them in the
@@ -139,4 +143,4 @@ In order to hide the implementation detail from the consumer API, the `Extension
 
 An example extension implementation can be found with
 the [AlternateLanguageExtension](src/main/java/org/apache/sling/sitemap/builder/extensions/AlternateLanguageExtension.java)
-.
\ No newline at end of file
+.