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/03/14 08:48:56 UTC

(phoenix) branch master 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.

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 fcbb742f51 PHOENIX-7275 Update HBase 2.5 default version to 2.5.8
fcbb742f51 is described below

commit fcbb742f51638926094dfd0c1183df65fa2f822c
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 d8562626be..59106dee3b 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>