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 03:21:14 UTC

[2/2] phoenix git commit: PHOENIX-1524 Bump default HBase version to 0.98.8 after PHOENIX-1470

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


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

Branch: refs/heads/master
Commit: 5e2c182aad7f1a8ed9d3c5a29240b61b399342d7
Parents: 06bf205
Author: Andrew Purtell <ap...@apache.org>
Authored: Fri Dec 12 17:21:18 2014 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri Dec 12 17:21:27 2014 -0800

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


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