Repository: commons-rng Updated Branches: refs/heads/master 24ac4a2ab -> 2e9262d7a
RNG-11: switch back to 0.7.5 jacoco version Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/6dbe1308 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/6dbe1308 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/6dbe1308 Branch: refs/heads/master Commit: 6dbe13089bffb81f55ca9441c47f150f79ef8b0f Parents: 61873ad Author: Rob Tompkins <[email protected]> Authored: Mon Aug 22 07:23:32 2016 -0400 Committer: Rob Tompkins <[email protected]> Committed: Mon Aug 22 07:23:32 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6dbe1308/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cca86f5..c89ad38 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <rng.clirr.version>2.7</rng.clirr.version> <!-- Temporary fix to support Java 8 --> - <commons.jacoco.version>0.7.6.201602180812</commons.jacoco.version> + <commons.jacoco.version>0.7.5.201505241946</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>
