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/16 19:09:19 UTC

[2/2] incubator-nifi git commit: NIFI-270prepare for next development iteration

NIFI-270prepare for next development iteration


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

Branch: refs/heads/develop
Commit: 6f189266b4c0603daf2e36c7ee2cf8a02709aaa3
Parents: dea2f0d
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 16 13:02:48 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 16 13:02:48 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/6f189266/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 e8f658a..8dea49c 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.1-incubating</version>
+    <version>0.0.2-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>
@@ -59,7 +59,7 @@
         <connection>scm:git:git://git.apache.org/incubator-nifi.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-nifi.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git</url>
-        <tag>nar-maven-plugin-0.0.1-incubating</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>