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 2019/02/13 20:07:00 UTC

[nifi-maven] 13/20: NIFI-3597 prepare release nifi-nar-maven-plugin-1.2.0-RC1

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

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

commit d0c9d46d25a3eb8d3dbeb2783477b1a7c5b2f345
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Mar 14 11:10:20 2017 -0400

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

diff --git a/pom.xml b/pom.xml
index 6c0f01c..985a794 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.0-SNAPSHOT</version>
+    <version>1.2.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.2.0-RC1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>