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 <[email protected]> Authored: Wed Apr 11 00:13:51 2018 +0200 Committer: Phil Ottlinger <[email protected]> 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>
