You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by an...@apache.org on 2017/10/27 08:17:10 UTC

phoenix git commit: PHOENIX-4326 Create branch 5.0-HBase-2.0 and update hbase.version to 2.0.0-alpha4-SNAPSHOT

Repository: phoenix
Updated Branches:
  refs/heads/5.0-HBase-2.0 20e72eebb -> cd0509b6e


PHOENIX-4326 Create branch 5.0-HBase-2.0 and update hbase.version to 2.0.0-alpha4-SNAPSHOT


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

Branch: refs/heads/5.0-HBase-2.0
Commit: cd0509b6e32d82988faec410bb71b3c1a4a40046
Parents: 20e72ee
Author: Ankit Singhal <an...@gmail.com>
Authored: Fri Oct 27 13:47:01 2017 +0530
Committer: Ankit Singhal <an...@gmail.com>
Committed: Fri Oct 27 13:47:01 2017 +0530

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/cd0509b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 099d4f0..ea90e8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.phoenix</groupId>
   <artifactId>phoenix</artifactId>
-  <version>4.13.0-SNAPSHOT</version>
+  <version>5.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>
@@ -66,7 +66,7 @@
     <top.dir>${project.basedir}</top.dir>
 
     <!-- Hadoop Versions -->
-    <hbase.version>1.3.1</hbase.version>
+    <hbase.version>2.0.0-alpha4-SNAPSHOT</hbase.version>
     <hadoop-two.version>2.7.1</hadoop-two.version>
 
     <!-- Dependency versions -->