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

vjasani 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 da708bc5c2 PHOENIX-6866 Upgrade hbase 2.4 and 2.5 versions to 2.4.16 
and 2.5.3-hadoop3 respectively (#1558)
da708bc5c2 is described below

commit da708bc5c2ddfe7f6b687c30edc37239be3bc111
Author: Viraj Jasani <[email protected]>
AuthorDate: Tue Feb 7 14:24:26 2023 -0800

    PHOENIX-6866 Upgrade hbase 2.4 and 2.5 versions to 2.4.16 and 2.5.3-hadoop3 
respectively (#1558)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 357da81761..94702faf0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,8 +89,8 @@
     <hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
     <hbase-2.3.runtime.version>2.3.7</hbase-2.3.runtime.version>
     <hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.version>
-    <hbase-2.4.runtime.version>2.4.15</hbase-2.4.runtime.version>
-    <hbase-2.5.runtime.version>2.5.2-hadoop3</hbase-2.5.runtime.version>
+    <hbase-2.4.runtime.version>2.4.16</hbase-2.4.runtime.version>
+    <hbase-2.5.runtime.version>2.5.3-hadoop3</hbase-2.5.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>

Reply via email to