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

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


The following commit(s) were added to refs/heads/main by this push:
     new dc42012  NIFI-9407 Upgraded Ozone from 1.0.0 to 1.2.1
dc42012 is described below

commit dc4201275524c88506a478c0c3b26354f68008ed
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Nov 23 14:56:30 2021 +0100

    NIFI-9407 Upgraded Ozone from 1.0.0 to 1.2.1
    
    This closes #5547
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-hadoop-libraries-nar/pom.xml                          |  8 ++++----
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml       |  8 ++++----
 nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml |  8 ++++----
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml   | 10 +++++-----
 pom.xml                                                        |  2 +-
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
index cecbcfb..24df3d4 100644
--- 
a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
@@ -155,8 +155,8 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-client</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-client</artifactId>
                     <version>${ozone.version}</version>
                     <exclusions>
                       <exclusion>
@@ -170,8 +170,8 @@
                     </exclusions>
                 </dependency>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-filesystem</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-filesystem</artifactId>
                     <version>${ozone.version}</version>
                 </dependency>
             </dependencies>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
index b0ed3cf..ceffb96 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
@@ -130,8 +130,8 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-client</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-client</artifactId>
                     <version>${ozone.version}</version>
                     <exclusions>
                       <exclusion>
@@ -145,8 +145,8 @@
                     </exclusions>
                 </dependency>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-filesystem</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-filesystem</artifactId>
                     <version>${ozone.version}</version>
                 </dependency>
             </dependencies>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml 
b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
index 9dd3c7b..d905e3e 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
@@ -281,8 +281,8 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-client</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-client</artifactId>
                     <version>${ozone.version}</version>
                     <exclusions>
                       <exclusion>
@@ -296,8 +296,8 @@
                     </exclusions>
                 </dependency>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-filesystem</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-filesystem</artifactId>
                     <version>${ozone.version}</version>
                 </dependency>
             </dependencies>
diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 6706c5a..151bdb6 100644
--- 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <ranger.version>2.1.0</ranger.version>
         <ranger.hadoop.version>3.1.4</ranger.hadoop.version>
-        <ranger.ozone.version>1.0.0</ranger.ozone.version>
+        <ranger.ozone.version>1.2.1</ranger.ozone.version>
         <ranger.gcs.version>2.1.5</ranger.gcs.version>
     </properties>
 
@@ -352,8 +352,8 @@
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-client</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-client</artifactId>
                     <version>${ranger.ozone.version}</version>
                     <exclusions>
                       <exclusion>
@@ -367,8 +367,8 @@
                     </exclusions>
                 </dependency>
                 <dependency>
-                    <groupId>org.apache.hadoop</groupId>
-                    <artifactId>hadoop-ozone-filesystem</artifactId>
+                    <groupId>org.apache.ozone</groupId>
+                    <artifactId>ozone-filesystem</artifactId>
                     <version>${ranger.ozone.version}</version>
                 </dependency>
             </dependencies>
diff --git a/pom.xml b/pom.xml
index 2e6af91..14ad668 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs 
that depend on it, other NARs that need
             a specific version should override this property, or use a more 
specific property like abc.hadoop.version -->
         <hadoop.version>3.3.0</hadoop.version>
-        <ozone.version>1.0.0</ozone.version>
+        <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.version>2.33</jersey.version>

Reply via email to