NIFI-876:

- Merge branch 'release-nifi-0.3.0-rc1'
This commit is contained in:
Matt Gilman 2015-09-18 08:48:40 -04:00
commit 624bb5dd74
142 changed files with 417 additions and 428 deletions

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.3.0-SNAPSHOT</version> <version>0.3.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 @@ 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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-assembly</artifactId> <artifactId>nifi-assembly</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -9,13 +9,12 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> language governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-utils</artifactId> <artifactId>nifi-utils</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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

@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId> <artifactId>nifi</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>nifi-docs</artifactId> <artifactId>nifi-docs</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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-processor-bundle-archetype</artifactId> <artifactId>nifi-processor-bundle-archetype</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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-service-bundle-archetype</artifactId> <artifactId>nifi-service-bundle-archetype</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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-mock</artifactId> <artifactId>nifi-mock</artifactId>
<dependencies> <dependencies>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-ambari-bundle</artifactId> <artifactId>nifi-ambari-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-ambari-nar</artifactId> <artifactId>nifi-ambari-nar</artifactId>
@ -27,7 +27,7 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-ambari-reporting-task</artifactId> <artifactId>nifi-ambari-reporting-task</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
@ -19,7 +18,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-ambari-bundle</artifactId> <artifactId>nifi-ambari-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-ambari-reporting-task</artifactId> <artifactId>nifi-ambari-reporting-task</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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-ambari-bundle</artifactId> <artifactId>nifi-ambari-bundle</artifactId>

View File

@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership. this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0 The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-bundle</artifactId> <artifactId>nifi-avro-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-avro-nar</artifactId> <artifactId>nifi-avro-nar</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-processors</artifactId> <artifactId>nifi-avro-processors</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -1,77 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to information regarding copyright ownership. The ASF licenses this file to
You under the Apache License, Version 2.0 (the "License"); you may not use You under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. --> language governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-bundle</artifactId> <artifactId>nifi-avro-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-avro-processors</artifactId> <artifactId>nifi-avro-processors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId> <artifactId>nifi-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-processor-utils</artifactId> <artifactId>nifi-processor-utils</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.avro</groupId> <groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId> <artifactId>avro</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId> <artifactId>nifi-mock</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.rat</groupId> <groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<configuration> <configuration>
<excludes combine.children="append"> <excludes combine.children="append">
<exclude>src/test/resources/user.avsc</exclude> <exclude>src/test/resources/user.avsc</exclude>
<exclude>src/test/resources/array.avsc</exclude> <exclude>src/test/resources/array.avsc</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership. this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0 The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-bundle</artifactId> <artifactId>nifi-avro-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>nifi-avro-processors</module> <module>nifi-avro-processors</module>
<module>nifi-avro-nar</module> <module>nifi-avro-nar</module>
</modules> </modules>
</project> </project>

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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -18,7 +18,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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-aws-processors</artifactId> <artifactId>nifi-aws-processors</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-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-aws-bundle</artifactId> <artifactId>nifi-aws-bundle</artifactId>

View File

@ -18,10 +18,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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-nar</artifactId> <artifactId>nifi-flume-nar</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -18,7 +18,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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-processors</artifactId> <artifactId>nifi-flume-processors</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -18,10 +18,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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-flume-bundle</artifactId> <artifactId>nifi-flume-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.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>
@ -33,7 +33,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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-site-to-site</artifactId> <artifactId>nifi-site-to-site</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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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>

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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-web-ui</artifactId> <artifactId>nifi-web-ui</artifactId>
<packaging>war</packaging> <packaging>war</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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-hl7-bundle</artifactId> <artifactId>nifi-hl7-bundle</artifactId>

View File

@ -19,18 +19,18 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-image-bundle</artifactId> <artifactId>nifi-image-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-image-nar</artifactId> <artifactId>nifi-image-nar</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-image-processors</artifactId> <artifactId>nifi-image-processors</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.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-image-bundle</artifactId> <artifactId>nifi-image-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-image-processors</artifactId> <artifactId>nifi-image-processors</artifactId>

View File

@ -19,11 +19,11 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-image-bundle</artifactId> <artifactId>nifi-image-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-yandex-processors</artifactId> <artifactId>nifi-yandex-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.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-language-translation-bundle</artifactId> <artifactId>nifi-language-translation-bundle</artifactId>

View File

@ -19,18 +19,18 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId> <artifactId>nifi-mongodb-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-mongodb-nar</artifactId> <artifactId>nifi-mongodb-nar</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-processors</artifactId> <artifactId>nifi-mongodb-processors</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.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-mongodb-bundle</artifactId> <artifactId>nifi-mongodb-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-mongodb-processors</artifactId> <artifactId>nifi-mongodb-processors</artifactId>

View File

@ -19,12 +19,12 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId> <artifactId>nifi-mongodb-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View File

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-bundle</artifactId> <artifactId>nifi-provenance-repository-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-persistent-provenance-repository</artifactId> <artifactId>nifi-persistent-provenance-repository</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-provenance-repository-bundle</artifactId> <artifactId>nifi-provenance-repository-bundle</artifactId>
<version>0.3.0-SNAPSHOT</version> <version>0.3.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>nifi-provenance-repository-nar</artifactId> <artifactId>nifi-provenance-repository-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>

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