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

turcsanyi pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 53a0aef422 NIFI-11334: Fixed dependency version in 
nifi-iceberg-services
53a0aef422 is described below

commit 53a0aef4228f7b14cb8c9941a7eca158f0a42093
Author: Zoltan Kornel Torok <zto...@cloudera.com>
AuthorDate: Wed Jul 5 08:57:54 2023 +0200

    NIFI-11334: Fixed dependency version in nifi-iceberg-services
    
    This closes #7459.
    
    Signed-off-by: Peter Turcsanyi <turcsa...@apache.org>
---
 nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml 
b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
index c4db27ca94..3056685a66 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-xml-processing</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.23.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Reply via email to