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

[23/42] incubator-nifi git commit: NIFI-270 nar maven plugin now on proper version scheme for incubator

NIFI-270 nar maven plugin now on proper version scheme for incubator


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

Branch: refs/heads/NIFI-250
Commit: c91d875f3649b73ce909585780b2e218736e76d6
Parents: 9c8c1c4
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 16 12:32:07 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 16 12:32:07 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c91d875f/maven-plugins/nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/nar-maven-plugin/pom.xml b/maven-plugins/nar-maven-plugin/pom.xml
index 9e2ba97..4d762e9 100644
--- a/maven-plugins/nar-maven-plugin/pom.xml
+++ b/maven-plugins/nar-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>nar-maven-plugin</artifactId>
-    <version>0.0.4-test-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/c91d875f/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index f64f13b..78a81ad 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -1002,7 +1002,7 @@
             <plugin>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nar-maven-plugin</artifactId>
-                <version>0.0.3-test-incubating</version>
+                <version>0.0.1-incubating-SNAPSHOT</version>
                 <extensions>true</extensions>
             </plugin>
         </plugins>