http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 eecf47f..d4b3b92 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-framework-bundle</artifactId> <packaging>pom</packaging> @@ -31,92 +31,92 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-cluster-protocol</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-cluster-web</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-file-authorization-provider</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-cluster-authorization-provider</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-cluster</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-runtime</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-client-dto</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-content-access</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-security</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-core-api</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-framework-core</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-user-actions</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-administration</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jetty</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-optimistic-locking</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-web-security</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-documentation</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement>
http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml index 53ac389..7b23a6e 100644 --- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml +++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-geo-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-geo-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml index ccd1119..97becee 100644 --- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml +++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-geo-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-geo-processors</artifactId> <dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-geo-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-geo-bundle/pom.xml b/nifi-nar-bundles/nifi-geo-bundle/pom.xml index 2b9e8fe..7164bbb 100644 --- a/nifi-nar-bundles/nifi-geo-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-geo-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-geo-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-geo-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml index e44ecc0..64667ee 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hadoop-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml index e5d187a..55fb4f2 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hdfs-processors</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml index f0380e7..6631cd3 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hadoop-bundle</artifactId> <packaging>pom</packaging> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hdfs-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml index bab6847..0cff832 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-libraries-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hadoop-libraries-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml index 4ce7a0b..3042267 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hadoop-libraries-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml index 38e8e38..86209e8 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml index f031d4d..725fc2c 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase-processors</artifactId> <description>Support for interacting with HBase</description> @@ -27,13 +27,13 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-client-service-api</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-client-service-api</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hbase-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml index 5c1bfcc..e3d7156 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.hbase</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml index f537ad1..dde2b03 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hl7-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hl7-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hl7-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml index a27ac7a..ba25caf 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hl7-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hl7-processors</artifactId> @@ -52,7 +52,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hl7-query-language</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-hl7-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml index f349ab8..7d16f1e 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hl7-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml index dba6579..2a66d32 100644 --- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-html-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-html-nar</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml index 6e2913e..298cf37 100644 --- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-html-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-html-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-html-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-html-bundle/pom.xml b/nifi-nar-bundles/nifi-html-bundle/pom.xml index 65ccb47..0ac5aee 100644 --- a/nifi-nar-bundles/nifi-html-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-html-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-html-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-image-bundle/nifi-image-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-image-bundle/nifi-image-nar/pom.xml b/nifi-nar-bundles/nifi-image-bundle/nifi-image-nar/pom.xml index 3a57242..a64b81a 100644 --- a/nifi-nar-bundles/nifi-image-bundle/nifi-image-nar/pom.xml +++ b/nifi-nar-bundles/nifi-image-bundle/nifi-image-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-image-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-image-nar</artifactId> - <version>0.6.0</version> + <version>0.6.1-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-image-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-image-viewer</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <type>war</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-image-bundle/nifi-image-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-image-bundle/nifi-image-processors/pom.xml b/nifi-nar-bundles/nifi-image-bundle/nifi-image-processors/pom.xml index 6a647ca..af325b8 100644 --- a/nifi-nar-bundles/nifi-image-bundle/nifi-image-processors/pom.xml +++ b/nifi-nar-bundles/nifi-image-bundle/nifi-image-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-image-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-image-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-image-bundle/nifi-image-viewer/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-image-bundle/nifi-image-viewer/pom.xml b/nifi-nar-bundles/nifi-image-bundle/nifi-image-viewer/pom.xml index fcd830a..fdafa2a 100755 --- a/nifi-nar-bundles/nifi-image-bundle/nifi-image-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-image-bundle/nifi-image-viewer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-image-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-image-viewer</artifactId> <description>NiFi image viewer</description> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-image-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-image-bundle/pom.xml b/nifi-nar-bundles/nifi-image-bundle/pom.xml index b4e5fd1..2f796c4 100644 --- a/nifi-nar-bundles/nifi-image-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-image-bundle/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-image-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jetty-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml index 94c3e72..183bc04 100644 --- a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-jetty-bundle</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml index bad7551..cbd4ab3 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-jms-cf-service-nar</artifactId> <packaging>nar</packaging> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-cf-service</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml index d2dd51d..6321816 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-jms-cf-service</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml index 08f987f..5a867f8 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-jms-processors-nar</artifactId> <packaging>nar</packaging> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml index 17377d6..004017b 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-jms-processors</artifactId> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-jms-cf-service</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-jms-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-jms-bundle/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/pom.xml index aec9491..304a920 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-jms-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <description>A bundle of processors that publish to and consume messages from JMS.</description> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml index a86e035..915e559 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kafka-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kafka-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml index 8897d01..59b3747 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kafka-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-kafka-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kafka-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml index 150082b..9f1638d 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kafka-bundle</artifactId> <packaging>pom</packaging> @@ -30,7 +30,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kafka-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml index 3e86b52..398ff86 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-iaa-providers-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-iaa-providers-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml index fc0611f..d28ea4e 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-iaa-providers-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-iaa-providers</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml index c6f6586..f6dd230 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kerberos-iaa-providers-bundle</artifactId> <packaging>pom</packaging> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kerberos-iaa-providers</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml index f904db7..bf240cf 100644 --- a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kite-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kite-nar</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml index f5edafa..1edc16a 100644 --- a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kite-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kite-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-kite-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kite-bundle/pom.xml b/nifi-nar-bundles/nifi-kite-bundle/pom.xml index 300f885..2276dfe 100644 --- a/nifi-nar-bundles/nifi-kite-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kite-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-kite-bundle</artifactId> @@ -36,7 +36,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-kite-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml index e5453e2..dda9ea2 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-language-translation-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-language-translation-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-yandex-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml index 3ff542c..1b84e78 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-language-translation-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-yandex-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml index ec7c2df..18b6854 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-language-translation-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml index 8be9fbe..f047d7a 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ldap-iaa-providers-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-ldap-iaa-providers-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml index a9bf358..f38321a 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ldap-iaa-providers-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-ldap-iaa-providers</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml index 7091e66..28983c2 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-ldap-iaa-providers-bundle</artifactId> <packaging>pom</packaging> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ldap-iaa-providers</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml index 0863b2c..5a84696 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mongodb-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-mongodb-nar</artifactId> - <version>0.6.0</version> + <version>0.6.1-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-mongodb-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml index e5fa17b..efb1705 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mongodb-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-mongodb-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml index ac7b48f..4f93005 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml @@ -19,12 +19,12 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-mongodb-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml index a12fe93..a61bd40 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-provenance-repository-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-persistent-provenance-repository</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml index c6a5a52..ffe471a 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-provenance-repository-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-provenance-repository-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml index d03a4b8..247ff81 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-provenance-repository-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-volatile-provenance-repository</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml index de83617..072ad16 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-provenance-repository-bundle</artifactId> <packaging>pom</packaging> @@ -31,12 +31,12 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-persistent-provenance-repository</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-volatile-provenance-repository</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml index f14d72d..6ad02ea 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>nifi-riemann-bundle</artifactId> <groupId>org.apache.nifi</groupId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml index 9081da7..1430657 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-riemann-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-riemann-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-riemann-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml index 4773e32..4a0a003 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>nifi-nar-bundles</artifactId> <groupId>org.apache.nifi</groupId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-riemann-bundle</artifactId> <packaging>pom</packaging> @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-riemann-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml index 357c1a3..6484edd 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-scripting-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-scripting-nar</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml index 7c362a8..90e40bc 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-scripting-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-scripting-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-scripting-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml index 660675d..0cf0df5 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-scripting-bundle</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-scripting-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml index 02edc36..3f8cf1e 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-social-media-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-social-media-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-twitter-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml index 52fd586..0d26a64 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-social-media-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-twitter-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-social-media-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml index 24054f2..f06926e 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-social-media-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml index 5ebdab4..9bc0bd8 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-solr-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-solr-nar</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-solr-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml index 91ba55d..71b7615 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-solr-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-solr-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-solr-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-solr-bundle/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/pom.xml index 9d24961..c0387df 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-bundles</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-solr-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 e446a3e..3eca739 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-splunk-nar</artifactId> - <version>0.6.0</version> + <version>0.6.1-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-splunk-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 cda5710..d8b1cd4 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-splunk-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 803509a..0e6ea9c 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-splunk-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 2937a0c..9d5d3fb 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-spring-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 6fb4f5d..d4cf33d 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>nifi-spring-processors</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 09f46d1..8af7181 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>0.6.0</version> + <version>0.6.1-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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 7b67655..7278e0e 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 @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-content-viewer</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 a02e42c..e501531 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-standard-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml index 9871b2a..82a5d1e 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-prioritizers</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 6d144c9..7b871fb 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 @@ language governing permissions and limitations under the License. --> <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-standard-processors</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 7e77d0f..23e9645 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-standard-reporting-tasks</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 9e50a57..b0dcce3 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-standard-bundle</artifactId> <packaging>pom</packaging> @@ -35,23 +35,23 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-processors</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-prioritizers</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-reporting-tasks</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-content-viewer</artifactId> <type>war</type> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 1535529..94813ab 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 5cad92c..a356abb 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-nar</artifactId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-dbcp-service</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 43b4dc7..926c715 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 5abce46..535f184 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-dbcp-service-bundle</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 b31ede0..04b6488 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-client-service-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 9994480..2a50e48 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-client-service</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 d6193f0..ccb7a4c 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-protocol</artifactId> <description> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 cd065d4..8105cf1 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-server</artifactId> <description>Provides a Controller Service for hosting Distributed Caches</description> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 9af187d..d3721b0 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-services-nar</artifactId> <packaging>nar</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 2187128..adaa991 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-distributed-cache-services-bundle</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 8d88a86..77df145 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase-client-service-api</artifactId> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 40872a0..0417d19 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase_1_1_2-client-service-nar</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>nar</packaging> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase_1_1_2-client-service</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 02c2306..249e8eb 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-hbase_1_1_2-client-service</artifactId> @@ -29,7 +29,7 @@ <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase-client-service-api</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 b796db6..8492d9c 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 @@ -19,12 +19,12 @@ <parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-standard-services</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-hbase_1_1_2-client-service-bundle</artifactId> - <version>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/nifi/blob/65312fee/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 a1fd641..90b6428 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>0.6.0</version> + <version>0.6.1-SNAPSHOT</version> </parent> <artifactId>nifi-http-context-map-api</artifactId>
