This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch NIFI-15637-RC1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit 9a362ea0f44807e0c8a742df2b5f35bd4b669ce2
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Feb 23 15:45:42 2026 +0100

    NIFI-15637 Updated version to 2.3.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3af8a8a..d6f884c 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.3.0-SNAPSHOT</version>
+    <version>2.3.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>2025-10-23T04:09:48Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2026-02-23T14:45:42Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
         <mockito.version>5.21.0</mockito.version>
         <junit.version>6.0.3</junit.version>

Reply via email to