This is an automated email from the ASF dual-hosted git repository. ottlinger pushed a commit to branch addSonarCloudLinks in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
commit 7cd0e48c7669165273d226eb3531c1260ef26613 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 2 22:24:39 2026 +0200 TENTACLES-15: Add SonarCloud links similar to RAT --- README.md | 2 ++ src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 7a7f4ac..e8aae97 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ASF Jenkins: [](https://github.com/apache/creadur-tentacles/actions) +[](https://sonarcloud.io/summary/new_code?id=apache_creadur-tentacles) + [](https://develocity.apache.org/scans?search.buildToolType=maven&search.rootProjectNames=Apache%20Tentacles&search.timeZoneId=Europe%2FBerlin) # Running with at least JDK 17 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 107b8b7..0b87523 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove. </release> --> <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="TENTACLES-15" type="add" dev="pottlinger"> + Integrate Tentacles with SonarCloud. + </action> <action issue="TENTACLES-25" type="add" dev="pottlinger"> Migrated to JDK 17 and updated the RAT plugin to version 0.18. Support for JDK 8 has been dropped. </action>
