Repository: hbase Updated Branches: refs/heads/branch-1 0d6d87d0f -> c15862b8b
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/c15862b8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c15862b8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c15862b8 Branch: refs/heads/branch-1 Commit: c15862b8b1937c40c156de04ab406fa003817046 Parents: 0d6d87d Author: Elliott Clark <[email protected]> Authored: Thu Mar 26 09:07:19 2015 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Sun Apr 26 11:45:03 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c15862b8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e0a8a3e..5a05059 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>
