NIFI-291 completed incorporation of Purtell feedback
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/a738be8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a738be8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a738be8f Branch: refs/heads/NIFI-250 Commit: a738be8f27e86fab7cf8c7bd23285fb9cb016cad Parents: d926aca Author: joewitt <[email protected]> Authored: Tue Feb 3 09:43:19 2015 -0500 Committer: joewitt <[email protected]> Committed: Tue Feb 3 09:43:19 2015 -0500 ---------------------------------------------------------------------- nifi-nar-maven-plugin/pom.xml | 2 +- nifi/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a738be8f/nifi-nar-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index 6f46397..7ba2d7c 100644 --- a/nifi-nar-maven-plugin/pom.xml +++ b/nifi-nar-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <version>1.0.1-incubating-SNAPSHOT</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description> - <url>http://nifi.incubator.apache.org/maven-site/</url> + <url>http://nifi.incubator.apache.org</url> <organization> <name>Apache NiFi (incubating)</name> <url>http://nifi.incubator.apache.org/</url> http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a738be8f/nifi/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/pom.xml b/nifi/pom.xml index fb73f9c..8eda682 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -26,7 +26,7 @@ <version>0.0.2-incubating-SNAPSHOT</version> <packaging>pom</packaging> <description>Apache NiFi is a dataflow system based on the concepts of flow-based programming. It is currently a part of the Apache Incubator.</description> - <url>http://nifi.incubator.apache.org/maven-site/</url> + <url>http://nifi.incubator.apache.org</url> <organization> <name>Apache NiFi (incubating)</name> <url>http://nifi.incubator.apache.org/</url>
