This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch NIFI-15123-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
commit 5cb25e3a21b3fc040c325740343b0cdf2bc1f7a6 Author: exceptionfactory <[email protected]> AuthorDate: Mon Oct 20 22:53:43 2025 -0500 NIFI-15123 Updated version to 2.2.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d9e71ae..6a4499f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Maven Plugin</description> <url>http://nifi.apache.org</url> @@ -75,7 +75,7 @@ <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.build.outputTimestamp>2024-09-25T19:25:52Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-10-21T03:53:26Z</project.build.outputTimestamp> <inceptionYear>2014</inceptionYear> <mockito.version>5.20.0</mockito.version> <junit.version>6.0.0</junit.version>
