You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2024/03/14 21:51:17 UTC

(phoenix) branch 5.2 updated: PHOENIX-7275 Update HBase 2.5 default version to 2.5.8

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

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


The following commit(s) were added to refs/heads/5.2 by this push:
     new 07cf705911 PHOENIX-7275 Update HBase 2.5 default version to 2.5.8
07cf705911 is described below

commit 07cf705911ce6c56719a9121ca75c8c9d1ecac3e
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Mar 14 06:15:54 2024 +0100

    PHOENIX-7275 Update HBase 2.5 default version to 2.5.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47a9e0a35f..9bb81f6452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <!-- The default hbase versions to build with (override with hbase.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.7-hadoop3</hbase-2.5.runtime.version>
+    <hbase-2.5.runtime.version>2.5.8-hadoop3</hbase-2.5.runtime.version>
 
     <compileSource>1.8</compileSource>
     <maven.compiler.source>${compileSource}</maven.compiler.source>