You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/19 15:38:44 UTC

incubator-nifi git commit: NIFI-270 reset nar-maven to 0.0.1 and made the more logical for nifi

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop bc448e59a -> 52e9c4a5a


NIFI-270 reset nar-maven to 0.0.1 and made the more logical for nifi


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/52e9c4a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/52e9c4a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/52e9c4a5

Branch: refs/heads/develop
Commit: 52e9c4a5a9f02b4a9b52b54e85c2a0aaffe4e416
Parents: bc448e5
Author: joewitt <jo...@apache.org>
Authored: Mon Jan 19 09:38:24 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Mon Jan 19 09:38:24 2015 -0500

----------------------------------------------------------------------
 nar-maven-plugin/pom.xml | 2 +-
 nifi/pom.xml             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/52e9c4a5/nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/nar-maven-plugin/pom.xml b/nar-maven-plugin/pom.xml
index d7933cc..313e7fc 100644
--- a/nar-maven-plugin/pom.xml
+++ b/nar-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>nar-maven-plugin</artifactId>
-    <version>0.0.2-incubating-SNAPSHOT</version>
+    <version>0.0.1-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>Apache NiFi NAR Plugin</name>
     <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/52e9c4a5/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index b9489f8..8a696cb 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -901,7 +901,7 @@
                         <releaseProfiles>apache-release</releaseProfiles>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <goals>deploy</goals>
-                        <tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
+                        <tagNameFormat>nifi-@{project.version}</tagNameFormat>
                         <pushChanges>false</pushChanges>
                         <localCheckout>true</localCheckout>
                     </configuration>
@@ -985,7 +985,7 @@
             <plugin>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nar-maven-plugin</artifactId>
-                <version>0.0.2-incubating-SNAPSHOT</version>
+                <version>0.0.1-incubating-SNAPSHOT</version>
                 <extensions>true</extensions>
             </plugin>
         </plugins>