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:44:34 UTC

[incubator-tamaya-extensions] branch master updated: 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-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new d5f572d  Update jacoco
d5f572d is described below

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

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

diff --git a/pom.xml b/pom.xml
index 72f4032..3d995a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,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>