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

[nifi-registry] branch master updated: NIFIREG-345 Bump ranger-client version to 2.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e212fc4  NIFIREG-345 Bump ranger-client version to 2.0.0
e212fc4 is described below

commit e212fc4ae793add366dc437eba986e3fd8fde7bd
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Fri Nov 8 14:08:39 2019 -0500

    NIFIREG-345 Bump ranger-client version to 2.0.0
    
    This closes #247
---
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 28bbc9f..fa291d5 100644
--- a/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ b/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -25,8 +25,8 @@
     <packaging>jar</packaging>
 
     <properties>
-        <ranger.version>1.1.0</ranger.version>
-        <ranger.hadoop.version>3.0.0</ranger.hadoop.version>
+        <ranger.version>2.0.0</ranger.version>
+        <ranger.hadoop.version>3.1.1</ranger.hadoop.version>
     </properties>
 
     <dependencies>