You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bi...@apache.org on 2015/01/16 13:31:42 UTC

[2/2] incubator-nifi git commit: NIFI-270: fix version to be 'incubating'

NIFI-270: fix version to be 'incubating'


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

Branch: refs/heads/nifi-270-release-setup
Commit: 6e0731deed33f5ec630e1889133d6f66c7a15b32
Parents: ac894f1
Author: Benson Margulies <bi...@apache.org>
Authored: Fri Jan 16 07:30:48 2015 -0500
Committer: Benson Margulies <bi...@apache.org>
Committed: Fri Jan 16 07:30:48 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/6e0731de/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 c0236fd..af313ad 100644
--- a/maven-plugins/nar-maven-plugin/pom.xml
+++ b/maven-plugins/nar-maven-plugin/pom.xml
@@ -19,10 +19,10 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.1-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>nar-maven-plugin</artifactId>
-    <version>0.0.1-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/6e0731de/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 8d1773c..7fc0f27 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache NiFi Maven Plugins</name>
     <description>Apache NiFi Maven Plugins. It is currently a part of the Apache Incubator.</description>