Repository: hbase Updated Branches: refs/heads/branch-1 93af6b65a -> 085f7e51b
Revert "HBASE-13339 Update default Hadoop version to 2.6.0" This reverts commit c15862b8b1937c40c156de04ab406fa003817046. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/085f7e51 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/085f7e51 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/085f7e51 Branch: refs/heads/branch-1 Commit: 085f7e51b7c586d6ee288b6c240c6478e69b4c25 Parents: 93af6b6 Author: Nick Dimiduk <[email protected]> Authored: Mon Apr 27 10:21:24 2015 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Mon Apr 27 10:21:24 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/085f7e51/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49447a8..aee1b68 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.6.0</hadoop-two.version> + <hadoop-two.version>2.5.1</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>
