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/cbd8026e Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/cbd8026e Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/cbd8026e Branch: refs/heads/release-nifi-0.1.0-rc12 Commit: cbd8026ef61893dd049db0abae2f211eb72bc21d Parents: 753b1f5 Author: Mark Payne <[email protected]> Authored: Wed May 6 09:30:20 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Wed May 6 09:30:20 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/cbd8026e/nifi-nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index d5d53db..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-rc12</tag> - </scm> </project>
