This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit b14eedfa7f2bea9d6697660cc6140c817a707445 Author: exceptionfactory <[email protected]> AuthorDate: Thu Nov 10 14:32:02 2022 -0600 NIFI-10796 This closes #6647. Upgraded Apache Iceberg from 0.14.0 to 1.0.0 Signed-off-by: Joe Witt <[email protected]> --- nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml index b3b948dfa4..7475bc1a50 100644 --- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml @@ -27,7 +27,7 @@ <packaging>pom</packaging> <properties> - <iceberg.version>0.14.0</iceberg.version> + <iceberg.version>1.0.0</iceberg.version> <hive.version>3.1.3</hive.version> <hadoop.version>3.3.3</hadoop.version> </properties>
