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/05/15 18:52:49 UTC

[incubator-tamaya-sandbox] branch master updated (c7792ff -> a6a227b)

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

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


    from c7792ff  Fixed quality issues.
     new 792ef74  TAMAYA-277: Reapply changes
     new a6a227b  TAMAYA-387: Update jacoco

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 3 +++
 pom.xml   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)


[incubator-tamaya-sandbox] 02/02: TAMAYA-387: Update jacoco

Posted by po...@apache.org.
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-sandbox.git

commit a6a227b89038cc5bd413c2ab393a65156f6a8660
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed May 15 20:52:44 2019 +0200

    TAMAYA-387: Update jacoco
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a3255c..3b01f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@ under the License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.2</version>
+                    <version>0.8.4</version>
                 </plugin>
                 <plugin>
                     <groupId>de.saumya.mojo</groupId>


[incubator-tamaya-sandbox] 01/02: TAMAYA-277: Reapply changes

Posted by po...@apache.org.
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-sandbox.git

commit 792ef740e6003b627b49b3063c36cb2b7aac97c8
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed May 15 20:52:24 2019 +0200

    TAMAYA-277: Reapply changes
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 6b61643..6f338b8 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,6 @@ Apart from integration into ASF CI there's a travis build:
 
 [![Build Status](https://travis-ci.org/apache/incubator-tamaya-sandbox.svg?branch=master)](https://travis-ci.org/apache/incubator-tamaya-sandbox/branches)
 
+Sonarcloud integration:
+
+[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache_incubator-tamaya-sandbox&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_incubator-tamaya-sandbox)