Repository: incubator-nifi Updated Branches: refs/heads/nifi-0.1.0-incubating-rc1 9b81d16ce -> a6b45a9ba
NIFI-429: prepare release nifi-nar-maven-plugin-1.0.1-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/fb4723f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/fb4723f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/fb4723f3 Branch: refs/heads/nifi-0.1.0-incubating-rc1 Commit: fb4723f38eadb1981d19b90e4dc8cddf21d50819 Parents: 9b81d16 Author: Mark Payne <[email protected]> Authored: Mon May 4 10:46:31 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Mon May 4 10:46:31 2015 -0400 ---------------------------------------------------------------------- nifi-nar-maven-plugin/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/fb4723f3/nifi-nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index 7db6781..9a953a0 100644 --- a/nifi-nar-maven-plugin/pom.xml +++ b/nifi-nar-maven-plugin/pom.xml @@ -22,7 +22,7 @@ <relativePath /> </parent> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.0.1-incubating-SNAPSHOT</version> + <version>1.0.1-incubating</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description> <build> @@ -101,4 +101,8 @@ <version>3.3</version> </dependency> </dependencies> + + <scm> + <tag>nifi-nar-maven-plugin-1.0.1-incubating</tag> + </scm> </project>
