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 2ffb334101 PHOENIX-7220 Make HBase 2.5 profile the default
2ffb334101 is described below

commit 2ffb334101e5b0d041142416a3a64bd5387c8ac6
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 16 20:26:31 2024 +0100

    PHOENIX-7220 Make HBase 2.5 profile the default
---
 pom.xml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index f22ed8d63d..86ee18e18e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1652,19 +1652,20 @@
     <!-- The dependencies should be defined only in phoenix-core
     ,but maven doesn't seem to support that -->
     <profile>
-      <!-- must be identical to phoenix-hbase-compat-2.4.1 profile -->
-      <!-- PHOENIX-5993 This won't work with the public HBase artifacts -->
-      <id>phoenix-hbase-compat-2.4.1-default</id>
+      <!-- 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.4-default</id>
       <activation>
         <property>
           <name>!hbase.profile</name>
         </property>
       </activation>
       <properties>
-        <hbase.profile>2.4</hbase.profile>
-        <hbase.compat.version>2.4.1</hbase.compat.version>
-        <hbase.version>${hbase-2.4.runtime.version}</hbase.version>
-        <zookeeper.version>3.5.7</zookeeper.version>
+        <hbase.profile>2.5</hbase.profile>
+        <hbase.compat.version>2.5.4</hbase.compat.version>
+        <hadoop.version>3.2.3</hadoop.version>
+        <hbase.version>${hbase-2.5.runtime.version}</hbase.version>
+        <zookeeper.version>3.8.3</zookeeper.version>
         <tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
       </properties>
     </profile>
@@ -1758,7 +1759,7 @@
       </properties>
     </profile>
     <profile>
-      <!-- PHOENIX-5993 This won't work with the public HBase artifacts -->
+      <!-- This will work with the public HBase artifacts -->
       <id>phoenix-hbase-compat-2.5.0</id>
       <activation>
         <property>
@@ -1776,7 +1777,7 @@
       </properties>
     </profile>
     <profile>
-      <!-- PHOENIX-5993 This won't work with the public HBase artifacts -->
+      <!-- This will work with the public HBase artifacts -->
       <id>phoenix-hbase-compat-2.5.4</id>
       <activation>
         <property>

Reply via email to