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/a7fee787 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a7fee787 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a7fee787 Branch: refs/heads/NIFI-270-6 Commit: a7fee787d588c6dec12f0a4ed1cbe1055769a989 Parents: 72abf18 Author: joewitt <[email protected]> Authored: Mon Jan 19 09:41:25 2015 -0500 Committer: joewitt <[email protected]> Committed: Mon Jan 19 09:41:25 2015 -0500 ---------------------------------------------------------------------- nar-maven-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a7fee787/nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nar-maven-plugin/pom.xml b/nar-maven-plugin/pom.xml index 282371f..d7933cc 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.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-RC1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
