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

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


The following commit(s) were added to refs/heads/5.2 by this push:
     new e26679b684 PHOENIX-7681 Update HBase 2.5 profile default version to 
2.5.12 (#2248)
e26679b684 is described below

commit e26679b68407ecfa9693eda0f74a9f3a1d003dcc
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 52f61852c0..0d53ae714f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <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.4.runtime.version>2.5.10-hadoop3</hbase-2.5.4.runtime.version>
-    <hbase-2.5.runtime.version>2.5.11-hadoop3</hbase-2.5.runtime.version>
+    <hbase-2.5.runtime.version>2.5.12-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>
 
@@ -2055,7 +2055,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.11-default</id>
+      <id>phoenix-hbase-compat-2.5.12-default</id>
       <activation>
         <property>
           <name>!hbase.profile</name>
@@ -2085,7 +2085,7 @@
     </profile>
     <profile>
       <!-- This WILL work with the public -hadoop3 artifacts -->
-      <id>phoenix-hbase-compat-2.5.11</id>
+      <id>phoenix-hbase-compat-2.5.12</id>
       <activation>
         <property>
           <name>hbase.profile</name>

Reply via email to