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/02/02 15:27:52 UTC

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

NIFI-270 prepare 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/4431d9c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/4431d9c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/4431d9c2

Branch: refs/heads/NIFI-250
Commit: 4431d9c2cf8b3e77c566718d941ef6f0ef581414
Parents: 6e69d99
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 23 01:28:41 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 23 01:28:41 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/4431d9c2/nifi-nar-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml
index d032da7..79e437e 100644
--- a/nifi-nar-maven-plugin/pom.xml
+++ b/nifi-nar-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.nifi</groupId>
     <artifactId>nifi-nar-maven-plugin</artifactId>
-    <version>1.0.0-incubating</version>
+    <version>1.0.1-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>
     <url>http://nifi.incubator.apache.org/maven-site/</url>
@@ -58,7 +58,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>nifi-nar-maven-plugin-1.0.0-incubating-RC3</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>