This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new 4b03ea508c PHOENIX-7371 Update Hbase 2.5 version to 2.5.10
4b03ea508c is described below
commit 4b03ea508c1278fe3cbc11179a7378e012caf90e
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 2c65aff0eb..b3cf589e4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.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>
<compileSource>1.8</compileSource>
<maven.compiler.source>${compileSource}</maven.compiler.source>