You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/02/09 17:23:15 UTC

[nifi] branch main updated: NIFI-7818 - bump hadoop-client to 3.3.0

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

pvillard 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 13d6da7  NIFI-7818 - bump hadoop-client to 3.3.0
13d6da7 is described below

commit 13d6da73ac273662b8871b6b75446a04c01d1f86
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Thu Oct 15 11:00:36 2020 +0200

    NIFI-7818 - bump hadoop-client to 3.3.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4604.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8b603e5..201dbff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <surefire.version>2.22.2</surefire.version>
         <!-- 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.2.1</hadoop.version>
+        <hadoop.version>3.3.0</hadoop.version>
         <ozone.version>1.0.0</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>