You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ap...@apache.org on 2014/12/13 19:43:57 UTC

[4/6] phoenix git commit: Revert "PHOENIX-1524 Bump default HBase version to 0.98.8 after PHOENIX-1470"

Revert "PHOENIX-1524 Bump default HBase version to 0.98.8 after PHOENIX-1470"

This reverts commit 7a571d03824d79e7d1c25ca34c45517bee7f7aaf.


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

Branch: refs/heads/4.0
Commit: 26744dad525f271f111646e0a4f50522a17784b2
Parents: 7a571d0
Author: Andrew Purtell <ap...@apache.org>
Authored: Sat Dec 13 10:43:27 2014 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Sat Dec 13 10:43:27 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/26744dad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4db2519..b5e9ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <test.output.tofile>true</test.output.tofile>
 
     <!-- Hadoop Versions -->
-    <hbase.version>0.98.8-hadoop2</hbase.version>
+    <hbase.version>0.98.4-hadoop2</hbase.version>
     <hadoop-two.version>2.2.0</hadoop-two.version>
 
     <!-- Dependency versions -->