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 2021/09/20 12:34:24 UTC

[phoenix] branch master updated: PHOENIX-6551 Bump HBase version to 2.4.6 and 2.2.7

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 c1ffb0b  PHOENIX-6551 Bump HBase version to 2.4.6 and 2.2.7
c1ffb0b is described below

commit c1ffb0bdb75c00deb5d79a812c5c36555d1ddc74
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Sep 17 18:01:30 2021 +0200

    PHOENIX-6551 Bump HBase version to 2.4.6 and 2.2.7
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7d9b7f..36b1a14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,10 +89,10 @@
     <hbase.profile.list>2.1 2.2 2.3 2.4.0 2.4</hbase.profile.list>
     <!-- The default hbase versions to build with (override with hbase.version) -->
     <hbase-2.1.runtime.version>2.1.10</hbase-2.1.runtime.version>
-    <hbase-2.2.runtime.version>2.2.6</hbase-2.2.runtime.version>
+    <hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
     <hbase-2.3.runtime.version>2.3.6</hbase-2.3.runtime.version>
     <hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.version>
-    <hbase-2.4.runtime.version>2.4.4</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.6</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>