You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/11/14 07:55:00 UTC

[phoenix] branch master updated: PHOENIX-6222 Bump default HBase version to 2.2.6 and 2.3.3

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ff3edb  PHOENIX-6222 Bump default HBase version to 2.2.6 and 2.3.3
5ff3edb is described below

commit 5ff3edbbf532904a628d09d7859c2463b24ccf2a
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Nov 12 13:23:17 2020 +0100

    PHOENIX-6222 Bump default HBase version to 2.2.6 and 2.3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa6e874..fbe7d1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1536,7 +1536,7 @@
       <properties>
         <hbase.profile>2.2</hbase.profile>
         <hbase.compat.version>2.2.1</hbase.compat.version>
-        <hbase.version>2.2.5</hbase.version>
+        <hbase.version>2.2.6</hbase.version>
         <!-- PHOENIX-6010 3.1.3 doesn't work because of Guava rebase -->
         <hadoop.version>3.1.2</hadoop.version>
       </properties>
@@ -1553,7 +1553,7 @@
       <properties>
         <hbase.profile>2.3</hbase.profile>
         <hbase.compat.version>2.3.0</hbase.compat.version>
-        <hbase.version>2.3.0</hbase.version>
+        <hbase.version>2.3.3</hbase.version>
         <!-- PHOENIX-6010 3.1.3 doesn't work because of Guava rebase -->
         <hadoop.version>3.1.2</hadoop.version>
         <hbase.thirdparty.version>3.3.0</hbase.thirdparty.version>