NIFI-429: 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/6e87401b Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/6e87401b Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/6e87401b Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: 6e87401b79f93b1a3b4e0e9ae22ddfd35551e8f5 Parents: b8c49b4 Author: Mark Payne <[email protected]> Authored: Tue May 5 14:02:50 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 14:02:50 2015 -0400 ---------------------------------------------------------------------- nifi-nar-maven-plugin/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/6e87401b/nifi-nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index dcc218d..f6e104c 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</version> + <version>1.0.2-incubating-SNAPSHOT</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description> <build> @@ -101,8 +101,4 @@ <version>3.3</version> </dependency> </dependencies> - - <scm> - <tag>nifi-nar-maven-plugin-1.0.1-incubating-rc6</tag> - </scm> </project>
