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 6388bd3  PHOENIX-6582 Bump default HBase version to 2.3.7 and 2.4.8
6388bd3 is described below

commit 6388bd39115d9cb510a5bdfae3c5e77f390a02cd
Author: luoc <l...@apache.org>
AuthorDate: Sat Nov 13 15:43:50 2021 +0800

    PHOENIX-6582 Bump default HBase version to 2.3.7 and 2.4.8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8994ab3..24b9f53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,9 +86,9 @@
     <!-- The default hbase versions to build with (override with 
hbase.version) -->
     <hbase-2.1.runtime.version>2.1.10</hbase-2.1.runtime.version>
     <hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
-    <hbase-2.3.runtime.version>2.3.6</hbase-2.3.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.6</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.8</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>

Reply via email to