You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/01/11 13:23:58 UTC

[sling-tooling-jenkins] branch master updated: SLING-11051 - Fixing JavaDoc badge

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47e26ca  SLING-11051 - Fixing JavaDoc badge
47e26ca is described below

commit 47e26cab22dafbb35b383fa4f68b5b419db65f5f
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Jan 11 08:10:24 2022 -0500

    SLING-11051 - Fixing JavaDoc badge
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 43846a7..71f8f19 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
 
- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+&#32;[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-tooling-jenkins&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-tooling-jenkins) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
 # Sling Jenkins Shared Library
 
@@ -40,4 +40,4 @@ slingOsgiBundleBuild()
 
 ```
 
-When the branch job related to the modified `Jenkinsfile` is built, it will use the library from `mybranch` instead of `master`. Other jobs are not affected.
\ No newline at end of file
+When the branch job related to the modified `Jenkinsfile` is built, it will use the library from `mybranch` instead of `master`. Other jobs are not affected.