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-maven.git
The following commit(s) were added to refs/heads/main by this push:
new d69dcb2 NIFI-15123 Updated version to 2.3.0-SNAPSHOT
d69dcb2 is described below
commit d69dcb2b542de87b90c0d557a236d97ce43933e5
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Oct 22 23:09:48 2025 -0500
NIFI-15123 Updated version to 2.3.0-SNAPSHOT
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a4499f..a8d7527 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</version>
+ <version>2.3.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>2025-10-21T03:53:26Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-10-23T04:09:48Z</project.build.outputTimestamp>
<inceptionYear>2014</inceptionYear>
<mockito.version>5.20.0</mockito.version>
<junit.version>6.0.0</junit.version>