You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2023/03/14 20:53:00 UTC

[nifi-maven] 01/02: NIFI-11278-RC2 prepare release nifi-nar-maven-plugin-1.5.0-RC2

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

kdoran pushed a commit to branch NIFI-11278-RC2
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit 277f9e8998ca76a972c90d8ecf3f771414c86700
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Tue Mar 14 16:48:33 2023 -0400

    NIFI-11278-RC2 prepare release nifi-nar-maven-plugin-1.5.0-RC2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 873330e..f7fea59 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.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <packaging>maven-plugin</packaging>
     <description>Apache NiFi Nar Maven Plugin</description>
     <url>http://nifi.apache.org</url>
@@ -67,7 +67,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>nifi-nar-maven-plugin-1.4.0-RC1</tag>
+        <tag>nifi-nar-maven-plugin-1.5.0-RC2</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -79,7 +79,7 @@
         <maven.min-version>3.6.3</maven.min-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <project.build.outputTimestamp>2023-03-08T15:05:37Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-03-14T20:48:20Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>