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 1d684a9e6f PHOENIX-7739 Update Default HBase 2.5 version to 2.5.13
(#2325)
1d684a9e6f is described below
commit 1d684a9e6f049ae254fde4e2b2e2a173a814cb49
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Dec 3 06:57:07 2025 +0100
PHOENIX-7739 Update Default HBase 2.5 version to 2.5.13 (#2325)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index bb8c26da5b..334ec3108f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<!-- The default hbase versions to build with (override with
hbase.version) -->
<hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
<hbase-2.5.4.runtime.version>2.5.10-hadoop3</hbase-2.5.4.runtime.version>
- <hbase-2.5.runtime.version>2.5.12-hadoop3</hbase-2.5.runtime.version>
+ <hbase-2.5.runtime.version>2.5.13-hadoop3</hbase-2.5.runtime.version>
<hbase-2.6.0.runtime.version>2.6.1-hadoop3</hbase-2.6.0.runtime.version>
<hbase-2.6.3.runtime.version>2.6.3-hadoop3</hbase-2.6.3.runtime.version>
<hbase-2.6.runtime.version>2.6.4-hadoop3</hbase-2.6.runtime.version>
@@ -2145,7 +2145,7 @@
<profile>
<!-- must be identical to phoenix-hbase-compat-2.5.4 profile -->
<!-- This WILL work with the public HBase artifacts -->
- <id>phoenix-hbase-compat-2.5.12-default</id>
+ <id>phoenix-hbase-compat-2.5.13-default</id>
<activation>
<property>
<name>!hbase.profile</name>
@@ -2159,7 +2159,7 @@
</profile>
<profile>
<!-- This WILL work with the public -hadoop3 artifacts -->
- <id>phoenix-hbase-compat-2.5.12</id>
+ <id>phoenix-hbase-compat-2.5.13</id>
<activation>
<property>
<name>hbase.profile</name>