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:09:28 UTC

(phoenix) branch master 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 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 a45c78943e PHOENIX-7173 Update default HBase versions to 2.4.17 and 2.5.7 respectively
a45c78943e is described below

commit a45c78943e4d09ddf4bff39271d1a8257dd646ad
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 ac2be6f650..a2e8888ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,9 +84,9 @@
     <hbase.profile.list>2.4.0 2.4 2.5.0 2.5</hbase.profile.list>
     <!-- The default hbase versions to build with (override with hbase.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>