Repository: hbase Updated Branches: refs/heads/branch-2 97b649eb9 -> e22f7bc89
HBASE-18339 Update to hadoop3-alpha4 Signed-off-by: Sean Busbey <[email protected]> Conflicts: dev-support/hbase-personality.sh Amending-Author: Sean Busbey <[email protected]> Dropped changes to hbase-personality, since we always use the one in master. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e22f7bc8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e22f7bc8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e22f7bc8 Branch: refs/heads/branch-2 Commit: e22f7bc893331325dae361301c8b491d6acd7185 Parents: 97b649e Author: Mike Drob <[email protected]> Authored: Wed Jul 12 13:36:27 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Thu Jul 13 10:08:33 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e22f7bc8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0521490..79168a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1318,7 +1318,7 @@ <java.min.version>${compileSource}</java.min.version> <!-- Dependencies --> <hadoop-two.version>2.7.1</hadoop-two.version> - <hadoop-three.version>3.0.0-alpha2</hadoop-three.version> + <hadoop-three.version>3.0.0-alpha4</hadoop-three.version> <!-- These must be defined here for downstream build tools that don't look at profiles. They ought to match the values found in our default hadoop profile, which is currently "hadoop-2.0". See HBASE-15925 for more info. -->
