diff --git a/README.md b/README.md index 8a4fdba757..c71bb0fa82 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,14 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist - [Getting Started](#getting-started) - [License](#license) -- [Disclaimer](#disclaimer) ## Getting Started -- Read through the [quickstart guide for development](http://nifi.incubator.apache.org/quickstart.html). +- Read through the [quickstart guide for development](http://nifi.apache.org/quickstart.html). It will include information on getting a local copy of the source, give pointers on issue tracking, and provide some warnings about common problems with development environments. - For a more comprehensive guide to development and information about contributing to the project - read through the [NiFi Developer's Guide](http://nifi.incubator.apache.org/developer-guide.html). + read through the [NiFi Developer's Guide](http://nifi.apache.org/developer-guide.html). - Optional: Build supporting modules. This should only be needed if the current 'nifi' module is in the process of updating to a new version of either the 'nifi-parent' or 'nifi-nar-maven-plugin' artifacts. @@ -44,7 +43,7 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist you'll see an erorr like the following: [ERROR] Non-resolvable parent POM: Could not find artifact - org.apache.nifi:nifi-parent:pom:1.0.0-incubating-SNAPSHOT in example.snapshots.repo + org.apache.nifi:nifi-parent:pom:1.0.0-SNAPSHOT in example.snapshots.repo (https://repository.example.com/content/repositories/snapshots) and 'parent.relativePath' points at no local POM @ line 18, column 13 -> [Help 2] - Build the nifi-nar-maven-plugin. Change directory to 'nifi-nar-maven-plugin' and @@ -54,18 +53,18 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist version you'll see an error like the following: [ERROR] Unresolveable build extension: Plugin - org.apache.nifi:nifi-nar-maven-plugin:1.0.1-incubating-SNAPSHOT or one of its + org.apache.nifi:nifi-nar-maven-plugin:1.0.1-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact - org.apache.nifi:nifi-nar-maven-plugin:jar:1.0.1-incubating-SNAPSHOT -> [Help 2] + org.apache.nifi:nifi-nar-maven-plugin:jar:1.0.1-SNAPSHOT -> [Help 2] - Build nifi. Change directory to 'nifi' and follow the directions found there in [README.md](nifi/README.md). - Run NiFi. The directions found in the [README.md](nifi/README.md) file within the 'nifi' module will also include how to run an instance of NiFi. For help on how to build your first data flow, - see the [NiFi User Guide](http://nifi.incubator.apache.org/docs/nifi-docs/user-guide.html). + see the [NiFi User Guide](http://nifi.apache.org/docs/nifi-docs/user-guide.html). ## Documentation -See http://nifi.incubator.apache.org/ for the latest documentation. +See http://nifi.apache.org/ for the latest documentation. ## License @@ -84,16 +83,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -## Disclaimer - -Apache NiFi is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - diff --git a/nifi-nar-maven-plugin/pom.xml b/nifi-nar-maven-plugin/pom.xml index f6e104c311..4e08f2ec00 100644 --- a/nifi-nar-maven-plugin/pom.xml +++ b/nifi-nar-maven-plugin/pom.xml @@ -18,13 +18,13 @@ org.apache.nifi nifi-parent - 1.0.0-incubating + 1.0.1-SNAPSHOT nifi-nar-maven-plugin - 1.0.2-incubating-SNAPSHOT + 1.0.2-SNAPSHOT maven-plugin - Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator. + Apache NiFi Nar Plugin. diff --git a/nifi-parent/pom.xml b/nifi-parent/pom.xml index 9ccb6ec2bf..0370c97696 100644 --- a/nifi-parent/pom.xml +++ b/nifi-parent/pom.xml @@ -18,18 +18,18 @@ org.apache apache - 16 + 17 org.apache.nifi nifi-parent - 1.0.1-incubating-SNAPSHOT + 1.0.1-SNAPSHOT pom The nifi-parent enables each apache nifi project to ensure consistent approaches and DRY - http://nifi.incubator.apache.org + http://nifi.apache.org - Apache NiFi(incubating) Project - http://nifi.incubator.apache.org/ + Apache NiFi Project + http://nifi.apache.org/ @@ -40,26 +40,33 @@ Dev - dev-subscribe@nifi.incubator.apache.org - dev-unsubscribe@nifi.incubator.apache.org - dev@nifi.incubator.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev + dev-subscribe@nifi.apache.org + dev-unsubscribe@nifi.apache.org + dev@nifi.apache.org + http://mail-archives.apache.org/mod_mbox/nifi-dev + + + Users + users-subscribe@nifi.apache.org + users-unsubscribe@nifi.apache.org + users@nifi.apache.org + http://mail-archives.apache.org/mod_mbox/nifi-users Commits - commits-subscribe@nifi.incubator.apache.org - commits-unsubscribe@nifi.incubator.apache.org - commits@nifi.incubator.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-nifi-commits + commits-subscribe@nifi.apache.org + commits-unsubscribe@nifi.apache.org + commits@nifi.apache.org + http://mail-archives.apache.org/mod_mbox/nifi-commits ${maven.min-version} - scm:git:git://git.apache.org/incubator-nifi.git - scm:git:https://git-wip-us.apache.org/repos/asf/incubator-nifi.git - https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git + scm:git:git://git.apache.org/nifi.git + scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git + https://git-wip-us.apache.org/repos/asf?p=nifi.git HEAD diff --git a/nifi/DISCLAIMER b/nifi/DISCLAIMER deleted file mode 100644 index 0f8e7a1ecc..0000000000 --- a/nifi/DISCLAIMER +++ /dev/null @@ -1,15 +0,0 @@ -Apache NiFi is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache NiFi project -you can go to the following page: - -http://nifi.incubator.apache.org/ diff --git a/nifi/README.md b/nifi/README.md index cffa09ad87..a680f7899b 100644 --- a/nifi/README.md +++ b/nifi/README.md @@ -23,7 +23,6 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist - [Getting Started](#getting-started) - [Getting Help](#getting-help) - [License](#license) -- [Disclaimer](#disclaimer) - [Export Control] (#export-control) ## Features @@ -75,9 +74,9 @@ To deploy: laptop:nifi fhampton$ cd nifi-assembly laptop:nifi-assembly fhampton$ ls -lhd target/nifi* - drwxr-xr-x 3 fhampton staff 102B Apr 30 00:29 target/nifi-0.1.0-incubating-SNAPSHOT-bin - -rw-r--r-- 1 fhampton staff 144M Apr 30 00:30 target/nifi-0.1.0-incubating-SNAPSHOT-bin.tar.gz - -rw-r--r-- 1 fhampton staff 144M Apr 30 00:30 target/nifi-0.1.0-incubating-SNAPSHOT-bin.zip + drwxr-xr-x 3 fhampton staff 102B Apr 30 00:29 target/nifi-0.1.0-SNAPSHOT-bin + -rw-r--r-- 1 fhampton staff 144M Apr 30 00:30 target/nifi-0.1.0-SNAPSHOT-bin.tar.gz + -rw-r--r-- 1 fhampton staff 144M Apr 30 00:30 target/nifi-0.1.0-SNAPSHOT-bin.zip - For testing ongoing development you could use the already unpacked build present in the directory named "nifi-*version*-bin", where *version* is the current project version. To deploy in another @@ -88,27 +87,27 @@ To deploy: laptop:nifi-assembly fhampton$ tar xzf target/nifi-*-bin.tar.gz -C ~/example-nifi-deploy laptop:nifi-assembly fhampton$ ls -lh ~/example-nifi-deploy/ total 0 - drwxr-xr-x 10 fhampton staff 340B Apr 30 01:06 nifi-0.1.0-incubating-SNAPSHOT + drwxr-xr-x 10 fhampton staff 340B Apr 30 01:06 nifi-0.1.0-SNAPSHOT To run NiFi: - Change directory to the location where you installed NiFi and run it. laptop:~ fhampton$ cd ~/example-nifi-deploy/nifi-* - laptop:nifi-0.1.0-incubating-SNAPSHOT fhampton$ ./bin/nifi.sh start + laptop:nifi-0.1.0-SNAPSHOT fhampton$ ./bin/nifi.sh start - Direct your browser to http://localhost:8080/nifi/ and you should see a screen like this screenshot: ![image of a NiFi dataflow canvas](nifi-docs/src/main/asciidoc/images/nifi_first_launch_screenshot.png?raw=true) -- For help building your first data flow see the [NiFi User Guide](http://nifi.incubator.apache.org/docs/nifi-docs/user-guide.html) +- For help building your first data flow see the [NiFi User Guide](http://nifi.apache.org/docs/nifi-docs/user-guide.html) - If you are testing ongoing development, you will likely want to stop your instance. laptop:~ fhampton$ cd ~/example-nifi-deploy/nifi-* - laptop:nifi-0.1.0-incubating-SNAPSHOT fhampton$ ./bin/nifi.sh stop + laptop:nifi-0.1.0-SNAPSHOT fhampton$ ./bin/nifi.sh stop ## Getting Help -If you have questions, you can reach out to our mailing list: dev@nifi.incubator.apache.org -([archive](http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev)). +If you have questions, you can reach out to our mailing list: dev@nifi.apache.org +([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)). We're also often available in IRC: #nifi on [irc.freenode.net](http://webchat.freenode.net/?channels=#nifi). @@ -129,19 +128,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -## Disclaimer - -Apache NiFi is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - ## Export Control This distribution includes cryptographic software. The country in which you diff --git a/nifi/nifi-api/pom.xml b/nifi/nifi-api/pom.xml index d8cb3fa175..5ea116ec4d 100644 --- a/nifi/nifi-api/pom.xml +++ b/nifi/nifi-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-api jar diff --git a/nifi/nifi-assembly/README.md b/nifi/nifi-assembly/README.md index 106505dbff..4fb4d3b458 100644 --- a/nifi/nifi-assembly/README.md +++ b/nifi/nifi-assembly/README.md @@ -14,7 +14,7 @@ --> # Apache NiFi -Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. It is currently apart of the Apache Incubator. +Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. ## Table of Contents @@ -23,7 +23,6 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist - [Getting Help](#getting-help) - [Requirements](#requirements) - [License](#license) -- [Disclaimer](#disclaimer) - [Export Control] (#export-control) ## Features @@ -55,8 +54,8 @@ To start NiFi: - Direct your browser to http://localhost:8080/nifi/ ## Getting Help -If you have questions, you can reach out to our mailing list: dev@nifi.incubator.apache.org -([archive](http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev)). +If you have questions, you can reach out to our mailing list: dev@nifi.apache.org +([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)). We're also often available in IRC: #nifi on [irc.freenode.net](http://webchat.freenode.net/?channels=#nifi). @@ -80,19 +79,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -## Disclaimer - -Apache NiFi is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - ## Export Control This distribution includes cryptographic software. The country in which you diff --git a/nifi/nifi-assembly/pom.xml b/nifi/nifi-assembly/pom.xml index 473b947ec5..8677c60f9b 100644 --- a/nifi/nifi-assembly/pom.xml +++ b/nifi/nifi-assembly/pom.xml @@ -14,11 +14,11 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-assembly pom - This is the assembly Apache NiFi (incubating) + This is the assembly Apache NiFi @@ -175,7 +175,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-dbcp-service-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar @@ -191,25 +191,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-social-media-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-geo-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar @@ -398,10 +398,10 @@ language governing permissions and limitations under the License. --> org.codehaus.mojo rpm-maven-plugin - Apache NiFi (incubating) - Apache Nifi (incubating) is dataflow system based on the Flow-Based Programming concepts. + Apache NiFi + Apache NiFi is dataflow system based on the Flow-Based Programming concepts. Apache License, Version 2.0 and others (see included LICENSE file) - http://nifi.incubator.apache.org + http://nifi.apache.org Utilities /opt/nifi @@ -436,9 +436,6 @@ language governing permissions and limitations under the License. --> ./NOTICE - - ../DISCLAIMER - ./README.md README diff --git a/nifi/nifi-assembly/src/main/assembly/dependencies.xml b/nifi/nifi-assembly/src/main/assembly/dependencies.xml index 243d0acc37..0e5362c23d 100644 --- a/nifi/nifi-assembly/src/main/assembly/dependencies.xml +++ b/nifi/nifi-assembly/src/main/assembly/dependencies.xml @@ -122,13 +122,6 @@ 0644 true - - ../DISCLAIMER - ./ - DISCLAIMER - 0644 - true - ./LICENSE ./ diff --git a/nifi/nifi-bootstrap/pom.xml b/nifi/nifi-bootstrap/pom.xml index ad84fd76f4..1751b45926 100644 --- a/nifi/nifi-bootstrap/pom.xml +++ b/nifi/nifi-bootstrap/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-bootstrap jar diff --git a/nifi/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi/nifi-commons/nifi-data-provenance-utils/pom.xml index 3d90401d20..c52064c519 100644 --- a/nifi/nifi-commons/nifi-data-provenance-utils/pom.xml +++ b/nifi/nifi-commons/nifi-data-provenance-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-data-provenance-utils jar diff --git a/nifi/nifi-commons/nifi-expression-language/pom.xml b/nifi/nifi-commons/nifi-expression-language/pom.xml index d36e462d37..fb264715ec 100644 --- a/nifi/nifi-commons/nifi-expression-language/pom.xml +++ b/nifi/nifi-commons/nifi-expression-language/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-expression-language jar diff --git a/nifi/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi/nifi-commons/nifi-flowfile-packager/pom.xml index 8eaea1e8ff..6ff3c12f88 100644 --- a/nifi/nifi-commons/nifi-flowfile-packager/pom.xml +++ b/nifi/nifi-commons/nifi-flowfile-packager/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-flowfile-packager jar diff --git a/nifi/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi/nifi-commons/nifi-hl7-query-language/pom.xml index e0dd314fe4..d12f8eab36 100644 --- a/nifi/nifi-commons/nifi-hl7-query-language/pom.xml +++ b/nifi/nifi-commons/nifi-hl7-query-language/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-hl7-query-language diff --git a/nifi/nifi-commons/nifi-logging-utils/pom.xml b/nifi/nifi-commons/nifi-logging-utils/pom.xml index 1bb37b0c66..c0d4a83182 100644 --- a/nifi/nifi-commons/nifi-logging-utils/pom.xml +++ b/nifi/nifi-commons/nifi-logging-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-logging-utils Utilities for logging diff --git a/nifi/nifi-commons/nifi-processor-utilities/pom.xml b/nifi/nifi-commons/nifi-processor-utilities/pom.xml index cc8718c90c..3eaeef476c 100644 --- a/nifi/nifi-commons/nifi-processor-utilities/pom.xml +++ b/nifi/nifi-commons/nifi-processor-utilities/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-processor-utils jar diff --git a/nifi/nifi-commons/nifi-properties/pom.xml b/nifi/nifi-commons/nifi-properties/pom.xml index 9432b7021b..574690fc0d 100644 --- a/nifi/nifi-commons/nifi-properties/pom.xml +++ b/nifi/nifi-commons/nifi-properties/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-properties diff --git a/nifi/nifi-commons/nifi-security-utils/pom.xml b/nifi/nifi-commons/nifi-security-utils/pom.xml index 3772fab101..2ad4a0b347 100644 --- a/nifi/nifi-commons/nifi-security-utils/pom.xml +++ b/nifi/nifi-commons/nifi-security-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-security-utils Contains security functionality. diff --git a/nifi/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi/nifi-commons/nifi-site-to-site-client/pom.xml index 43d5450315..43ca926c54 100644 --- a/nifi/nifi-commons/nifi-site-to-site-client/pom.xml +++ b/nifi/nifi-commons/nifi-site-to-site-client/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-site-to-site-client @@ -42,7 +42,7 @@ org.apache.nifi nifi-client-dto - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT diff --git a/nifi/nifi-commons/nifi-socket-utils/pom.xml b/nifi/nifi-commons/nifi-socket-utils/pom.xml index 80ca8603c3..24b8bc7a66 100644 --- a/nifi/nifi-commons/nifi-socket-utils/pom.xml +++ b/nifi/nifi-commons/nifi-socket-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-socket-utils Utilities for socket communication diff --git a/nifi/nifi-commons/nifi-utils/pom.xml b/nifi/nifi-commons/nifi-utils/pom.xml index 7a1bf01be3..de698dcf9a 100644 --- a/nifi/nifi-commons/nifi-utils/pom.xml +++ b/nifi/nifi-commons/nifi-utils/pom.xml @@ -18,10 +18,10 @@ org.apache.nifi nifi-commons - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nifi-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT jar org.apache.nifi nifi-api - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT provided org.apache.nifi nifi-runtime - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT provided org.apache.nifi nifi-nar-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT provided org.apache.nifi nifi-properties - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT provided diff --git a/nifi/pom.xml b/nifi/pom.xml index 22dbaf69cb..2365300228 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -18,13 +18,13 @@ org.apache.nifi nifi-parent - 1.0.0-incubating + 1.0.1-SNAPSHOT nifi - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT pom - Apache NiFi(incubating) is an easy to use, powerful, and reliable system to process and distribute data. + Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. nifi-commons nifi-api @@ -619,67 +619,67 @@ org.apache.nifi nifi-api - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-web-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-expression-language - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-custom-ui-utilities - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-ui-extension - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-socket-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-runtime - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-bootstrap - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-resources - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT resources runtime zip @@ -687,7 +687,7 @@ org.apache.nifi nifi-docs - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT resources runtime zip @@ -695,168 +695,168 @@ org.apache.nifi nifi-framework-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-services-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-hadoop-libraries-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-hadoop-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-kite-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-mongodb-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-solr-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-kafka-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-http-context-map-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-social-media-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-geo-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-flume-nar - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT nar org.apache.nifi nifi-properties - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-security-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-logging-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-nar-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-processor-utils - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-mock - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT test org.apache.nifi nifi-write-ahead-log - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-dbcp-service - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 0.2.1-incubating-SNAPSHOT + 0.2.1-SNAPSHOT com.jayway.jsonpath @@ -911,7 +911,7 @@ org.apache.nifi nifi-nar-maven-plugin - 1.0.1-incubating + 1.0.2-SNAPSHOT true