You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2022/06/16 12:23:02 UTC

[phoenix] branch master updated: PHOENIX-6734 Revert default HBase version to 2.4.10

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 cab4db3c90 PHOENIX-6734 Revert default HBase version to 2.4.10
cab4db3c90 is described below

commit cab4db3c90abc453d0b8f31092ceda5f5a57f82f
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jun 16 10:02:15 2022 +0200

    PHOENIX-6734 Revert default HBase version to 2.4.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0a2fa8a29..5fa65a6d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <!-- The default hbase versions to build with (override with hbase.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.11</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.10</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>