You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/06/08 20:24:01 UTC

git commit: PHOENIX-1033 Update HBase version to 0.94.19 to make connection to secure cluster easier

Repository: phoenix
Updated Branches:
  refs/heads/3.0 e799a0f36 -> b2041c2af


PHOENIX-1033 Update HBase version to 0.94.19 to make connection to secure cluster easier


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

Branch: refs/heads/3.0
Commit: b2041c2afad89973ade53c7089491fe2693b0c54
Parents: e799a0f
Author: James Taylor <jt...@salesforce.com>
Authored: Sun Jun 8 11:25:39 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Sun Jun 8 11:25:39 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b2041c2a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d37a55..2fe91f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <hadoop-two.version>2.0.4-alpha</hadoop-two.version>
 
     <!-- Dependency versions -->
-    <hbase.version>0.94.14</hbase.version>
+    <hbase.version>0.94.19</hbase.version>
     <commons-cli.version>1.2</commons-cli.version>
     <hadoop.version>1.0.4</hadoop.version>
     <pig.version>0.12.0</pig.version>