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 2022/10/28 08:59:41 UTC

[nifi] branch main updated: NIFI-10716 Upgraded Flume from 1.10.1 to 1.11.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 c6ae69e054 NIFI-10716 Upgraded Flume from 1.10.1 to 1.11.0
c6ae69e054 is described below

commit c6ae69e05434dcbb662ffd4aa41e112463c00317
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Oct 27 21:36:21 2022 -0500

    NIFI-10716 Upgraded Flume from 1.10.1 to 1.11.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6595.
---
 nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
index 8a58f52e86..96d39f6e40 100644
--- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml
@@ -24,7 +24,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <flume.version>1.10.1</flume.version>
+        <flume.version>1.11.0</flume.version>
     </properties>
 
     <dependencies>