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..212de617df 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.2-SNAPSHOT nifi-api jar diff --git a/nifi/nifi-assembly/README.md b/nifi/nifi-assembly/README.md index 106505dbff..84caea64bc 100644 --- a/nifi/nifi-assembly/README.md +++ b/nifi/nifi-assembly/README.md @@ -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 ddbc80afb1..954929e836 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.2-SNAPSHOT nifi-assembly pom - This is the assembly Apache NiFi (incubating) + This is the Apache NiFi assembly @@ -170,7 +170,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-dbcp-service-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar @@ -186,25 +186,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-social-media-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-geo-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar @@ -393,10 +393,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 @@ -431,9 +431,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..7ebb129eb7 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.2-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..6d0aa6754e 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.2-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..9dc27b1fca 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.2-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..aef578eda1 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.2-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..cc78c62561 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.2-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..b245c8cef5 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.2-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..36c6fec54d 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.2-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..f5df972399 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.2-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..8658685cca 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.2-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..6c8f408dfd 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.2-SNAPSHOT nifi-site-to-site-client @@ -42,7 +42,7 @@ org.apache.nifi nifi-client-dto - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT diff --git a/nifi/nifi-commons/nifi-socket-utils/pom.xml b/nifi/nifi-commons/nifi-socket-utils/pom.xml index 80ca8603c3..de1aa0994e 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.2-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..a98ee31827 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.2-SNAPSHOT nifi-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT jar org.apache.nifi nifi-api - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT provided org.apache.nifi nifi-runtime - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT provided org.apache.nifi nifi-nar-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT provided org.apache.nifi nifi-properties - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT provided diff --git a/nifi/pom.xml b/nifi/pom.xml index cd5ec9ca24..3cda15dd01 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -22,9 +22,9 @@ nifi - 0.2.1-incubating-SNAPSHOT + 0.2.2-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.2-SNAPSHOT org.apache.nifi nifi-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-web-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-expression-language - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-custom-ui-utilities - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-ui-extension - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-socket-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-runtime - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-bootstrap - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-resources - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT resources runtime zip @@ -687,7 +687,7 @@ org.apache.nifi nifi-docs - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT resources runtime zip @@ -695,162 +695,162 @@ org.apache.nifi nifi-framework-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-services-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-hadoop-libraries-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-hadoop-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-kite-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-mongodb-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-solr-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-kafka-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-http-context-map-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-social-media-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-geo-nar - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT nar org.apache.nifi nifi-properties - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-security-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-logging-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-nar-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-processor-utils - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-mock - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT test org.apache.nifi nifi-write-ahead-log - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-dbcp-service - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 0.2.1-incubating-SNAPSHOT + 0.2.2-SNAPSHOT com.jayway.jsonpath @@ -858,10 +858,10 @@ 2.0.0 - org.apache.derby - derby - 10.11.1.1 - + org.apache.derby + derby + 10.11.1.1 +