This is an automated email from the ASF dual-hosted git repository.
zyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 90e0f45 HBASE-26072 Upgrade hbase version in hbase-operator-tools to
2.4.4 (#91)
90e0f45 is described below
commit 90e0f455ac456a0df5e9c9d59012aafe4a98e29e
Author: z-york <[email protected]>
AuthorDate: Wed Jul 7 08:24:01 2021 -0700
HBASE-26072 Upgrade hbase version in hbase-operator-tools to 2.4.4 (#91)
Signed-off-by: Viraj Jasani <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 74f0ff3..e449bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<compileSource>1.8</compileSource>
<java.min.version>${compileSource}</java.min.version>
<maven.min.version>3.3.3</maven.min.version>
- <hbase.version>2.2.7</hbase.version>
+ <hbase.version>2.4.4</hbase.version>
<surefire.provider>surefire-junit47</surefire.provider>
<test.output.tofile>true</test.output.tofile>
<checkstyle.version>8.18</checkstyle.version>