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 c6d9b066b3 PHOENIX-7371 Update Hbase 2.5 version to 2.5.10
c6d9b066b3 is described below
commit c6d9b066b34da40f10eca0eacba2371ebe3d4cf0
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 a66d376794..77aa860c64 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>