NIFI-632 - fixing parent pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/0a8b0d6d Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/0a8b0d6d Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/0a8b0d6d Branch: refs/heads/NIFI-632 Commit: 0a8b0d6db465ec1e8f076d12230ef0c21ff68936 Parents: a134648 Author: danbress <[email protected]> Authored: Mon Jun 1 20:20:57 2015 -0400 Committer: danbress <[email protected]> Committed: Mon Jun 1 20:20:57 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-external/nifi-example-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0a8b0d6d/nifi/nifi-external/nifi-example-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-external/nifi-example-bundle/pom.xml b/nifi/nifi-external/nifi-example-bundle/pom.xml index f1e4753..542a673 100644 --- a/nifi/nifi-external/nifi-example-bundle/pom.xml +++ b/nifi/nifi-external/nifi-example-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> - <artifactId>nifi-nar-bundles</artifactId> + <artifactId>nifi-external</artifactId> <version>0.1.1-incubating-SNAPSHOT</version> </parent>
