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

commit aae1b215f06fa0e6140f6633518b5bfe3c788022
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 6baaae7..6152f8a 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