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 58f1a4de60 PHOENIX-7681 Update HBase 2.5 profile default version to 
2.5.12 (#2248)
58f1a4de60 is described below

commit 58f1a4de6020b1f0cd166da04078e6bff7a299e5
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 632c435784..9319cd4535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,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>
 
@@ -2101,7 +2101,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>
@@ -2131,7 +2131,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