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 2022/04/20 06:17:35 UTC

[phoenix] branch master updated: PHOENIX-6690 Bump HBase 2.4 version to 2.4.11

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 435b87b826 PHOENIX-6690 Bump HBase 2.4 version to 2.4.11
435b87b826 is described below

commit 435b87b826280b6135a5d7066a66148ff6a59b23
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Apr 19 09:13:46 2022 +0200

    PHOENIX-6690 Bump HBase 2.4 version to 2.4.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd5aebf1bc..3c0ea72316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
     <hbase-2.3.runtime.version>2.3.7</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.8</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.11</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>