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:51 UTC

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

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>