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 2022/06/16 20:32:32 UTC

[nifi-maven] branch NIFI-10131-RC1 created (now d707f03)

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

kdoran pushed a change to branch NIFI-10131-RC1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git


      at d707f03  NIFI-10131-RC1 prepare for next development iteration

This branch includes the following new commits:

     new c4d9563  NIFI-10131-RC1 prepare release nifi-nar-maven-plugin-1.3.4-RC1
     new d707f03  NIFI-10131-RC1 prepare for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[nifi-maven] 01/02: NIFI-10131-RC1 prepare release nifi-nar-maven-plugin-1.3.4-RC1

Posted by kd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c4d9563bff2b5c2120e7f1e181343e2c01cc0422
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Thu Jun 16 16:21:56 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index aa7c933..10b9e4a 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.3.4-SNAPSHOT</version>
+    <version>1.3.4</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>HEAD</tag>
+        <tag>nifi-nar-maven-plugin-1.3.4-RC1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -79,7 +79,7 @@
         <maven.min-version>3.1.0</maven.min-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <project.build.outputTimestamp>2022-02-17T22:08:13Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-16T20:21:48Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>


[nifi-maven] 02/02: NIFI-10131-RC1 prepare for next development iteration

Posted by kd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d707f0391726e405c5dd347cce3a51bdd6e1bd81
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Thu Jun 16 16:22:00 2022 -0400

    NIFI-10131-RC1 prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 10b9e4a..d64ad31 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.3.4</version>
+    <version>1.3.5-SNAPSHOT</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.3.4-RC1</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -79,7 +79,7 @@
         <maven.min-version>3.1.0</maven.min-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <project.build.outputTimestamp>2022-06-16T20:21:48Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-16T20:22:00Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>