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 79c66fd PHOENIX-6337 Bump default HBase versions to 2.3.4
79c66fd is described below
commit 79c66fd428d09085e3d0e23ccf5a06a7ef3784e4
Author: Viraj Jasani <[email protected]>
AuthorDate: Wed Jan 27 17:50:51 2021 +0530
PHOENIX-6337 Bump default HBase versions to 2.3.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 689e044..e4e32a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<!-- 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.6</hbase-2.2.runtime.version>
- <hbase-2.3.runtime.version>2.3.3</hbase-2.3.runtime.version>
+ <hbase-2.3.runtime.version>2.3.4</hbase-2.3.runtime.version>
<hbase-2.4.runtime.version>2.4.0</hbase-2.4.runtime.version>
<!-- General Properties -->