NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs

NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs
This commit is contained in:
joewitt 2015-07-16 12:35:37 -04:00
parent f76aeb2270
commit dae1b9656f
148 changed files with 325 additions and 385 deletions

View File

@ -20,15 +20,14 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [License](#license) - [License](#license)
- [Disclaimer](#disclaimer)
## Getting Started ## 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 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. 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 - 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 - 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' the process of updating to a new version of either the 'nifi-parent' or 'nifi-nar-maven-plugin'
artifacts. 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: you'll see an erorr like the following:
[ERROR] Non-resolvable parent POM: Could not find artifact [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 (https://repository.example.com/content/repositories/snapshots) and
'parent.relativePath' points at no local POM @ line 18, column 13 -> [Help 2] '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 - 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: version you'll see an error like the following:
[ERROR] Unresolveable build extension: Plugin [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 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 - Build nifi. Change directory to 'nifi' and follow the directions found there in
[README.md](nifi/README.md). [README.md](nifi/README.md).
- Run NiFi. The directions found in the [README.md](nifi/README.md) file within the 'nifi' module - 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, 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 ## Documentation
See http://nifi.incubator.apache.org/ for the latest documentation. See http://nifi.apache.org/ for the latest documentation.
## License ## 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 See the License for the specific language governing permissions and
limitations under the License. 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.

View File

@ -18,13 +18,13 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-parent</artifactId> <artifactId>nifi-parent</artifactId>
<version>1.0.0-incubating</version> <version>1.0.1-SNAPSHOT</version>
<relativePath /> <relativePath />
</parent> </parent>
<artifactId>nifi-nar-maven-plugin</artifactId> <artifactId>nifi-nar-maven-plugin</artifactId>
<version>1.0.2-incubating-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description> <description>Apache NiFi Nar Plugin.</description>
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>

View File

@ -18,18 +18,18 @@
<parent> <parent>
<groupId>org.apache</groupId> <groupId>org.apache</groupId>
<artifactId>apache</artifactId> <artifactId>apache</artifactId>
<version>16</version> <version>17</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-parent</artifactId> <artifactId>nifi-parent</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>The nifi-parent enables each apache nifi project to ensure consistent approaches and DRY</description> <description>The nifi-parent enables each apache nifi project to ensure consistent approaches and DRY</description>
<url>http://nifi.incubator.apache.org</url> <url>http://nifi.apache.org</url>
<organization> <organization>
<name>Apache NiFi(incubating) Project</name> <name>Apache NiFi Project</name>
<url>http://nifi.incubator.apache.org/</url> <url>http://nifi.apache.org/</url>
</organization> </organization>
<licenses> <licenses>
<license> <license>
@ -40,26 +40,33 @@
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Dev</name> <name>Dev</name>
<subscribe>dev-subscribe@nifi.incubator.apache.org</subscribe> <subscribe>dev-subscribe@nifi.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@nifi.incubator.apache.org</unsubscribe> <unsubscribe>dev-unsubscribe@nifi.apache.org</unsubscribe>
<post>dev@nifi.incubator.apache.org</post> <post>dev@nifi.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev</archive> <archive>http://mail-archives.apache.org/mod_mbox/nifi-dev</archive>
</mailingList>
<mailingList>
<name>Users</name>
<subscribe>users-subscribe@nifi.apache.org</subscribe>
<unsubscribe>users-unsubscribe@nifi.apache.org</unsubscribe>
<post>users@nifi.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/nifi-users</archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Commits</name> <name>Commits</name>
<subscribe>commits-subscribe@nifi.incubator.apache.org</subscribe> <subscribe>commits-subscribe@nifi.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@nifi.incubator.apache.org</unsubscribe> <unsubscribe>commits-unsubscribe@nifi.apache.org</unsubscribe>
<post>commits@nifi.incubator.apache.org</post> <post>commits@nifi.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-nifi-commits</archive> <archive>http://mail-archives.apache.org/mod_mbox/nifi-commits</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<prerequisites> <prerequisites>
<maven>${maven.min-version}</maven> <maven>${maven.min-version}</maven>
</prerequisites> </prerequisites>
<scm> <scm>
<connection>scm:git:git://git.apache.org/incubator-nifi.git</connection> <connection>scm:git:git://git.apache.org/nifi.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-nifi.git</developerConnection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git</url> <url>https://git-wip-us.apache.org/repos/asf?p=nifi.git</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>

View File

@ -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/

View File

@ -23,7 +23,6 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [Getting Help](#getting-help) - [Getting Help](#getting-help)
- [License](#license) - [License](#license)
- [Disclaimer](#disclaimer)
- [Export Control] (#export-control) - [Export Control] (#export-control)
## Features ## Features
@ -75,9 +74,9 @@ To deploy:
laptop:nifi fhampton$ cd nifi-assembly laptop:nifi fhampton$ cd nifi-assembly
laptop:nifi-assembly fhampton$ ls -lhd target/nifi* 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 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-incubating-SNAPSHOT-bin.tar.gz -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-incubating-SNAPSHOT-bin.zip -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 - 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 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$ tar xzf target/nifi-*-bin.tar.gz -C ~/example-nifi-deploy
laptop:nifi-assembly fhampton$ ls -lh ~/example-nifi-deploy/ laptop:nifi-assembly fhampton$ ls -lh ~/example-nifi-deploy/
total 0 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: To run NiFi:
- Change directory to the location where you installed NiFi and run it. - Change directory to the location where you installed NiFi and run it.
laptop:~ fhampton$ cd ~/example-nifi-deploy/nifi-* 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: - 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) ![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. - If you are testing ongoing development, you will likely want to stop your instance.
laptop:~ fhampton$ cd ~/example-nifi-deploy/nifi-* 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 ## Getting Help
If you have questions, you can reach out to our mailing list: dev@nifi.incubator.apache.org If you have questions, you can reach out to our mailing list: dev@nifi.apache.org
([archive](http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev)). ([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)).
We're also often available in IRC: #nifi on We're also often available in IRC: #nifi on
[irc.freenode.net](http://webchat.freenode.net/?channels=#nifi). [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 See the License for the specific language governing permissions and
limitations under the License. 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 ## Export Control
This distribution includes cryptographic software. The country in which you This distribution includes cryptographic software. The country in which you

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-api</artifactId> <artifactId>nifi-api</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -14,7 +14,7 @@
--> -->
# Apache NiFi # 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 ## 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) - [Getting Help](#getting-help)
- [Requirements](#requirements) - [Requirements](#requirements)
- [License](#license) - [License](#license)
- [Disclaimer](#disclaimer)
- [Export Control] (#export-control) - [Export Control] (#export-control)
## Features ## Features
@ -55,8 +54,8 @@ To start NiFi:
- Direct your browser to http://localhost:8080/nifi/ - Direct your browser to http://localhost:8080/nifi/
## Getting Help ## Getting Help
If you have questions, you can reach out to our mailing list: dev@nifi.incubator.apache.org If you have questions, you can reach out to our mailing list: dev@nifi.apache.org
([archive](http://mail-archives.apache.org/mod_mbox/incubator-nifi-dev)). ([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)).
We're also often available in IRC: #nifi on We're also often available in IRC: #nifi on
[irc.freenode.net](http://webchat.freenode.net/?channels=#nifi). [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 See the License for the specific language governing permissions and
limitations under the License. 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 ## Export Control
This distribution includes cryptographic software. The country in which you This distribution includes cryptographic software. The country in which you

View File

@ -14,11 +14,11 @@ language governing permissions and limitations under the License. -->
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-assembly</artifactId> <artifactId>nifi-assembly</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>This is the assembly Apache NiFi (incubating)</description> <description>This is the assembly Apache NiFi</description>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@ -175,7 +175,7 @@ language governing permissions and limitations under the License. -->
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-nar</artifactId> <artifactId>nifi-dbcp-service-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<type>nar</type> <type>nar</type>
</dependency> </dependency>
<dependency> <dependency>
@ -191,25 +191,25 @@ language governing permissions and limitations under the License. -->
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-social-media-nar</artifactId> <artifactId>nifi-social-media-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<type>nar</type> <type>nar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-nar</artifactId> <artifactId>nifi-hl7-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<type>nar</type> <type>nar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-language-translation-nar</artifactId> <artifactId>nifi-language-translation-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<type>nar</type> <type>nar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-geo-nar</artifactId> <artifactId>nifi-geo-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<type>nar</type> <type>nar</type>
</dependency> </dependency>
</dependencies> </dependencies>
@ -398,10 +398,10 @@ language governing permissions and limitations under the License. -->
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId> <artifactId>rpm-maven-plugin</artifactId>
<configuration> <configuration>
<summary>Apache NiFi (incubating)</summary> <summary>Apache NiFi</summary>
<description>Apache Nifi (incubating) is dataflow system based on the Flow-Based Programming concepts.</description> <description>Apache NiFi is dataflow system based on the Flow-Based Programming concepts.</description>
<license>Apache License, Version 2.0 and others (see included LICENSE file)</license> <license>Apache License, Version 2.0 and others (see included LICENSE file)</license>
<url>http://nifi.incubator.apache.org</url> <url>http://nifi.apache.org</url>
<group>Utilities</group> <group>Utilities</group>
<prefix>/opt/nifi</prefix> <prefix>/opt/nifi</prefix>
<defineStatements> <defineStatements>
@ -436,9 +436,6 @@ language governing permissions and limitations under the License. -->
<source> <source>
<location>./NOTICE</location> <location>./NOTICE</location>
</source> </source>
<source>
<location>../DISCLAIMER</location>
</source>
<source> <source>
<location>./README.md</location> <location>./README.md</location>
<destination>README</destination> <destination>README</destination>

View File

@ -122,13 +122,6 @@
<fileMode>0644</fileMode> <fileMode>0644</fileMode>
<filtered>true</filtered> <filtered>true</filtered>
</file> </file>
<file>
<source>../DISCLAIMER</source>
<outputDirectory>./</outputDirectory>
<destName>DISCLAIMER</destName>
<fileMode>0644</fileMode>
<filtered>true</filtered>
</file>
<file> <file>
<source>./LICENSE</source> <source>./LICENSE</source>
<outputDirectory>./</outputDirectory> <outputDirectory>./</outputDirectory>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-bootstrap</artifactId> <artifactId>nifi-bootstrap</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-data-provenance-utils</artifactId> <artifactId>nifi-data-provenance-utils</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-expression-language</artifactId> <artifactId>nifi-expression-language</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flowfile-packager</artifactId> <artifactId>nifi-flowfile-packager</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hl7-query-language</artifactId> <artifactId>nifi-hl7-query-language</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-logging-utils</artifactId> <artifactId>nifi-logging-utils</artifactId>
<description>Utilities for logging</description> <description>Utilities for logging</description>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-processor-utils</artifactId> <artifactId>nifi-processor-utils</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-properties</artifactId> <artifactId>nifi-properties</artifactId>
</project> </project>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-security-utils</artifactId> <artifactId>nifi-security-utils</artifactId>
<description>Contains security functionality.</description> <description>Contains security functionality.</description>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-site-to-site-client</artifactId> <artifactId>nifi-site-to-site-client</artifactId>
@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId> <artifactId>nifi-client-dto</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-socket-utils</artifactId> <artifactId>nifi-socket-utils</artifactId>
<description>Utilities for socket communication</description> <description>Utilities for socket communication</description>

View File

@ -18,10 +18,10 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-utils</artifactId> <artifactId>nifi-utils</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<!-- <!--
This project intentionally has no additional dependencies beyond that pulled in by the parent. It is a general purpose utility library This project intentionally has no additional dependencies beyond that pulled in by the parent. It is a general purpose utility library

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-web-utils</artifactId> <artifactId>nifi-web-utils</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-write-ahead-log</artifactId> <artifactId>nifi-write-ahead-log</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId> <artifactId>nifi-commons</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>nifi-docs</artifactId> <artifactId>nifi-docs</artifactId>

View File

@ -16,8 +16,8 @@
// //
NiFi System Administrator's Guide NiFi System Administrator's Guide
================================= =================================
Apache NiFi Team <dev@nifi.incubator.apache.org> Apache NiFi Team <dev@nifi.apache.org>
:homepage: http://nifi.incubator.apache.org :homepage: http://nifi.apache.org
System Requirements System Requirements
------------------- -------------------

View File

@ -16,13 +16,13 @@
// //
NiFi Developer's Guide NiFi Developer's Guide
====================== ======================
Apache NiFi Team <dev@nifi.incubator.apache.org> Apache NiFi Team <dev@nifi.apache.org>
:homepage: http://nifi.incubator.apache.org :homepage: http://nifi.apache.org
== Introduction == Introduction
The intent of this Developer Guide is to provide the reader with the information needed to understand how Apache NiFi (incubating) The intent of this Developer Guide is to provide the reader with the information needed to understand how Apache NiFi
extensions are developed and help to explain the thought process behind developing the components. It provides an introduction to extensions are developed and help to explain the thought process behind developing the components. It provides an introduction to
and explanation of the API that is used to develop extensions. It does not, however, go into great detail about each and explanation of the API that is used to develop extensions. It does not, however, go into great detail about each
of the methods in the API, as this guide is intended to supplement the JavaDocs of the API rather than replace them. of the methods in the API, as this guide is intended to supplement the JavaDocs of the API rather than replace them.
@ -2163,7 +2163,7 @@ and attaching that patch to a ticket, or by generating a Pull Request.
=== Contact Us === Contact Us
The developer mailing list (dev@nifi.incubator.apache.org) is monitored pretty closely, and we tend to respond pretty The developer mailing list (dev@nifi.apache.org) is monitored pretty closely, and we tend to respond pretty
quickly. If you have a question, don't hesitate to shoot us an e-mail - we're here to help! Unfortunately, though, e-mails quickly. If you have a question, don't hesitate to shoot us an e-mail - we're here to help! Unfortunately, though, e-mails
can get lost in the shuffle, so if you do send an e-mail and don't get a response within a day or two, it's our fault - don't can get lost in the shuffle, so if you do send an e-mail and don't get a response within a day or two, it's our fault - don't
worry about bothering us. Just ping the mailing list again. worry about bothering us. Just ping the mailing list again.

View File

@ -16,8 +16,8 @@
// //
Apache NiFi Expression Language Guide Apache NiFi Expression Language Guide
===================================== =====================================
Apache NiFi Team <dev@nifi.incubator.apache.org> Apache NiFi Team <dev@nifi.apache.org>
:homepage: http://nifi.incubator.apache.org :homepage: http://nifi.apache.org
[[overview]] [[overview]]
Overview Overview
@ -543,8 +543,8 @@ Each of the following functions manipulates a String in some way.
*Return Type*: [.returnType]#String# *Return Type*: [.returnType]#String#
*Examples*: We can URL-Encode an attribute named "url" by using the Expression `${url:urlEncode()}`. If *Examples*: We can URL-Encode an attribute named "url" by using the Expression `${url:urlEncode()}`. If
the value of the "url" attribute is "https://nifi.incubator.apache.org/some value with spaces", this the value of the "url" attribute is "https://nifi.apache.org/some value with spaces", this
Expression will then return "https://nifi.incubator.apache.org/some%20value%20with%20spaces". Expression will then return "https://nifi.apache.org/some%20value%20with%20spaces".
@ -561,8 +561,8 @@ Each of the following functions manipulates a String in some way.
*Return Type*: [.returnType]#String# *Return Type*: [.returnType]#String#
*Examples*: If we have a URL-Encoded attribute named "url" with the value *Examples*: If we have a URL-Encoded attribute named "url" with the value
"https://nifi.incubator.apache.org/some%20value%20with%20spaces", then the Expression "https://nifi.apache.org/some%20value%20with%20spaces", then the Expression
`${url:urlDecode()}` will return "https://nifi.incubator.apache.org/some value with spaces". `${url:urlDecode()}` will return "https://nifi.apache.org/some value with spaces".

View File

@ -16,8 +16,8 @@
// //
Apache NiFi Overview Apache NiFi Overview
==================== ====================
Apache NiFi Team <dev@nifi.incubator.apache.org> Apache NiFi Team <dev@nifi.apache.org>
:homepage: http://nifi.incubator.apache.org :homepage: http://nifi.apache.org
What is Apache NiFi? What is Apache NiFi?
-------------------- --------------------

View File

@ -16,13 +16,13 @@
// //
Apache NiFi User Guide Apache NiFi User Guide
====================== ======================
Apache NiFi Team <dev@nifi.incubator.apache.org> Apache NiFi Team <dev@nifi.apache.org>
:homepage: http://nifi.incubator.apache.org :homepage: http://nifi.apache.org
Introduction Introduction
------------ ------------
Apache NiFi (Incubating) is a dataflow system based on the concepts of flow-based programming. It supports Apache NiFi is a dataflow system based on the concepts of flow-based programming. It supports
powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFi has powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFi has
a web-based user interface for design, control, feedback, and monitoring of dataflows. It is highly configurable a web-based user interface for design, control, feedback, and monitoring of dataflows. It is highly configurable
along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-example-bundle</artifactId> <artifactId>nifi-example-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-example-nar</artifactId> <artifactId>nifi-example-nar</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-example-bundle</artifactId> <artifactId>nifi-example-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-nifi-example-processors</artifactId> <artifactId>nifi-nifi-example-processors</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-external</artifactId> <artifactId>nifi-external</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-example-bundle</artifactId> <artifactId>nifi-example-bundle</artifactId>
@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nifi-example-processors</artifactId> <artifactId>nifi-nifi-example-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-external</artifactId> <artifactId>nifi-external</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-receiver</artifactId> <artifactId>nifi-spark-receiver</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-external</artifactId> <artifactId>nifi-external</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-storm-spout</artifactId> <artifactId>nifi-storm-spout</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-external</artifactId> <artifactId>nifi-external</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-maven-archetypes</artifactId> <artifactId>nifi-maven-archetypes</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-processor-bundle-archetype</artifactId> <artifactId>nifi-processor-bundle-archetype</artifactId>

View File

@ -17,7 +17,7 @@
<requiredProperties> <requiredProperties>
<requiredProperty key="artifactBaseName" /> <requiredProperty key="artifactBaseName" />
<requiredProperty key="nifiVersion" > <requiredProperty key="nifiVersion" >
<defaultValue>0.1.0-incubating-SNAPSHOT</defaultValue> <defaultValue>0.2.1-SNAPSHOT</defaultValue>
</requiredProperty> </requiredProperty>
<requiredProperty key="package"> <requiredProperty key="package">
<defaultValue>${groupId}.processors.${artifactBaseName}</defaultValue> <defaultValue>${groupId}.processors.${artifactBaseName}</defaultValue>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-maven-archetypes</artifactId> <artifactId>nifi-maven-archetypes</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-mock</artifactId> <artifactId>nifi-mock</artifactId>
<dependencies> <dependencies>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId> <artifactId>nifi-aws-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-aws-nar</artifactId> <artifactId>nifi-aws-nar</artifactId>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-processors</artifactId> <artifactId>nifi-aws-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId> <artifactId>nifi-aws-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-aws-processors</artifactId> <artifactId>nifi-aws-processors</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-aws-bundle</artifactId> <artifactId>nifi-aws-bundle</artifactId>

View File

@ -17,10 +17,10 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-flume-bundle</artifactId> <artifactId>nifi-flume-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-nar</artifactId> <artifactId>nifi-flume-nar</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-flume-bundle</artifactId> <artifactId>nifi-flume-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-processors</artifactId> <artifactId>nifi-flume-processors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,10 +17,10 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-bundle</artifactId> <artifactId>nifi-flume-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>A bundle of processors that run Flume sources/sinks</description> <description>A bundle of processors that run Flume sources/sinks</description>
<modules> <modules>
@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-flume-processors</artifactId> <artifactId>nifi-flume-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId> <artifactId>nifi-framework-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-nar</artifactId> <artifactId>nifi-framework-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-administration</artifactId> <artifactId>nifi-administration</artifactId>
<build> <build>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-client-dto</artifactId> <artifactId>nifi-client-dto</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-cluster-authorization-provider</artifactId> <artifactId>nifi-cluster-authorization-provider</artifactId>
<dependencies> <dependencies>

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-documentation</artifactId> <artifactId>nifi-documentation</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-file-authorization-provider</artifactId> <artifactId>nifi-file-authorization-provider</artifactId>
<build> <build>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-cluster-protocol</artifactId> <artifactId>nifi-framework-cluster-protocol</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-cluster-web</artifactId> <artifactId>nifi-framework-cluster-web</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-cluster</artifactId> <artifactId>nifi-framework-cluster</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-core-api</artifactId> <artifactId>nifi-framework-core-api</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-core</artifactId> <artifactId>nifi-framework-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-nar-utils</artifactId> <artifactId>nifi-nar-utils</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-resources</artifactId> <artifactId>nifi-resources</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-runtime</artifactId> <artifactId>nifi-runtime</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-security</artifactId> <artifactId>nifi-security</artifactId>
<description>Contains security functionality common to NiFi.</description> <description>Contains security functionality common to NiFi.</description>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-site-to-site</artifactId> <artifactId>nifi-site-to-site</artifactId>
<dependencies> <dependencies>

View File

@ -25,7 +25,7 @@ nifi.flowfile.repository.checkpoint.millis=120000
nifi.content.repository.directory.default=./content_repository nifi.content.repository.directory.default=./content_repository
nifi.provenance.repository.capacity=25000 nifi.provenance.repository.capacity=25000
nifi.templates.directory=./conf/templates nifi.templates.directory=./conf/templates
nifi.version=nifi 0.0.1-incubating-SNAPSHOT nifi.version=nifi 0.2.1-SNAPSHOT
nifi.ui.banner.text=DEFAULT BANNER nifi.ui.banner.text=DEFAULT BANNER
nifi.ui.autorefresh.interval.seconds=30 nifi.ui.autorefresh.interval.seconds=30
nifi.flowcontroller.autoStartProcessors=true nifi.flowcontroller.autoStartProcessors=true

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-user-actions</artifactId> <artifactId>nifi-user-actions</artifactId>
</project> </project>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-custom-ui-utilities</artifactId> <artifactId>nifi-custom-ui-utilities</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-jetty</artifactId> <artifactId>nifi-jetty</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-ui-extension</artifactId> <artifactId>nifi-ui-extension</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-api</artifactId> <artifactId>nifi-web-api</artifactId>
@ -65,8 +65,8 @@
to invoke each service. to invoke each service.
</description> </description>
<contact> <contact>
<email>dev@nifi.incubator.apache.org</email> <email>dev@nifi.apache.org</email>
<url>https://nifi.incubator.apache.org</url> <url>https://nifi.apache.org</url>
</contact> </contact>
<license> <license>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# Core Properties # # Core Properties #
nifi.version=nifi 0.0.1-incubating-SNAPSHOT nifi.version=nifi 0.2.1-SNAPSHOT
nifi.flow.configuration.file= nifi.flow.configuration.file=
nifi.flow.configuration.archive.dir=target/archive nifi.flow.configuration.archive.dir=target/archive
nifi.flowcontroller.autoResumeState=true nifi.flowcontroller.autoResumeState=true

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-access</artifactId> <artifactId>nifi-web-content-access</artifactId>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-viewer</artifactId> <artifactId>nifi-web-content-viewer</artifactId>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-docs</artifactId> <artifactId>nifi-web-docs</artifactId>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-error</artifactId> <artifactId>nifi-web-error</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-optimistic-locking</artifactId> <artifactId>nifi-web-optimistic-locking</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId> <artifactId>nifi-web-security</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-web-ui</artifactId> <artifactId>nifi-web-ui</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

View File

@ -20,7 +20,7 @@
<div id="nf-about-content"> <div id="nf-about-content">
<span id="nf-version"></span> <span id="nf-version"></span>
<p> <p>
Apache NiFi (incubating) is a framework to support highly scalable and flexible dataflows. Apache NiFi is a framework to support highly scalable and flexible dataflows.
It can be run on on laptops up through clusters of enterprise class servers. It can be run on on laptops up through clusters of enterprise class servers.
Instead of dictating a particular dataflow or behavior it empowers you to design your own Instead of dictating a particular dataflow or behavior it empowers you to design your own
optimal dataflow tailored to your specific environment. optimal dataflow tailored to your specific environment.

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-web</artifactId> <artifactId>nifi-web</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -40,31 +40,31 @@
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-api</artifactId> <artifactId>nifi-web-api</artifactId>
<type>war</type> <type>war</type>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-error</artifactId> <artifactId>nifi-web-error</artifactId>
<type>war</type> <type>war</type>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-docs</artifactId> <artifactId>nifi-web-docs</artifactId>
<type>war</type> <type>war</type>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-viewer</artifactId> <artifactId>nifi-web-content-viewer</artifactId>
<type>war</type> <type>war</type>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-ui</artifactId> <artifactId>nifi-web-ui</artifactId>
<type>war</type> <type>war</type>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId> <artifactId>nifi-framework-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework</artifactId> <artifactId>nifi-framework</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-framework-bundle</artifactId> <artifactId>nifi-framework-bundle</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -31,92 +31,92 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-protocol</artifactId> <artifactId>nifi-framework-cluster-protocol</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-web</artifactId> <artifactId>nifi-framework-cluster-web</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-authorization-provider</artifactId> <artifactId>nifi-file-authorization-provider</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-cluster-authorization-provider</artifactId> <artifactId>nifi-cluster-authorization-provider</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster</artifactId> <artifactId>nifi-framework-cluster</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId> <artifactId>nifi-runtime</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId> <artifactId>nifi-client-dto</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-access</artifactId> <artifactId>nifi-web-content-access</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-security</artifactId> <artifactId>nifi-security</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId> <artifactId>nifi-framework-core-api</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site</artifactId> <artifactId>nifi-site-to-site</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core</artifactId> <artifactId>nifi-framework-core</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-user-actions</artifactId> <artifactId>nifi-user-actions</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-administration</artifactId> <artifactId>nifi-administration</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty</artifactId> <artifactId>nifi-jetty</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-optimistic-locking</artifactId> <artifactId>nifi-web-optimistic-locking</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId> <artifactId>nifi-web-security</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-documentation</artifactId> <artifactId>nifi-documentation</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-geo-bundle</artifactId> <artifactId>nifi-geo-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-geo-nar</artifactId> <artifactId>nifi-geo-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-geo-bundle</artifactId> <artifactId>nifi-geo-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-geo-processors</artifactId> <artifactId>nifi-geo-processors</artifactId>
<dependencies> <dependencies>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-geo-bundle</artifactId> <artifactId>nifi-geo-bundle</artifactId>
@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-geo-processors</artifactId> <artifactId>nifi-geo-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-bundle</artifactId> <artifactId>nifi-hadoop-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hadoop-nar</artifactId> <artifactId>nifi-hadoop-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-bundle</artifactId> <artifactId>nifi-hadoop-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hdfs-processors</artifactId> <artifactId>nifi-hdfs-processors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hadoop-bundle</artifactId> <artifactId>nifi-hadoop-bundle</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -31,7 +31,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hdfs-processors</artifactId> <artifactId>nifi-hdfs-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-bundle</artifactId> <artifactId>nifi-hadoop-libraries-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hadoop-libraries-nar</artifactId> <artifactId>nifi-hadoop-libraries-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-bundle</artifactId> <artifactId>nifi-hadoop-libraries-bundle</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-bundle</artifactId> <artifactId>nifi-hl7-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hl7-nar</artifactId> <artifactId>nifi-hl7-nar</artifactId>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-processors</artifactId> <artifactId>nifi-hl7-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-bundle</artifactId> <artifactId>nifi-hl7-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hl7-processors</artifactId> <artifactId>nifi-hl7-processors</artifactId>
@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-query-language</artifactId> <artifactId>nifi-hl7-query-language</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hl7-bundle</artifactId> <artifactId>nifi-hl7-bundle</artifactId>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-jetty-bundle</artifactId> <artifactId>nifi-jetty-bundle</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-bundle</artifactId> <artifactId>nifi-kafka-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-kafka-nar</artifactId> <artifactId>nifi-kafka-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

View File

@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-bundle</artifactId> <artifactId>nifi-kafka-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nifi-kafka-processors</artifactId> <artifactId>nifi-kafka-processors</artifactId>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-kafka-bundle</artifactId> <artifactId>nifi-kafka-bundle</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-processors</artifactId> <artifactId>nifi-kafka-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kite-bundle</artifactId> <artifactId>nifi-kite-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-kite-nar</artifactId> <artifactId>nifi-kite-nar</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kite-bundle</artifactId> <artifactId>nifi-kite-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-kite-processors</artifactId> <artifactId>nifi-kite-processors</artifactId>

View File

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-kite-bundle</artifactId> <artifactId>nifi-kite-bundle</artifactId>
@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-kite-processors</artifactId> <artifactId>nifi-kite-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-language-translation-bundle</artifactId> <artifactId>nifi-language-translation-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-language-translation-nar</artifactId> <artifactId>nifi-language-translation-nar</artifactId>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-yandex-processors</artifactId> <artifactId>nifi-yandex-processors</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-language-translation-bundle</artifactId> <artifactId>nifi-language-translation-bundle</artifactId>
<version>0.2.1-incubating-SNAPSHOT</version> <version>0.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-yandex-processors</artifactId> <artifactId>nifi-yandex-processors</artifactId>

Some files were not shown because too many files have changed in this diff Show More