This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
The following commit(s) were added to refs/heads/main by this push:
new ea919cc NIFI-16224 Updated version to 2.5.0-SNAPSHOT
ea919cc is described below
commit ea919cc3f70606482495b7f7c5167a3f963d63e8
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Aug 24 10:44:09 2026 -0500
NIFI-16224 Updated version to 2.5.0-SNAPSHOT
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9de550e..1b065c0 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.4.0</version>
+ <version>2.5.0-SNAPSHOT</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>2026-08-19T16:56:01Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-08-24T15:44:09Z</project.build.outputTimestamp>
<inceptionYear>2014</inceptionYear>
<mockito.version>5.23.0</mockito.version>
<junit.version>6.1.3</junit.version>