NiFI-429: Updated to use 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/cb432a1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/cb432a1e Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/cb432a1e Branch: refs/heads/nifi-0.1.0-incubating-release-branch Commit: cb432a1e7ce02aaec70579ce18869ef373feff74 Parents: 5a8aa68 Author: Mark Payne <[email protected]> Authored: Tue May 5 18:00:12 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 18:00:12 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/cb432a1e/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>
