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

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

commit d0de49a34a1197988eaa007d28e6eb20ab6d701f
Author: Pierre Villard <[email protected]>
AuthorDate: Wed May 22 12:54:24 2024 +0200

    NIFI-13273-RC1 prepare release nifi-maven-2.0.0-RC1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e7f6d1..9fb9d80 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.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>maven-plugin</packaging>
     <description>Apache NiFi Nar Maven Plugin</description>
     <url>http://nifi.apache.org</url>
@@ -64,7 +64,7 @@
         <connection>scm:git:git://git.apache.org/nifi-maven.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-maven.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git</url>
-        <tag>HEAD</tag>
+        <tag>nifi-maven-2.0.0-RC1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -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>2023-06-14T20:31:06Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2024-05-22T10:54:14Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
         <mockito.version>5.12.0</mockito.version>
         <junit.version>5.10.2</junit.version>

Reply via email to