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 2023/01/18 13:22:23 UTC

[nifi] branch main updated: NIFI-11024: Update iceberg.version to 1.1.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 4d78ebc487 NIFI-11024: Update iceberg.version to 1.1.0
4d78ebc487 is described below

commit 4d78ebc48740e97627c9fa91fdbea3016da407a1
Author: mr1716 <ms...@rit.edu>
AuthorDate: Fri Jan 13 09:54:54 2023 -0500

    NIFI-11024: Update iceberg.version to 1.1.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6851.
---
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 81403b5351..139eba8cb0 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <iceberg.version>1.0.0</iceberg.version>
+        <iceberg.version>1.1.0</iceberg.version>
         <hive.version>3.1.3</hive.version>
         <hadoop.version>3.3.3</hadoop.version>
     </properties>
@@ -84,4 +84,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-</project>
\ No newline at end of file
+</project>