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 40bd6cc925 PHOENIX-7681 Update HBase 2.5 profile default version to
2.5.12 (#2248)
40bd6cc925 is described below
commit 40bd6cc925b601cc6b3f05987f1b57836d40bfb5
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jul 29 05:46:23 2025 +0200
PHOENIX-7681 Update HBase 2.5 profile default version to 2.5.12 (#2248)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 77f4fa12e0..98b56e6132 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.10-hadoop3</hbase-2.5.runtime.version>
+ <hbase-2.5.runtime.version>2.5.12-hadoop3</hbase-2.5.runtime.version>
<compileSource>1.8</compileSource>
<maven.compiler.source>${compileSource}</maven.compiler.source>