Repository: hbase Updated Branches: refs/heads/branch-1.1 d4c630968 -> 56761d04e
HBASE-13339 Update default Hadoop version to 2.6.0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56761d04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56761d04 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/56761d04 Branch: refs/heads/branch-1.1 Commit: 56761d04e06e1e21a2b3257dd5989ba5e3240468 Parents: d4c6309 Author: Elliott Clark <[email protected]> Authored: Thu Mar 26 09:07:19 2015 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Sun Apr 26 11:47:09 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/56761d04/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3d86205..b758026 100644 --- a/pom.xml +++ b/pom.xml @@ -1062,7 +1062,7 @@ <maven.min.version>3.0.3</maven.min.version> <java.min.version>${compileSource}</java.min.version> <!-- Dependencies --> - <hadoop-two.version>2.5.1</hadoop-two.version> + <hadoop-two.version>2.6.0</hadoop-two.version> <hadoop-three.version>3.0.0-SNAPSHOT</hadoop-three.version> <commons-cli.version>1.2</commons-cli.version> <commons-codec.version>1.9</commons-codec.version>
