http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml index 8be74d3..223162e 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-spark-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-livy-processors</artifactId> @@ -31,17 +31,17 @@ <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-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-livy-controller-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -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> @@ -71,13 +71,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-livy-controller-service</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> <type>test-jar</type> </dependency> @@ -89,13 +89,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-credentials-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-web-test-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-spark-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/pom.xml index e0fe2eb..322b112 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-spark-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-spark-bundle</artifactId> @@ -74,12 +74,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-processor-utils</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-splunk-bundle/nifi-splunk-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml index e33b9da..3a45f19 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-splunk-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-splunk-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,12 +34,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-splunk-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <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> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml index a43d585..1d6fc6c 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-splunk-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-splunk-processors</artifactId> @@ -42,7 +42,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>org.apache.nifi</groupId> @@ -52,7 +52,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-splunk-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml index dcecf4b..83a3e86 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml @@ -19,12 +19,12 @@ <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> <artifactId>nifi-splunk-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml index dc2a3c7..2566acc 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml +++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-spring-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-spring-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml index ead72e4..ceb6b69 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml +++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-spring-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-spring-processors</artifactId> @@ -42,12 +42,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-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-spring-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-spring-bundle/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/pom.xml index fcc3003..1eb8109 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-spring-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-spring-bundle</artifactId> <packaging>pom</packaging> @@ -30,7 +30,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-spring-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-standard-bundle/nifi-jolt-transform-json-ui/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml index 137b584..d66381d 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>nifi-standard-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,37 +33,37 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-api</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-custom-ui-utilities</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-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml index ced936a..ce9939d 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-content-viewer</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> <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml index f9a96d3..f414ccc 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-standard-nar</artifactId> <packaging>nar</packaging> @@ -30,7 +30,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-standard-bundle/nifi-standard-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index 93bb87c..8659347 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-standard-processors</artifactId> <packaging>jar</packaging> @@ -27,17 +27,17 @@ <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-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-path</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -50,7 +50,7 @@ <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.nifi</groupId> @@ -111,7 +111,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>com.jcraft</groupId> @@ -156,12 +156,12 @@ <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> <artifactId>nifi-load-distribution-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>joda-time</groupId> @@ -190,12 +190,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-avro-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <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> @@ -218,13 +218,13 @@ <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-distributed-cache-client-service</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -240,25 +240,25 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-prioritizers</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-lookup-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -291,7 +291,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.supercsv</groupId> @@ -324,7 +324,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-web-test-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-standard-bundle/nifi-standard-reporting-tasks/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml index e3e266f..b02a71c 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-standard-reporting-tasks</artifactId> <packaging>jar</packaging> @@ -29,12 +29,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-properties</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.yammer.metrics</groupId> @@ -47,7 +47,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-standard-bundle/nifi-standard-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml index 5ff0bf8..006bac0 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>nifi-standard-bundle</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-standard-utils</artifactId> @@ -21,7 +21,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>com.bazaarvoice.jolt</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-web-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-web-test-utils/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-web-test-utils/pom.xml index 5f84c04..b6d06f6 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-web-test-utils/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-web-test-utils/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>nifi-standard-bundle</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-standard-web-test-utils</artifactId> @@ -21,7 +21,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.eclipse.jetty</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index dec6071..0a0952b 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-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-standard-bundle</artifactId> <packaging>pom</packaging> @@ -43,24 +43,24 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-processors</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-reporting-tasks</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-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-jolt-transform-json-ui</artifactId> <type>war</type> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.bazaarvoice.jolt</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml index f006710..8558a7d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml index 10686b4..78584f8 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-dbcp-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-nar</artifactId> @@ -30,13 +30,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-dbcp-service</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-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml index 73752ce..6cde4d6 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-dbcp-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service</artifactId> <packaging>jar</packaging> @@ -25,7 +25,7 @@ <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> @@ -35,17 +35,17 @@ <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>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-standard-services/nifi-dbcp-service-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml index 6798049..b268764 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml index d4cf842..56a2f92 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-client-service-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml index 5092814..3fde730 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-client-service</artifactId> <packaging>jar</packaging> @@ -38,17 +38,17 @@ <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-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-service-api</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-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml index 2d6d705..fe0154f 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-protocol</artifactId> <description> @@ -28,7 +28,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-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml index 2a21176..687dbc9 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-server</artifactId> <description>Provides a Controller Service for hosting Distributed Caches</description> @@ -33,22 +33,22 @@ <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-processor-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-service-api</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> @@ -63,7 +63,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-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml index 23b50af..b22c27b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-services-nar</artifactId> <packaging>nar</packaging> @@ -29,7 +29,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-standard-services/nifi-distributed-cache-services-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml index f331e66..123b0ce 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-services-bundle</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml index 4473b14..2786bb0 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hbase-client-service-api</artifactId> @@ -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> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml index 9c9d06a..742d611 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase_1_1_2-client-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hbase_1_1_2-client-service-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-hbase_1_1_2-client-service</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-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml index b88cf53..efe243b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase_1_1_2-client-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hbase_1_1_2-client-service</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-client-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -47,12 +47,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-hadoop-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -103,7 +103,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-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml index 2d27a57..0b16b47 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml @@ -18,11 +18,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase_1_1_2-client-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> <hadoop.version>2.7.3</hadoop.version> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml index e359100..e4eb2ce 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-http-context-map-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml index 7ba9ed9..1f0696d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-http-context-map-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-http-context-map-nar</artifactId> @@ -31,7 +31,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-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml index 0552dea..ead4af2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-http-context-map-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-http-context-map</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> <dependency> <groupId>org.apache.nifi</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml index a33bfa9..9dc4e89 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-http-context-map-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml index 3988cd1..a15b6bb 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hwx-schema-registry-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hwx-schema-registry-nar</artifactId> <packaging>nar</packaging> @@ -22,13 +22,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-hwx-schema-registry-service</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-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml index 104741d..8b2af57 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hwx-schema-registry-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hwx-schema-registry-service</artifactId> @@ -39,7 +39,7 @@ 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> @@ -48,7 +48,7 @@ limitations under the License. <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-avro-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> @@ -233,7 +233,7 @@ limitations under the License. <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-standard-services/nifi-hwx-schema-registry-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml index ad4c4bf..8f71091 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-hwx-schema-registry-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml index af9fc8d..8aacd8e 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-credentials-service-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml index 01f51d0..314e0fd 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-credentials-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-credentials-service-nar</artifactId> <packaging>nar</packaging> @@ -25,13 +25,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-kerberos-credentials-service</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-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml index fbe65af..7a50419 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-credentials-service-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-credentials-service</artifactId> <packaging>jar</packaging> @@ -30,7 +30,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-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml index df4310f..b8d5cb9 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-credentials-service-bundle</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml index d7e9bcd..39236c8 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-load-distribution-service-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml index 53927b0..78147c7 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-lookup-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml index c607eaa..f169f6d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-lookup-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-lookup-services-nar</artifactId> <packaging>nar</packaging> @@ -25,13 +25,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-lookup-services</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-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml index af2cd73..412ebb4 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-lookup-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-lookup-services</artifactId> <packaging>jar</packaging> @@ -26,7 +26,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>org.apache.nifi</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> <dependency> <groupId>org.apache.nifi</groupId> @@ -48,7 +48,7 @@ <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.commons</groupId> @@ -84,7 +84,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> @@ -110,13 +110,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-path</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mock-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -126,7 +126,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -142,7 +142,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-web-test-utils</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-standard-services/nifi-lookup-services-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml index c9b9cb2..925bbfb 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-lookup-services-bundle</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml index b28c002..2126b3d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-standard-services</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -33,7 +33,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-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml index a871957..1fe5191 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-proxy-configuration-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -28,13 +28,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-proxy-configuration</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> </dependencies> </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml index 40280de..bc3e673 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-proxy-configuration-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-utils</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-standard-services/nifi-proxy-configuration-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml index a7bed9c..6abf966 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>nifi-standard-services</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-standard-services/nifi-record-serialization-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml index b7823f4..aaf2a0c 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-record-serialization-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml index 6d283e7..a96ce27 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-record-serialization-services-nar</artifactId> <packaging>nar</packaging> @@ -29,13 +29,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-record-serialization-services</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-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml index 8ac8b43..7e5ddfc 100755 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-services-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-record-serialization-services</artifactId> @@ -27,7 +27,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> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-avro-record-utils</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> @@ -100,7 +100,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-standard-services/nifi-record-serialization-services-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml index ba5e3f2..f80a921 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-record-serialization-services-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml index 8c127be..604a4fb 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-schema-registry-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml index cf310ca..cc17f68 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-ssl-context-service-nar</artifactId> <packaging>nar</packaging> @@ -29,7 +29,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-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml index ec6b581..fc3567b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-bundle</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-ssl-context-service</artifactId> <packaging>jar</packaging> @@ -33,12 +33,12 @@ <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-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-standard-services/nifi-ssl-context-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml index ada9966..cdea0f7 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-ssl-context-bundle</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml index 6b6b436..84192e5 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-ssl-context-service-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml index fd62a20..477a8c8 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>nifi-standard-services-api-nar</artifactId> <packaging>nar</packaging> @@ -49,13 +49,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>compile</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-client-service-api</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/d42a1e8b/nifi-nar-bundles/nifi-standard-services/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml index 6599471..b06b937 100644 --- a/nifi-nar-bundles/nifi-standard-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/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-standard-services</artifactId> <packaging>pom</packaging>
