You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/04/22 19:23:10 UTC

[incubator-tamaya] branch master updated: TAMAYA-277: Add sonar.projectKey to pom

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
     new dd90467  TAMAYA-277: Add sonar.projectKey to pom
dd90467 is described below

commit dd9046763e293c06ba90b1732cf8dc6b29d6c35d
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Apr 22 21:23:03 2019 +0200

    TAMAYA-277: Add sonar.projectKey to pom
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index d7932da..91c13ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,8 @@
         <!-- API checker -->
         <revapi-java.version>0.18.0</revapi-java.version>
         <revapi.plugin.version>0.10.5</revapi.plugin.version>
+        <!-- SonarCloud integration - TAMAYA-277 -->
+        <sonar.projectKey>apache_incubator-tamaya</sonar.projectKey>
     </properties>
 
     <licenses>