Repository: hbase Updated Branches: refs/heads/master c6dd3f965 -> 714668a40
HBASE-13899 Jacoco instrumentation fails under jdk8 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/714668a4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/714668a4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/714668a4 Branch: refs/heads/master Commit: 714668a40dff6d7aa9207a0846d6f8ed800276ee Parents: c6dd3f9 Author: zhangduo <zhang...@wandoujia.com> Authored: Sun Jun 14 22:03:20 2015 +0800 Committer: zhangduo <zhang...@wandoujia.com> Committed: Mon Jun 15 08:13:41 2015 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/714668a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 71ee4bc..b51b2ba 100644 --- a/pom.xml +++ b/pom.xml @@ -1234,7 +1234,7 @@ "-Djava.library.path=${hadoop.library.path};${java.library.path}" </hbase-surefire.cygwin-argline> <hbase.skip-jacoco>true</hbase.skip-jacoco> - <jacoco.version>0.6.2.201302030002</jacoco.version> + <jacoco.version>0.7.5.201505241946</jacoco.version> <extra.enforcer.version>1.0-beta-3</extra.enforcer.version> </properties> <!-- Sorted by groups of dependencies then groupId and artifactId -->