You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2019/04/30 15:34:53 UTC

[nifi-maven] branch nifi-maven-1.3.0-rc1 created (now 32095e6)

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

bbende pushed a change to branch nifi-maven-1.3.0-rc1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git.


      at 32095e6  NIFI-6248-RC1 prepare for next development iteration

This branch includes the following new commits:

     new 84b66de  NIFI-6248-RC1 prepare release nifi-nar-maven-plugin-1.3.0-RC1
     new 32095e6  NIFI-6248-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] 02/02: NIFI-6248-RC1 prepare for next development iteration

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

bbende pushed a commit to branch nifi-maven-1.3.0-rc1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit 32095e6c629777a8b734d9c08565d821af63168a
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Apr 30 11:06:45 2019 -0400

    NIFI-6248-RC1 prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b45e17..718eb81 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.0</version>
+    <version>1.3.1-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.0-RC1</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>


[nifi-maven] 01/02: NIFI-6248-RC1 prepare release nifi-nar-maven-plugin-1.3.0-RC1

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

bbende pushed a commit to branch nifi-maven-1.3.0-rc1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit 84b66de25e5f1c0df66a4c8a0d1cbf00390aae18
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Apr 30 11:06:35 2019 -0400

    NIFI-6248-RC1 prepare release nifi-nar-maven-plugin-1.3.0-RC1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81b329f..0b45e17 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.2.1-SNAPSHOT</version>
+    <version>1.3.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>HEAD</tag>
+        <tag>nifi-nar-maven-plugin-1.3.0-RC1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>