You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2019/11/12 14:54:06 UTC

[nifi] branch master updated: NIFI-6857 Bump hbase-client from 2.1.x to 2.2.x

This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d9bba2  NIFI-6857 Bump hbase-client from 2.1.x to 2.2.x
5d9bba2 is described below

commit 5d9bba2f6fc93cb064f2e93090ce01d6c8643a0f
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Fri Nov 8 10:40:27 2019 -0500

    NIFI-6857 Bump hbase-client from 2.1.x to 2.2.x
    
    This closes #3878
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 .../nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index 6754366..752beb9 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <hbase.version>2.1.1</hbase.version>
+        <hbase.version>2.2.2</hbase.version>
     </properties>
 
     <modules>