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.nifinifi
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnifi-apijar
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.nifinifi
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnifi-assemblypom
- 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.nifinifi-dbcp-service-nar
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnar
@@ -186,25 +186,25 @@ language governing permissions and limitations under the License. -->
org.apache.nifinifi-social-media-nar
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnarorg.apache.nifinifi-hl7-nar
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnarorg.apache.nifinifi-language-translation-nar
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnarorg.apache.nifinifi-geo-nar
- 0.2.1-incubating-SNAPSHOT
+ 0.2.2-SNAPSHOTnar
@@ -393,10 +393,10 @@ language governing permissions and limitations under the License. -->
org.codehaus.mojorpm-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.orgUtilities/opt/nifi
@@ -431,9 +431,6 @@ language governing permissions and limitations under the License. -->
-