NIFI-429: Point to released parent
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/665ae2f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/665ae2f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/665ae2f4 Branch: refs/heads/release-nifi-0.1.0-rc12 Commit: 665ae2f4d552a4c51355a33585cf1a3491ca276b Parents: b383c5a Author: Mark Payne <[email protected]> Authored: Wed May 6 09:28:59 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Wed May 6 09:28:59 2015 -0400 ---------------------------------------------------------------------- nifi-nar-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/665ae2f4/nifi-nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index 95cee00..accf8e6 100644 --- a/nifi-nar-maven-plugin/pom.xml +++ b/nifi-nar-maven-plugin/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-parent</artifactId> - <version>1.0.0-incubating-SNAPSHOT</version> + <version>1.0.0-incubating</version> <relativePath /> </parent> <artifactId>nifi-nar-maven-plugin</artifactId>
