NIFI-429: Updated pom to 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/85022f96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/85022f96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/85022f96 Branch: refs/heads/nifi-0.1.0-incubating-RC-9 Commit: 85022f96a4d382bbbe9342b43c000d926865e664 Parents: e70d685 Author: Mark Payne <[email protected]> Authored: Tue May 5 17:13:27 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 17:13:27 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/85022f96/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>
