Repository: commons-math Updated Branches: refs/heads/master 14619d3e6 -> bb20e79f7
Upgrade jacoco to latest version. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bb20e79f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/bb20e79f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/bb20e79f Branch: refs/heads/master Commit: bb20e79f7b6dedded645a960005d1448357d30e0 Parents: 14619d3 Author: tn <[email protected]> Authored: Tue Jan 13 10:49:52 2015 +0100 Committer: tn <[email protected]> Committed: Tue Jan 13 10:49:52 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/bb20e79f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3712389..fbc5508 100644 --- a/pom.xml +++ b/pom.xml @@ -385,7 +385,7 @@ <math.clirr.version>2.6.1</math.clirr.version> <!-- Temporary fix to support Java 8 --> - <commons.jacoco.version>0.7.0.201403182114</commons.jacoco.version> + <commons.jacoco.version>0.7.2.201409121644</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>
