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 2024/01/10 12:10:03 UTC

(phoenix) branch 5.1 updated: PHOENIX-7173 Update default HBase versions to 2.4.17 and 2.5.7 respectively

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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new 925b4840b7 PHOENIX-7173 Update default HBase versions to 2.4.17 and 2.5.7 respectively
925b4840b7 is described below

commit 925b4840b7b2de4b094aec20cb476f83bec0ad2b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Jan 9 10:11:51 2024 +0100

    PHOENIX-7173 Update default HBase versions to 2.4.17 and 2.5.7 respectively
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0dabad1b3..9db2b381af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,9 +89,9 @@
     <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.16</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.17</hbase-2.4.runtime.version>
     <hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
-    <hbase-2.5.runtime.version>2.5.5-hadoop3</hbase-2.5.runtime.version>
+    <hbase-2.5.runtime.version>2.5.7-hadoop3</hbase-2.5.runtime.version>
 
     <compileSource>1.8</compileSource>
     <maven.compiler.source>${compileSource}</maven.compiler.source>