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

pottlinger pushed a commit to branch feature/RAT-293_sonarCloud
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/feature/RAT-293_sonarCloud by 
this push:
     new 131e3bc  RAT-293: Add properties for SonarCloud integration
131e3bc is described below

commit 131e3bc933bc0f4e578396ac2b24236ad32298db
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 30 16:52:28 2021 +0100

    RAT-293: Add properties for SonarCloud integration
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 49ab552..98c2cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,8 @@ agnostic home for software distribution comprehension and 
audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
   <properties>
+    <sonar.organization>apache</sonar.organization>
+    <sonar.host.url>https://sonarcloud.io</sonar.host.url>
     <ant.version>1.10.11</ant.version>
     <mockito.version>3.11.2</mockito.version>
     <javaVersion>1.8</javaVersion>

Reply via email to