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/a2a2815f Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a2a2815f Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a2a2815f Branch: refs/heads/NIFI-632 Commit: a2a2815f978fdacef98d577f9a66797a4c7cf442 Parents: 4efff41 Author: danbress <[email protected]> Authored: Mon Jun 1 20:20:57 2015 -0400 Committer: danbress <[email protected]> Committed: Sun Jun 7 08:30:45 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/a2a2815f/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>
