This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-api.git
commit d5b5a102e85b59277c38764a53aa86658f95d20a Author: exceptionfactory <[email protected]> AuthorDate: Thu Jul 10 21:00:59 2025 -0500 NIFI-14738 Updated version to 2.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe65061..b8b554a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.apache.nifi</groupId> <artifactId>nifi-api</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> <packaging>jar</packaging> <name>nifi-api</name>
