You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/04/27 19:22:42 UTC

hbase git commit: Revert "HBASE-13339 Update default Hadoop version to 2.6.0"

Repository: hbase
Updated Branches:
  refs/heads/master d5ff2b587 -> dc6f78e59


Revert "HBASE-13339 Update default Hadoop version to 2.6.0"

This reverts commit 4d6dc38a70c57e5b7512533284024832e0f879dc.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dc6f78e5
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dc6f78e5
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dc6f78e5

Branch: refs/heads/master
Commit: dc6f78e5965523b7d0490e8851abeadfc555807c
Parents: d5ff2b5
Author: Nick Dimiduk <nd...@apache.org>
Authored: Mon Apr 27 10:20:50 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Mon Apr 27 10:20:50 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/dc6f78e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 93e3133..3ea5114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1132,7 +1132,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>