Repository: incubator-nifi Updated Branches: refs/heads/NIFI-270-6 [created] a7fee787d
NIFI-270 prepare release nar-maven-plugin-0.0.1-incubating-RC1 Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/72abf18c Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/72abf18c Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/72abf18c Branch: refs/heads/NIFI-270-6 Commit: 72abf18c2e045e9ef404050e2bffc9cef67d2558 Parents: 52e9c4a Author: joewitt <[email protected]> Authored: Mon Jan 19 09:41:15 2015 -0500 Committer: joewitt <[email protected]> Committed: Mon Jan 19 09:41:15 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/72abf18c/nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nar-maven-plugin/pom.xml b/nar-maven-plugin/pom.xml index 313e7fc..282371f 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-SNAPSHOT</version> + <version>0.0.1-incubating</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>HEAD</tag> + <tag>nar-maven-plugin-0.0.1-incubating-RC1</tag> </scm> <issueManagement> <system>JIRA</system>
