This is an automated email from the ASF dual-hosted git repository.
stoty 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 4d4f398fde PHOENIX-7371 Update Hbase 2.5 version to 2.5.10
4d4f398fde is described below
commit 4d4f398fdeb4c98b3d97a5f5d53abc6186ea7e34
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Jul 26 07:56:30 2024 +0200
PHOENIX-7371 Update Hbase 2.5 version to 2.5.10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e78298acd9..f26a4fc76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<!-- The default hbase versions to build with (override with
hbase.version) -->
<hbase-2.4.runtime.version>2.4.18</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.8-hadoop3</hbase-2.5.runtime.version>
+ <hbase-2.5.runtime.version>2.5.10-hadoop3</hbase-2.5.runtime.version>
<hbase-2.6.runtime.version>2.6.0-hadoop3</hbase-2.6.runtime.version>
<compileSource>1.8</compileSource>