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 27409f2b9a NIFI-14748 Upgraded Apache NiFi API from 2.1.0 to 2.2.0
27409f2b9a is described below
commit 27409f2b9aa27a0277b79c1e21c3bd4993df33d7
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 14 08:41:07 2025 -0500
NIFI-14748 Upgraded Apache NiFi API from 2.1.0 to 2.2.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #10089.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 13f095e171..742c816eb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<node.version>v22.1.0</node.version>
<frontend.mvn.plugin.version>1.15.1</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>2.1.0</nifi.nar.maven.plugin.version>
- <nifi-api.version>2.1.0</nifi-api.version>
+ <nifi-api.version>2.2.0</nifi-api.version>
<project.build.outputTimestamp>1746120180</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>