This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.3 by this push:
     new 3bbe7f2028 PHOENIX-7739 Update Default HBase 2.5 version to 2.5.13 
(#2325)
3bbe7f2028 is described below

commit 3bbe7f20282a55ca3851b56e8a811539e1e5153c
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 84c3bc4e01..52f76e7490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,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.runtime.version>2.6.3-hadoop3</hbase-2.6.runtime.version>
 
@@ -2109,7 +2109,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>
@@ -2123,7 +2123,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>

Reply via email to