Repository: commons-statistics Updated Branches: refs/heads/master 035089c8a -> fed3e7503
jacoco-maven-plugin 0.7.5.201505241946 -> 0.8.0. Project: http://git-wip-us.apache.org/repos/asf/commons-statistics/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-statistics/commit/fed3e750 Tree: http://git-wip-us.apache.org/repos/asf/commons-statistics/tree/fed3e750 Diff: http://git-wip-us.apache.org/repos/asf/commons-statistics/diff/fed3e750 Branch: refs/heads/master Commit: fed3e7503595baada0fb2ae1168bb1d7ef725e3b Parents: 035089c Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Jan 22 12:51:42 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jan 22 12:51:42 2018 -0700 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-statistics/blob/fed3e750/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bbf67b1..2f6e245 100644 --- a/pom.xml +++ b/pom.xml @@ -90,8 +90,7 @@ <!-- Workaround to avoid duplicating config files. --> <statistics.parent.dir>${basedir}</statistics.parent.dir> - <!-- Temporary fix to support Java 8 --> - <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version> + <commons.jacoco.version>0.8.0</commons.jacoco.version> <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.8</commons.jacoco.instructionRatio> <commons.jacoco.methodRatio>0.8</commons.jacoco.methodRatio>