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

pvillard 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 dbda8c7  NIFI-7251: Upgrade hadoop-client version to 3.2.1 to avoid 
the regression bug
dbda8c7 is described below

commit dbda8c7f7eb4de035414bb5c478d6969c387d3e3
Author: Kotaro Terada <[email protected]>
AuthorDate: Fri Mar 13 12:53:26 2020 +0900

    NIFI-7251: Upgrade hadoop-client version to 3.2.1 to avoid the regression 
bug
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #4141.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9007a75..9f5a48d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <surefire.version>2.22.0</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.0</hadoop.version>
+        <hadoop.version>3.2.1</hadoop.version>
     </properties>
 
     <repositories>

Reply via email to