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 2018/04/10 22:14:08 UTC

incubator-tamaya-sandbox git commit: Update to latest jacoco.

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master cba33016b -> 756ad45c0


Update to latest jacoco.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/756ad45c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/756ad45c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/756ad45c

Branch: refs/heads/master
Commit: 756ad45c0eb43392a1a5a66533bb264590546bd6
Parents: cba3301
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Apr 11 00:13:51 2018 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Apr 11 00:13:51 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/756ad45c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 763037a..d34e8f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@ under the License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.7.9</version>
+                    <version>0.8.1</version>
                 </plugin>
                 <plugin>
                     <groupId>de.saumya.mojo</groupId>