Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 22cdc84be -> 5c5465349
TAMAYA-295: Update 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/5c546534 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/5c546534 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/5c546534 Branch: refs/heads/master Commit: 5c54653497f88170db5ea810900fc2bd69e814cd Parents: 22cdc84 Author: Phil Ottlinger <[email protected]> Authored: Sat Sep 16 22:52:06 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Sat Sep 16 22:52:06 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/5c546534/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a788354..228bc2b 100644 --- a/pom.xml +++ b/pom.xml @@ -317,7 +317,7 @@ under the License. <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.7.201606060606</version> + <version>0.7.9</version> </plugin> <plugin> <groupId>de.saumya.mojo</groupId>
