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

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

commit 39fc959426ea405df6360969b55ae2adad47e1aa
Author: Nandor Soma Abonyi <[email protected]>
AuthorDate: Wed Jun 14 22:31:06 2023 +0200

    NIFI-11688-RC1 prepare release nifi-nar-maven-plugin-1.5.1-rc1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6219a9b..4fdf59c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>nifi-nar-maven-plugin</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1</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-nar-maven-plugin-1.5.1-rc1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -79,7 +79,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        
<project.build.outputTimestamp>2023-03-14T20:49:10Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2023-06-14T20:31:00Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
         <mockito.version>4.11.0</mockito.version>
         <junit.version>5.9.2</junit.version>

Reply via email to