http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml index c93c75a..953a0ce 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> @@ -40,17 +40,17 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-elasticsearch-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-elasticsearch-5-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-elasticsearch-restapi-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement>
http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml index bf68cb2..023ea8a 100644 --- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-email-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-email-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml index 1fbd92e..cd93e23 100644 --- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-email-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-email-processors</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.mail</groupId> @@ -114,7 +114,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-email-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-email-bundle/pom.xml b/nifi-nar-bundles/nifi-email-bundle/pom.xml index 9c49cef..3312bf9 100644 --- a/nifi-nar-bundles/nifi-email-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-email-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-email-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml index 7fcad84..a42da7b 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-enrich-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-enrich-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml index da05131..35d2891 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-enrich-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.maxmind.geoip2</groupId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml index bd8a45e..293dbc0 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-enrich-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-enrich-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml index 00de789..44120f8 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>nifi-evtx-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml index 954b255..25aecc4 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>nifi-evtx-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-evtx-processors</artifactId> @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml index 4bc1427..5c702fa 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-evtx-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml index c58f021..8c7aa2c 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-extension-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hadoop-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> <hadoop.version>3.0.0</hadoop.version> @@ -34,7 +34,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml index bb01ed1..4f59729 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-extension-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-processor-utils</artifactId> <packaging>jar</packaging> @@ -38,12 +38,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml index 2ace240..864581e 100755 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-avro-record-utils</artifactId> @@ -27,7 +27,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml index 6eec6a5..970721b 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hadoop-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> <hadoop.version>2.7.3</hadoop.version> @@ -30,12 +30,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-avro-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <!-- Other modules using nifi-hadoop-utils are expected to have the below dependencies available, typically through a NAR dependency --> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml index fda31ea..157b5da 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-mock-record-utils</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <!-- Other modules using nifi-standard-record-utils are expected to have this API available, typically through a NAR dependency --> <dependency> @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-avro-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml index 6322c72..e82bf62 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-standard-record-utils</artifactId> @@ -31,12 +31,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <!-- Other modules using nifi-standard-record-utils are expected to have these APIs available, typically through a NAR dependency --> <dependency> @@ -59,7 +59,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml index 65e6c6f..d516ba4 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-extension-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <artifactId>nifi-record-utils</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml index f0e711f..87a388c 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml @@ -17,12 +17,12 @@ <parent> <artifactId>nifi-extension-utils</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-reporting-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-extension-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/pom.xml index 404d4e9..289cb55 100644 --- a/nifi-nar-bundles/nifi-extension-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <artifactId>nifi-extension-utils</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml index 4aebf11..0cf7909 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-flume-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-flume-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>nar</packaging> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> @@ -130,7 +130,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-libraries-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml index b7717df..a6b343e 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-flume-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-flume-processors</artifactId> <packaging>jar</packaging> @@ -36,12 +36,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-flowfile-packager</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flume</groupId> @@ -144,7 +144,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-flume-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-flume-bundle/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/pom.xml index b1d5f33..78eaf26 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-flume-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> <description>A bundle of processors that run Flume sources/sinks</description> <modules> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-flume-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml index 1806443..2844fe5 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-nar</artifactId> <packaging>nar</packaging> @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-prioritizers</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <!-- mark these nifi artifacts as provided since it is included in the lib --> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml index 9ea80a1..9be0257 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-administration</artifactId> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml index 51f1de5..0d4467a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-framework</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml index 4361b68..5a4fafd 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-client-dto</artifactId> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml index dcab70d..5cc8975 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-documentation</artifactId> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml index b3be90f..554875d 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-file-authorizer</artifactId> <build> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml index 9c36228..1b3b289 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-flowfile-repo-serialization</artifactId> @@ -30,17 +30,17 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-repository-models</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-write-ahead-log</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-schema-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml index 734e1b7..b89e7e6 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-authorization</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml index a075915..38352e3 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-cluster-protocol</artifactId> <packaging>jar</packaging> @@ -36,12 +36,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-logging-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-socket-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml index dcb8a5a..d501011 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-cluster</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml index 80be610..1af6154 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-core-api</artifactId> <dependencies> @@ -25,7 +25,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -42,7 +42,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site-client</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml index 93a064f..a70c8ef 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-core</artifactId> <packaging>jar</packaging> @@ -46,22 +46,22 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-expression-language</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-schema-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-repository-models</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-logging-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -91,7 +91,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site-client</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -136,17 +136,17 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-data-provenance-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-write-ahead-log</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-flowfile-repo-serialization</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.zookeeper</groupId> @@ -197,7 +197,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml index 1919b07..321fc82 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-nar-utils</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml index 98704d4..38053f1 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-nar-utils</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml index 4cf1d31..69999f4 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-properties-loader</artifactId> <name>nifi-properties-loader</name> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml index 49cb14bb..2ce942b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-repository-models</artifactId> @@ -30,7 +30,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-schema-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml index 9d2a167..71b3a71 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-resources</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml index 8bcb6a8..97a9c73 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-runtime</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-security/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-security/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-security/pom.xml index 0ab5322..0a43da8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-security/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-security/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-security</artifactId> <description>Contains security functionality common to NiFi.</description> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml index da8764f..7aa8025 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-site-to-site</artifactId> <dependencies> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -62,17 +62,17 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site-client</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -81,7 +81,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml index 2daee67..5c8a5f5 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-prioritizers</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml index aeba61d..4149c40 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-user-actions</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml index 1e56dfe..ca1cce9 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-custom-ui-utilities</artifactId> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml index 57b1602..a220826 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-jetty</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml index 2108da8..23820d8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-ui-extension</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml index 675835e..c727a5d 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml index 7089cc9..86c549c 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-content-access</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml index cf57f81..db0e37a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-content-viewer</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml index 3051498..875b94f 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-docs</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml index 1a5ee51..0da6de3 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-error</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml index 91ab732..9913daa 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-optimistic-locking</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml index bfc666f..75a19a3 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-web-security</artifactId> <build> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index 40114be..c713e41 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-web-ui</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml index a67984b..42ff64e 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-web</artifactId> <packaging>pom</packaging> @@ -40,31 +40,31 @@ <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-api</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-error</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-docs</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-content-viewer</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-ui</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml index 16643dd..29b7242 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-framework-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 7bc3a49..3d82203 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-framework-bundle</artifactId> <packaging>pom</packaging> @@ -38,153 +38,153 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-custom-ui-utilities</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ui-extension</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-data-provenance-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-expression-language</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site-client</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-logging-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-cluster-protocol</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-cluster</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-runtime</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-client-dto</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-content-access</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-core-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-nar-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-core</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-properties-loader</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-authorization</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-user-actions</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-administration</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jetty</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-optimistic-locking</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-security</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-documentation</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-file-authorizer</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-authorizer</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.ibm.icu</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml index dcebdd5..c2bcb20 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-gcp-nar</artifactId> @@ -33,13 +33,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml index db9152c..4fa1924 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-gcp-processors</artifactId> @@ -37,18 +37,18 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-services-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-json-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml index 0a63ea0..ed74d5b 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-gcp-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>nar</packaging> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> @@ -34,7 +34,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-services-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml index 1d76432..8f8979d 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-gcp-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-gcp-services-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml index f16ade5..0c7d8cb 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-gcp-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml index b741c56..d32cc31 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-groovyx-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-groovyx-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml index e467c27..f9fc808 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-groovyx-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-groovyx-processors</artifactId> @@ -34,7 +34,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -50,13 +50,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-dbcp-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml index 12ea8f7..bee4cd2 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-groovyx-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-groovyx-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml index ce4c093..6fe511a 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-grpc-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-grpc-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>nar</packaging> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> @@ -34,13 +34,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services-api-nar</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-grpc-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies>
