NIFI-12361-RC1 prepare release nifi-2.0.0-M1-RC1
diff --git a/c2/c2-client-bundle/c2-client-api/pom.xml b/c2/c2-client-bundle/c2-client-api/pom.xml
index d286107..847356e 100644
--- a/c2/c2-client-bundle/c2-client-api/pom.xml
+++ b/c2/c2-client-bundle/c2-client-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-client-api</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/c2/c2-client-bundle/c2-client-base/pom.xml b/c2/c2-client-bundle/c2-client-base/pom.xml
index a4fbcf5..3b2b9f3 100644
--- a/c2/c2-client-bundle/c2-client-base/pom.xml
+++ b/c2/c2-client-bundle/c2-client-base/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-client-base</artifactId>
@@ -31,13 +31,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/c2/c2-client-bundle/c2-client-http/pom.xml b/c2/c2-client-bundle/c2-client-http/pom.xml
index d1de066..5eafab4 100644
--- a/c2/c2-client-bundle/c2-client-http/pom.xml
+++ b/c2/c2-client-bundle/c2-client-http/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-client-http</artifactId>
@@ -31,17 +31,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml b/c2/c2-client-bundle/c2-client-service/pom.xml
index 4b527b6..da0cf49 100644
--- a/c2/c2-client-bundle/c2-client-service/pom.xml
+++ b/c2/c2-client-bundle/c2-client-service/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-client-service</artifactId>
@@ -31,17 +31,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-http</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/c2/c2-client-bundle/pom.xml b/c2/c2-client-bundle/pom.xml
index c0a30a2..3330807 100644
--- a/c2/c2-client-bundle/pom.xml
+++ b/c2/c2-client-bundle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-client-bundle</artifactId>
diff --git a/c2/c2-protocol/c2-protocol-api/pom.xml b/c2/c2-protocol/c2-protocol-api/pom.xml
index 886889a..4003d91 100644
--- a/c2/c2-protocol/c2-protocol-api/pom.xml
+++ b/c2/c2-protocol/c2-protocol-api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-protocol-api</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/c2/c2-protocol/c2-protocol-component-api/pom.xml b/c2/c2-protocol/c2-protocol-component-api/pom.xml
index 36b9824..39b9ca7 100644
--- a/c2/c2-protocol/c2-protocol-component-api/pom.xml
+++ b/c2/c2-protocol/c2-protocol-component-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/c2/c2-protocol/pom.xml b/c2/c2-protocol/pom.xml
index 504eb21..e4e8b5b 100644
--- a/c2/c2-protocol/pom.xml
+++ b/c2/c2-protocol/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2-protocol</artifactId>
diff --git a/c2/pom.xml b/c2/pom.xml
index d6904bd..e996bb3 100644
--- a/c2/pom.xml
+++ b/c2/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>c2</artifactId>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index 000cc13..53c4ae1 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-assembly</artifactId>
<packaging>pom</packaging>
@@ -129,13 +129,13 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml
index c86a282..7214515 100644
--- a/minifi/minifi-bootstrap/pom.xml
+++ b/minifi/minifi-bootstrap/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-bootstrap</artifactId>
<packaging>jar</packaging>
@@ -84,12 +84,12 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
diff --git a/minifi/minifi-c2/minifi-c2-api/pom.xml b/minifi/minifi-c2/minifi-c2-api/pom.xml
index 92e850c..46f9154 100644
--- a/minifi/minifi-c2/minifi-c2-api/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-api</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-assembly/pom.xml b/minifi/minifi-c2/minifi-c2-assembly/pom.xml
index b4da037..69700c0 100644
--- a/minifi/minifi-c2/minifi-c2-assembly/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-assembly/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-assembly</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml
index 584a7ee..dd17cf7 100644
--- a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-cache-filesystem</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml
index ccbede8..051e783 100644
--- a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-cache-s3</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-cache/pom.xml b/minifi/minifi-c2/minifi-c2-cache/pom.xml
index 2db718f..7396318 100644
--- a/minifi/minifi-c2/minifi-c2-cache/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-cache/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-cache</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-docker/pom.xml b/minifi/minifi-c2/minifi-c2-docker/pom.xml
index 5a3355a..54d4fe1 100644
--- a/minifi/minifi-c2/minifi-c2-docker/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-docker/pom.xml
@@ -21,11 +21,11 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-docker</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>pom</packaging>
<properties>
diff --git a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
index 494f1be..930c2f7 100644
--- a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-integration-tests</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-jetty/pom.xml b/minifi/minifi-c2/minifi-c2-jetty/pom.xml
index fd038ef..d7ace15 100644
--- a/minifi/minifi-c2/minifi-c2-jetty/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-jetty/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-jetty</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml
index 77fd351..d958e6a 100644
--- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-provider-cache</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml
index bf250f7..f800a86 100644
--- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-provider-delegating</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml
index 667c79e..5c3d11c 100644
--- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-provider-util</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-provider/pom.xml b/minifi/minifi-c2/minifi-c2-provider/pom.xml
index cfa6130..28d727c 100644
--- a/minifi/minifi-c2/minifi-c2-provider/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-provider/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-provider</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-c2/minifi-c2-service/pom.xml b/minifi/minifi-c2/minifi-c2-service/pom.xml
index e4bfef4..bf1d481 100644
--- a/minifi/minifi-c2/minifi-c2-service/pom.xml
+++ b/minifi/minifi-c2/minifi-c2-service/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2-service</artifactId>
<packaging>war</packaging>
@@ -29,18 +29,18 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
diff --git a/minifi/minifi-c2/pom.xml b/minifi/minifi-c2/pom.xml
index e02fdcf..3419ea3 100644
--- a/minifi/minifi-c2/pom.xml
+++ b/minifi/minifi-c2/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-c2</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-commons/minifi-commons-api/pom.xml b/minifi/minifi-commons/minifi-commons-api/pom.xml
index 705c1e1..c489dcb 100644
--- a/minifi/minifi-commons/minifi-commons-api/pom.xml
+++ b/minifi/minifi-commons/minifi-commons-api/pom.xml
@@ -16,13 +16,12 @@
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-commons-api</artifactId>
diff --git a/minifi/minifi-commons/minifi-commons-framework/pom.xml b/minifi/minifi-commons/minifi-commons-framework/pom.xml
index bc1e9f3..36ab6f9 100644
--- a/minifi/minifi-commons/minifi-commons-framework/pom.xml
+++ b/minifi/minifi-commons/minifi-commons-framework/pom.xml
@@ -15,14 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-commons-framework</artifactId>
diff --git a/minifi/minifi-commons/minifi-commons-utils/pom.xml b/minifi/minifi-commons/minifi-commons-utils/pom.xml
index ce3c389..6f37101 100644
--- a/minifi/minifi-commons/minifi-commons-utils/pom.xml
+++ b/minifi/minifi-commons/minifi-commons-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-commons-utils</artifactId>
diff --git a/minifi/minifi-commons/minifi-flow-status-report/pom.xml b/minifi/minifi-commons/minifi-flow-status-report/pom.xml
index 6fccf22..5a2cee4 100644
--- a/minifi/minifi-commons/minifi-flow-status-report/pom.xml
+++ b/minifi/minifi-commons/minifi-flow-status-report/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-flow-status-report</artifactId>
diff --git a/minifi/minifi-commons/pom.xml b/minifi/minifi-commons/pom.xml
index aa810ce..6a634c2 100644
--- a/minifi/minifi-commons/pom.xml
+++ b/minifi/minifi-commons/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-commons</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-docker/pom.xml b/minifi/minifi-docker/pom.xml
index 8bbbde6..a6c9c6c 100644
--- a/minifi/minifi-docker/pom.xml
+++ b/minifi/minifi-docker/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-docker</artifactId>
diff --git a/minifi/minifi-docs/pom.xml b/minifi/minifi-docs/pom.xml
index ef4cb76..d67f96c 100644
--- a/minifi/minifi-docs/pom.xml
+++ b/minifi/minifi-docs/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<packaging>pom</packaging>
<artifactId>minifi-docs</artifactId>
diff --git a/minifi/minifi-integration-tests/pom.xml b/minifi/minifi-integration-tests/pom.xml
index b13268e..dfe5c9e 100644
--- a/minifi/minifi-integration-tests/pom.xml
+++ b/minifi/minifi-integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-integration-tests</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml
index 63c3800..e67dd70 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>minifi-framework-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-api/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-api/pom.xml
index 4e1701e..4953d61 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-api/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-framework-api</artifactId>
@@ -29,18 +29,18 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-flow-status-report</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
index 5dbc1d4..2429775 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-framework-core</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/pom.xml
index d0c0659..08cb670 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-resources</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml
index 8601de6..515fd19 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-runtime</artifactId>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-server/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-server/pom.xml
index 4626a86..e5eb551 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-server/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-server/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-server</artifactId>
<packaging>jar</packaging>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/pom.xml
index ff95f02..eaa4892 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-framework-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-framework</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
index 0ac493c..9d5a16e 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-server-nar</artifactId>
<packaging>nar</packaging>
@@ -26,18 +26,18 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml
index 2369df0..9093284 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,47 +37,47 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repositories/pom.xml b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repositories/pom.xml
index 2d80191..eece9f7 100644
--- a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repositories/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repositories/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repository-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-provenance-repositories</artifactId>
diff --git a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
index 5fc4f73..6da1d03 100644
--- a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-provenance-repository-bundle</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-provenance-repository-nar</artifactId>
diff --git a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/pom.xml b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/pom.xml
index 5023e33..d4cf279 100644
--- a/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-provenance-repository-bundle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-provenance-repository-bundle</artifactId>
diff --git a/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml
index 9eb983a..54e5696 100644
--- a/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -46,12 +46,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml
index 9db4538..a873a3b 100644
--- a/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>minifi-nar-bundles</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -30,12 +30,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/minifi/minifi-nar-bundles/pom.xml b/minifi/minifi-nar-bundles/pom.xml
index 909a23c..7d169af 100644
--- a/minifi/minifi-nar-bundles/pom.xml
+++ b/minifi/minifi-nar-bundles/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-nar-bundles</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml
index 7f32bfc..d3b743c 100644
--- a/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml
+++ b/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-toolkit</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-toolkit-assembly</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml
index 4dcbe07..31a3867 100644
--- a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml
+++ b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi-toolkit</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-toolkit-configuration</artifactId>
<packaging>jar</packaging>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml
index acdeb70..cc7171b 100644
--- a/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml
+++ b/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-toolkit-schema</artifactId>
diff --git a/minifi/minifi-toolkit/pom.xml b/minifi/minifi-toolkit/pom.xml
index f625769..9fa5128 100644
--- a/minifi/minifi-toolkit/pom.xml
+++ b/minifi/minifi-toolkit/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>minifi-toolkit</artifactId>
<packaging>pom</packaging>
diff --git a/minifi/pom.xml b/minifi/pom.xml
index aa13d86..9f1ffa9 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi.minifi</groupId>
@@ -49,47 +49,47 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-flow-status-report</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-resources</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repository-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
@@ -97,45 +97,45 @@
<artifactId>minifi-resources</artifactId>
<classifier>resources</classifier>
<type>zip</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-update-attribute-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-docs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@@ -143,84 +143,84 @@
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repositories</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- NiFi Modules -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-custom-ui-utilities</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ui-extension</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-packager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-socket-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resources</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@@ -228,7 +228,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@@ -236,219 +236,219 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-administration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-persistent-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- C2 modules -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
diff --git a/nifi-api/pom.xml b/nifi-api/pom.xml
index 9226515..8f97146 100644
--- a/nifi-api/pom.xml
+++ b/nifi-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-api</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 0c39edd..6e8c333 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-assembly</artifactId>
<packaging>pom</packaging>
@@ -141,59 +141,59 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-per-process-group-logging</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-factory</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resources</artifactId>
<classifier>resources</classifier>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
<type>zip</type>
</dependency>
@@ -201,709 +201,709 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docs</artifactId>
<classifier>resources</classifier>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-extension-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cipher-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-datadog-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-2-6-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-confluent-platform-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-poi-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ldap-iaa-providers-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-iaa-providers-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-iaa-providers-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-dbcp-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-social-media-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-language-translation-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-enrich-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-geohash-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-scripting-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-groovyx-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-restapi-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-email-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-amqp-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-splunk-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-cf-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mqtt-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-opentelemetry-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snmp-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-evtx-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-slack-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-client-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-windows-event-log-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-jetty-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-workday-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateful-analysis-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-mysql-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-processor-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-salesforce-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hubspot-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-zendesk-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-airtable-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-registry-client-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-shopify-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-image-viewer-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-compress-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-extensions-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-apicurio-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<!-- AspectJ library needed by the Java Agent used for native library loading (see bootstrap.conf) -->
@@ -925,25 +925,25 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-neo4j-cypher-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-other-graph-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -963,7 +963,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlas-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -980,19 +980,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1009,13 +1009,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1032,13 +1032,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase_2-client-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1055,7 +1055,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1075,13 +1075,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive3-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1098,7 +1098,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iotdb-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1117,7 +1117,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1135,7 +1135,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1150,14 +1150,14 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1175,19 +1175,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1271,13 +1271,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-resources</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</profile>
@@ -1293,7 +1293,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asn1-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1310,19 +1310,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
@@ -1400,19 +1400,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-bom/pom.xml b/nifi-bom/pom.xml
index 2979021..b57d38d 100644
--- a/nifi-bom/pom.xml
+++ b/nifi-bom/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<name>nifi-bom</name>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -72,30 +72,30 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Application Properties -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -103,91 +103,91 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -195,13 +195,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
@@ -209,47 +209,47 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-deprecation-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml
index f0602ff..b0b8e01 100644
--- a/nifi-bootstrap/pom.xml
+++ b/nifi-bootstrap/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-bootstrap</artifactId>
<packaging>jar</packaging>
@@ -27,34 +27,34 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<!-- Jakarta Mail 1 required for compatibility with Jakarta Activation 1 used with JAXB 2 -->
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -103,24 +103,24 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index 2d47636..fa2f17c 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<name>nifi-code-coverage</name>
@@ -31,1808 +31,1808 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-http</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- MiNiFi -->
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-cache-filesystem</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-cache-s3</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-provider-cache</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-provider-delegating</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-provider-util</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-flow-status-report</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-provenance-repositories</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-toolkit-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- NiFi Common -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-build</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-calcite-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-deprecation-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-packager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-query-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kubernetes-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-per-process-group-logging</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-aws</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-azure</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-cipher</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-factory</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-gcp</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-hashicorp</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-encryption</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert-builder</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-crypto-key</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-socket-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-socket-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-uuid5</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Framework and Manifest -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-parser</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime-manifest-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Framework Modules -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-external-resource-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-administration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-documentation</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-repo-serialization</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-authorization</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-authorization-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-protocol</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-zookeeper</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-components</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-leader-election</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-state-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-leader-election-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-zookeeper-leader-election</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-models</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-shell-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-user-actions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-access</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-viewer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-error</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-optimistic-locking</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- NAR Bundles -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-airtable-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-amqp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-apicurio-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asn1-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-abstract-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-parameter-value-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-graph-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-beats-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-distributedmapcache-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-mysql-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cipher-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-compress-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-confluent-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-datadog-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-email-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-enrich-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-evtx-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bin-manager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-conflict-resolution</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-database-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-listen</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-put</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-put-pattern</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-inference-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-yaml-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-reporting-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resource-transfer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-syslog-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-registry-client-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-geohash-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-test-clients</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-neo4j-cypher-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-other-graph-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-groovyx-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hdfs-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-parameter-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-parameter-value-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive3-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hubspot-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-influxdb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iotdb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-cf-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-2-6-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-iaa-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-controller-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-yandex-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ldap-iaa-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-image-viewer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mqtt-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-opentelemetry-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-poi-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-persistent-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-volatile-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bridge</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-plugin</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-salesforce-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-scripting-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-shopify-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-iaa-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-slack-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snmp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-twitter-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-splunk-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-transform-json-ui</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-content-viewer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-rules</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateful-analysis-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-windows-event-log-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-workday-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-zendesk-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Standard Services -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-protocol</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-dbcp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase_2-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Registry -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-bundle-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-flow-diff</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-entity-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-entity-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-spring-jdbc</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-ranger-plugin</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-toolkit-persistence</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Stateless -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-engine</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Toolkit -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-cli</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-encrypt-config</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-commons/nifi-build/pom.xml b/nifi-commons/nifi-build/pom.xml
index 8a5c329..b3f61e9 100644
--- a/nifi-commons/nifi-build/pom.xml
+++ b/nifi-commons/nifi-build/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-build</artifactId>
</project>
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml b/nifi-commons/nifi-calcite-utils/pom.xml
index 78e801a..b363581 100644
--- a/nifi-commons/nifi-calcite-utils/pom.xml
+++ b/nifi-commons/nifi-calcite-utils/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -19,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-calcite-utils</artifactId>
diff --git a/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi-commons/nifi-data-provenance-utils/pom.xml
index ca9a31b..909ff22 100644
--- a/nifi-commons/nifi-data-provenance-utils/pom.xml
+++ b/nifi-commons/nifi-data-provenance-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-data-provenance-utils</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-deprecation-log/pom.xml b/nifi-commons/nifi-deprecation-log/pom.xml
index 291bd91..309fba8 100644
--- a/nifi-commons/nifi-deprecation-log/pom.xml
+++ b/nifi-commons/nifi-deprecation-log/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-deprecation-log</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-expression-language/pom.xml b/nifi-commons/nifi-expression-language/pom.xml
index 41f2c12..9f4c131 100644
--- a/nifi-commons/nifi-expression-language/pom.xml
+++ b/nifi-commons/nifi-expression-language/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-expression-language</artifactId>
<packaging>jar</packaging>
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-uuid5</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
diff --git a/nifi-commons/nifi-flow-encryptor/pom.xml b/nifi-commons/nifi-flow-encryptor/pom.xml
index 9cbf8ad..92b2ce0 100644
--- a/nifi-commons/nifi-flow-encryptor/pom.xml
+++ b/nifi-commons/nifi-flow-encryptor/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-flow-encryptor</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<!-- Excluded to avoid unnecessary runtime dependencies -->
<exclusion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml
index 700a7f8..be017df 100644
--- a/nifi-commons/nifi-flowfile-packager/pom.xml
+++ b/nifi-commons/nifi-flowfile-packager/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-flowfile-packager</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-hashicorp-vault-api/pom.xml b/nifi-commons/nifi-hashicorp-vault-api/pom.xml
index b03e2f7..bfaffc9 100644
--- a/nifi-commons/nifi-hashicorp-vault-api/pom.xml
+++ b/nifi-commons/nifi-hashicorp-vault-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-api</artifactId>
</project>
diff --git a/nifi-commons/nifi-hashicorp-vault/pom.xml b/nifi-commons/nifi-hashicorp-vault/pom.xml
index 4a59996..22dfff3 100644
--- a/nifi-commons/nifi-hashicorp-vault/pom.xml
+++ b/nifi-commons/nifi-hashicorp-vault/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault</artifactId>
<properties>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -64,13 +64,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml
index 196af7a..7ad2e31 100644
--- a/nifi-commons/nifi-hl7-query-language/pom.xml
+++ b/nifi-commons/nifi-hl7-query-language/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hl7-query-language</artifactId>
diff --git a/nifi-commons/nifi-jetty-configuration/pom.xml b/nifi-commons/nifi-jetty-configuration/pom.xml
index 73dfbd0..aa6b359 100644
--- a/nifi-commons/nifi-jetty-configuration/pom.xml
+++ b/nifi-commons/nifi-jetty-configuration/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jetty-configuration</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-json-utils/pom.xml b/nifi-commons/nifi-json-utils/pom.xml
index a075ed9..8a891ef 100644
--- a/nifi-commons/nifi-json-utils/pom.xml
+++ b/nifi-commons/nifi-json-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-json-utils</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-kubernetes-client/pom.xml b/nifi-commons/nifi-kubernetes-client/pom.xml
index 3944ccf..d16eb08 100644
--- a/nifi-commons/nifi-kubernetes-client/pom.xml
+++ b/nifi-commons/nifi-kubernetes-client/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kubernetes-client</artifactId>
<description>Minimal abstraction for access Kubernetes REST API Resources</description>
diff --git a/nifi-commons/nifi-metrics/pom.xml b/nifi-commons/nifi-metrics/pom.xml
index 4434004..6691343 100644
--- a/nifi-commons/nifi-metrics/pom.xml
+++ b/nifi-commons/nifi-metrics/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-commons</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-commons/nifi-parameter/pom.xml b/nifi-commons/nifi-parameter/pom.xml
index d2aaf20..8b3e640 100644
--- a/nifi-commons/nifi-parameter/pom.xml
+++ b/nifi-commons/nifi-parameter/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-commons</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-commons/nifi-per-process-group-logging/pom.xml b/nifi-commons/nifi-per-process-group-logging/pom.xml
index aefe923..4e2d600 100644
--- a/nifi-commons/nifi-per-process-group-logging/pom.xml
+++ b/nifi-commons/nifi-per-process-group-logging/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-per-process-group-logging</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-properties/pom.xml b/nifi-commons/nifi-properties/pom.xml
index b684ec4..e75f9e5 100644
--- a/nifi-commons/nifi-properties/pom.xml
+++ b/nifi-commons/nifi-properties/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-properties</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-property-encryptor/pom.xml b/nifi-commons/nifi-property-encryptor/pom.xml
index a680506..1cc9295 100644
--- a/nifi-commons/nifi-property-encryptor/pom.xml
+++ b/nifi-commons/nifi-property-encryptor/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-encryptor</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-crypto-key</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/nifi-commons/nifi-property-protection-api/pom.xml b/nifi-commons/nifi-property-protection-api/pom.xml
index f63e4fa..172a9ee 100644
--- a/nifi-commons/nifi-property-protection-api/pom.xml
+++ b/nifi-commons/nifi-property-protection-api/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-api</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-commons/nifi-property-protection-aws/pom.xml b/nifi-commons/nifi-property-protection-aws/pom.xml
index cf49800..672d864 100644
--- a/nifi-commons/nifi-property-protection-aws/pom.xml
+++ b/nifi-commons/nifi-property-protection-aws/pom.xml
@@ -18,19 +18,19 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-aws</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml b/nifi-commons/nifi-property-protection-azure/pom.xml
index 6647442..aaa4804 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-azure</artifactId>
<dependencyManagement>
@@ -36,12 +36,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-cipher/pom.xml b/nifi-commons/nifi-property-protection-cipher/pom.xml
index c9ec1c3..5d6aaf1 100644
--- a/nifi-commons/nifi-property-protection-cipher/pom.xml
+++ b/nifi-commons/nifi-property-protection-cipher/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-cipher</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-factory/pom.xml b/nifi-commons/nifi-property-protection-factory/pom.xml
index 4c0f256..917e38c 100644
--- a/nifi-commons/nifi-property-protection-factory/pom.xml
+++ b/nifi-commons/nifi-property-protection-factory/pom.xml
@@ -18,44 +18,44 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-factory</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-aws</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-azure</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-cipher</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-gcp</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-hashicorp</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml b/nifi-commons/nifi-property-protection-gcp/pom.xml
index cde1db5..e16a809 100644
--- a/nifi-commons/nifi-property-protection-gcp/pom.xml
+++ b/nifi-commons/nifi-property-protection-gcp/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-gcp</artifactId>
<properties>
@@ -40,12 +40,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-hashicorp/pom.xml b/nifi-commons/nifi-property-protection-hashicorp/pom.xml
index 951f6a2..24085cd 100644
--- a/nifi-commons/nifi-property-protection-hashicorp/pom.xml
+++ b/nifi-commons/nifi-property-protection-hashicorp/pom.xml
@@ -18,24 +18,24 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-hashicorp</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-loader/pom.xml b/nifi-commons/nifi-property-protection-loader/pom.xml
index c0ed480..cf38438 100644
--- a/nifi-commons/nifi-property-protection-loader/pom.xml
+++ b/nifi-commons/nifi-property-protection-loader/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-loader</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-protection-shared/pom.xml b/nifi-commons/nifi-property-protection-shared/pom.xml
index 1904748..d92e703 100644
--- a/nifi-commons/nifi-property-protection-shared/pom.xml
+++ b/nifi-commons/nifi-property-protection-shared/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-protection-shared</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-property-utils/pom.xml b/nifi-commons/nifi-property-utils/pom.xml
index 0bf2a1a..598e9ea 100644
--- a/nifi-commons/nifi-property-utils/pom.xml
+++ b/nifi-commons/nifi-property-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-property-utils</artifactId>
</project>
diff --git a/nifi-commons/nifi-record-path/pom.xml b/nifi-commons/nifi-record-path/pom.xml
index b0de677..b513aec 100644
--- a/nifi-commons/nifi-record-path/pom.xml
+++ b/nifi-commons/nifi-record-path/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-path</artifactId>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-uuid5</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
diff --git a/nifi-commons/nifi-record/pom.xml b/nifi-commons/nifi-record/pom.xml
index 2471a33..e2e2454 100644
--- a/nifi-commons/nifi-record/pom.xml
+++ b/nifi-commons/nifi-record/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record</artifactId>
diff --git a/nifi-commons/nifi-repository-encryption/pom.xml b/nifi-commons/nifi-repository-encryption/pom.xml
index 4e01df9..5852683 100644
--- a/nifi-commons/nifi-repository-encryption/pom.xml
+++ b/nifi-commons/nifi-repository-encryption/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-repository-encryption</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-commons/nifi-schema-utils/pom.xml b/nifi-commons/nifi-schema-utils/pom.xml
index 2c2eebb..37927fd 100644
--- a/nifi-commons/nifi-schema-utils/pom.xml
+++ b/nifi-commons/nifi-schema-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-schema-utils</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-security-cert-builder/pom.xml b/nifi-commons/nifi-security-cert-builder/pom.xml
index eb9a4b0..965a096 100644
--- a/nifi-commons/nifi-security-cert-builder/pom.xml
+++ b/nifi-commons/nifi-security-cert-builder/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-cert-builder</artifactId>
<description>Shared X.509 certificate builder components</description>
diff --git a/nifi-commons/nifi-security-cert/pom.xml b/nifi-commons/nifi-security-cert/pom.xml
index 2a60771..e317557 100644
--- a/nifi-commons/nifi-security-cert/pom.xml
+++ b/nifi-commons/nifi-security-cert/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-cert</artifactId>
<description>Shared X.509 certificate security components without additional dependencies</description>
diff --git a/nifi-commons/nifi-security-crypto-key/pom.xml b/nifi-commons/nifi-security-crypto-key/pom.xml
index 1a8a865..a3eb963 100644
--- a/nifi-commons/nifi-security-crypto-key/pom.xml
+++ b/nifi-commons/nifi-security-crypto-key/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-crypto-key</artifactId>
<description>Cryptographic key derivation function components with minimal dependencies</description>
diff --git a/nifi-commons/nifi-security-identity/pom.xml b/nifi-commons/nifi-security-identity/pom.xml
index e3b6c7c..3e1919d 100644
--- a/nifi-commons/nifi-security-identity/pom.xml
+++ b/nifi-commons/nifi-security-identity/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-identity</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-security-kerberos-api/pom.xml b/nifi-commons/nifi-security-kerberos-api/pom.xml
index f4c8973..3996a83 100644
--- a/nifi-commons/nifi-security-kerberos-api/pom.xml
+++ b/nifi-commons/nifi-security-kerberos-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-kerberos-api</artifactId>
</project>
diff --git a/nifi-commons/nifi-security-kerberos/pom.xml b/nifi-commons/nifi-security-kerberos/pom.xml
index b7533eb..6725f37 100644
--- a/nifi-commons/nifi-security-kerberos/pom.xml
+++ b/nifi-commons/nifi-security-kerberos/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-kerberos</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-security-kms/pom.xml b/nifi-commons/nifi-security-kms/pom.xml
index 6e20376..62ab6aa 100644
--- a/nifi-commons/nifi-security-kms/pom.xml
+++ b/nifi-commons/nifi-security-kms/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-kms</artifactId>
</project>
diff --git a/nifi-commons/nifi-security-socket-ssl/pom.xml b/nifi-commons/nifi-security-socket-ssl/pom.xml
index cc7a515..329139c 100644
--- a/nifi-commons/nifi-security-socket-ssl/pom.xml
+++ b/nifi-commons/nifi-security-socket-ssl/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-socket-ssl</artifactId>
<dependencies>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-commons/nifi-security-ssl/pom.xml b/nifi-commons/nifi-security-ssl/pom.xml
index 9b91f2c..28380c6 100644
--- a/nifi-commons/nifi-security-ssl/pom.xml
+++ b/nifi-commons/nifi-security-ssl/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-ssl</artifactId>
<description>Shared TLS security components without additional dependencies</description>
diff --git a/nifi-commons/nifi-security-utils-api/pom.xml b/nifi-commons/nifi-security-utils-api/pom.xml
index 6eae759..b2f0f51 100644
--- a/nifi-commons/nifi-security-utils-api/pom.xml
+++ b/nifi-commons/nifi-security-utils-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-utils-api</artifactId>
<description>
diff --git a/nifi-commons/nifi-security-utils/pom.xml b/nifi-commons/nifi-security-utils/pom.xml
index 69f93dd..8e7452b 100644
--- a/nifi-commons/nifi-security-utils/pom.xml
+++ b/nifi-commons/nifi-security-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-security-utils</artifactId>
<description>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert-builder</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-commons/nifi-single-user-utils/pom.xml b/nifi-commons/nifi-single-user-utils/pom.xml
index 7c013d6..2a75e47 100644
--- a/nifi-commons/nifi-single-user-utils/pom.xml
+++ b/nifi-commons/nifi-single-user-utils/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-single-user-utils</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>at.favre.lib</groupId>
diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml
index 8240b63..7752e7f 100644
--- a/nifi-commons/nifi-site-to-site-client/pom.xml
+++ b/nifi-commons/nifi-site-to-site-client/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-site-to-site-client</artifactId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>${httpclient.group}</groupId>
diff --git a/nifi-commons/nifi-socket-utils/pom.xml b/nifi-commons/nifi-socket-utils/pom.xml
index 62c6208..c701c0e 100644
--- a/nifi-commons/nifi-socket-utils/pom.xml
+++ b/nifi-commons/nifi-socket-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-socket-utils</artifactId>
<description>Utilities for socket communication</description>
diff --git a/nifi-commons/nifi-utils/pom.xml b/nifi-commons/nifi-utils/pom.xml
index 2b0fc6d..37967f5 100644
--- a/nifi-commons/nifi-utils/pom.xml
+++ b/nifi-commons/nifi-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-utils</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-uuid5/pom.xml b/nifi-commons/nifi-uuid5/pom.xml
index 40a9cd6..c086e47 100644
--- a/nifi-commons/nifi-uuid5/pom.xml
+++ b/nifi-commons/nifi-uuid5/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-uuid5</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-web-client-api/pom.xml b/nifi-commons/nifi-web-client-api/pom.xml
index dd85152..088323b 100644
--- a/nifi-commons/nifi-web-client-api/pom.xml
+++ b/nifi-commons/nifi-web-client-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-client-api</artifactId>
<description>Abstracts standard HTTP client operations without depending on a specific HTTP library</description>
diff --git a/nifi-commons/nifi-web-client/pom.xml b/nifi-commons/nifi-web-client/pom.xml
index 6ae4dab..889d394 100644
--- a/nifi-commons/nifi-web-client/pom.xml
+++ b/nifi-commons/nifi-web-client/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-client</artifactId>
<description>Standard implementation of nifi-web-client-api using OkHttp</description>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
diff --git a/nifi-commons/nifi-web-utils/pom.xml b/nifi-commons/nifi-web-utils/pom.xml
index eaeb4ad..8b1dee4 100644
--- a/nifi-commons/nifi-web-utils/pom.xml
+++ b/nifi-commons/nifi-web-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-utils</artifactId>
<dependencies>
diff --git a/nifi-commons/nifi-write-ahead-log/pom.xml b/nifi-commons/nifi-write-ahead-log/pom.xml
index d3ad56a..f2bea20 100644
--- a/nifi-commons/nifi-write-ahead-log/pom.xml
+++ b/nifi-commons/nifi-write-ahead-log/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-write-ahead-log</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/nifi-xml-processing/pom.xml b/nifi-commons/nifi-xml-processing/pom.xml
index 381f33a..4aae6b7 100644
--- a/nifi-commons/nifi-xml-processing/pom.xml
+++ b/nifi-commons/nifi-xml-processing/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-commons</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-xml-processing</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml
index dddf9b7..09bcb62 100644
--- a/nifi-commons/pom.xml
+++ b/nifi-commons/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-commons</artifactId>
<packaging>pom</packaging>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bom</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml
index ca13337..304a0b3 100644
--- a/nifi-docker/dockerhub/pom.xml
+++ b/nifi-docker/dockerhub/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docker</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>dockerhub</artifactId>
diff --git a/nifi-docker/dockermaven/pom.xml b/nifi-docker/dockermaven/pom.xml
index c5ebf9c..e2f96a8 100644
--- a/nifi-docker/dockermaven/pom.xml
+++ b/nifi-docker/dockermaven/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-docker</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>dockermaven</artifactId>
diff --git a/nifi-docker/pom.xml b/nifi-docker/pom.xml
index 079b251..9b98e40 100644
--- a/nifi-docker/pom.xml
+++ b/nifi-docker/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-docker</artifactId>
diff --git a/nifi-docs/pom.xml b/nifi-docs/pom.xml
index f2adf51..ef1287f 100644
--- a/nifi-docs/pom.xml
+++ b/nifi-docs/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<packaging>pom</packaging>
<artifactId>nifi-docs</artifactId>
diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
index 331ab92..f71464c 100644
--- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
+++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-kafka-connect</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,22 +27,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-connector</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
@@ -64,27 +64,27 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- SLF4J bridges to include -->
@@ -108,13 +108,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
index bf75749..a013e8a 100644
--- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
+++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-kafka-connect</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-connector-assembly</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
@@ -46,25 +46,25 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml
index e47ef85..1e861df 100644
--- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml
+++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-kafka-connect</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,22 +33,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
@@ -70,39 +70,39 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-external/nifi-kafka-connect/pom.xml b/nifi-external/nifi-kafka-connect/pom.xml
index f523206..5927554 100644
--- a/nifi-external/nifi-kafka-connect/pom.xml
+++ b/nifi-external/nifi-kafka-connect/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-external</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-external/pom.xml b/nifi-external/pom.xml
index 7443f2a..f85f8cd 100644
--- a/nifi-external/pom.xml
+++ b/nifi-external/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-external</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-framework-api/pom.xml b/nifi-framework-api/pom.xml
index f4debd4..3540342 100644
--- a/nifi-framework-api/pom.xml
+++ b/nifi-framework-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-api</artifactId>
<packaging>jar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-manifest/nifi-extension-manifest-model/pom.xml b/nifi-manifest/nifi-extension-manifest-model/pom.xml
index 706d9ab..050e8ec 100644
--- a/nifi-manifest/nifi-extension-manifest-model/pom.xml
+++ b/nifi-manifest/nifi-extension-manifest-model/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-extension-manifest-model</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-manifest/nifi-extension-manifest-parser/pom.xml b/nifi-manifest/nifi-extension-manifest-parser/pom.xml
index 1a4d922..647ed5e 100644
--- a/nifi-manifest/nifi-extension-manifest-parser/pom.xml
+++ b/nifi-manifest/nifi-extension-manifest-parser/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-extension-manifest-parser</artifactId>
<packaging>jar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
diff --git a/nifi-manifest/nifi-runtime-manifest-core/pom.xml b/nifi-manifest/nifi-runtime-manifest-core/pom.xml
index 4a7b780..a69be60 100644
--- a/nifi-manifest/nifi-runtime-manifest-core/pom.xml
+++ b/nifi-manifest/nifi-runtime-manifest-core/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-runtime-manifest-core</artifactId>
<packaging>jar</packaging>
@@ -27,22 +27,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-parser</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-manifest/nifi-runtime-manifest-test/pom.xml b/nifi-manifest/nifi-runtime-manifest-test/pom.xml
index e41a4d7..4b10269 100644
--- a/nifi-manifest/nifi-runtime-manifest-test/pom.xml
+++ b/nifi-manifest/nifi-runtime-manifest-test/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-runtime-manifest-test</artifactId>
<packaging>jar</packaging>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime-manifest-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-manifest/nifi-runtime-manifest/pom.xml b/nifi-manifest/nifi-runtime-manifest/pom.xml
index cd13088..3966f18 100644
--- a/nifi-manifest/nifi-runtime-manifest/pom.xml
+++ b/nifi-manifest/nifi-runtime-manifest/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-runtime-manifest</artifactId>
<packaging>jar</packaging>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-assembly</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>manifests</classifier>
<type>zip</type>
<optional>true</optional>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime-manifest-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-manifest/pom.xml b/nifi-manifest/pom.xml
index b1c5fca..2e880cb 100644
--- a/nifi-manifest/pom.xml
+++ b/nifi-manifest/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-manifest</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
index f32b46a..b7998b1 100644
--- a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-maven-archetypes</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-processor-bundle-archetype</artifactId>
diff --git a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
index acad5ac..52c6b35 100644
--- a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
+++ b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-maven-archetypes</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-service-bundle-archetype</artifactId>
diff --git a/nifi-maven-archetypes/pom.xml b/nifi-maven-archetypes/pom.xml
index 015f280..e19bc34 100644
--- a/nifi-maven-archetypes/pom.xml
+++ b/nifi-maven-archetypes/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-maven-archetypes</artifactId>
diff --git a/nifi-mock/pom.xml b/nifi-mock/pom.xml
index 9d3f15e..b550005 100644
--- a/nifi-mock/pom.xml
+++ b/nifi-mock/pom.xml
@@ -18,39 +18,39 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mock</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<!-- Dependency marked as compile, not test, because we have assertion
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-nar/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-nar/pom.xml
index 000091b..5488816 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-processors/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-processors/pom.xml
index aa030e4..3e2ee98 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-processors</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -65,23 +65,23 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
@@ -106,13 +106,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api-nar/pom.xml
index 955afa8..5aa2154 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-services-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api/pom.xml
index 981cc91..f052eb1 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-services-api</artifactId>
@@ -45,22 +45,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-nar/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-nar/pom.xml
index fe6c251..de76e0f 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-services-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/pom.xml
index 97a4409..e8469ab 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/nifi-accumulo-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-accumulo-services</artifactId>
@@ -34,43 +34,43 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
index 9183e65..4d6cde4 100644
--- a/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-accumulo-bundle/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<properties>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-accumulo-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml b/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
index b9eba3f..e02640f 100644
--- a/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-airtable-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-airtable-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml b/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
index f910dc4..98d3493 100644
--- a/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-airtable-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-airtable-bundle/pom.xml b/nifi-nar-bundles/nifi-airtable-bundle/pom.xml
index 1e7cbd5..d302107 100644
--- a/nifi-nar-bundles/nifi-airtable-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-airtable-bundle/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
index 7c1649c..36ce66f 100644
--- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-amqp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-amqp-nar</artifactId>
<packaging>nar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
index 96b33d4..b7dd924 100644
--- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-amqp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-amqp-processors</artifactId>
<packaging>jar</packaging>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml
index 4cf822c..aaff135 100644
--- a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-amqp-bundle</artifactId>
<packaging>pom</packaging>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-amqp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml b/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
index e7526a7..2cf756c 100644
--- a/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-apicurio-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-apicurio-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
index 10f8cda..87a1800 100644
--- a/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-apicurio-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-apicurio-schema-registry-service</artifactId>
@@ -51,19 +50,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml b/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml
index a49e5b1..ea62123 100644
--- a/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
index 84363d6..a6e544f 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-processors-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
index f9a2ab7..8e07938 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-processors</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
index 7ee9cf4..25e606e 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-services-api-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
index 18f7416..54f7e00 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
index 6839846..af2efc3 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-services-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
index 466c3b5..fb1a5f7 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asana-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-services</artifactId>
diff --git a/nifi-nar-bundles/nifi-asana-bundle/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/pom.xml
index 33a62e8..066959f 100644
--- a/nifi-nar-bundles/nifi-asana-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-asana-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-asana-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
index ba8901e..3539d91 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-asn1-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-asn1-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index e7882fa..0322de0 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-asn1-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml
index 2980cfd..b37753d 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-nar-bundles</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml
index b1d37e6..e19501b 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlas-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-atlas-nar</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
index 8019727..e6ea5fb 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlas-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-atlas-reporting-task</artifactId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-reporting-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
index 0fcc26d..51920e7 100644
--- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-atlas-bundle</artifactId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-atlas-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
index 5f9fa8b..437ca91 100644
--- a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-avro-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
index adea8ab..02a0cba 100644
--- a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-avro-processors</artifactId>
diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
index 087b63c..70fdfff 100644
--- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
index fcfc8e7..b842747 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-aws-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-abstract-processors</artifactId>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
index 5d00d3d..4ec8018 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-nar</artifactId>
@@ -29,28 +29,28 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-parameter-value-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
index 9c2d7ac..42458cf 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-parameter-providers</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
index a0efe3f..5267f71 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-parameter-value-providers</artifactId>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index c0748af..9df713d 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-processors</artifactId>
@@ -36,17 +36,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-abstract-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
index f1802e8..b937cd3 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-schema-registry-service</artifactId>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -57,13 +57,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
index 015b8fc..8006fc0 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-aws-service-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
index 553fce6..ae69bf7 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-aws-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index 80873c8..0dc63da 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
index a5e32d9..fc490a7 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-azure-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-azure-graph-authorizer</artifactId>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
index 6b66997..3ebe668 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-azure-nar</artifactId>
@@ -29,17 +29,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-graph-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<!-- Exclude Guava provided in nifi-azure-services-api-nar -->
<exclusion>
@@ -51,13 +51,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
index 74bb8f4..3824d57 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-azure-parameter-providers</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 5885515..37b7967 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-azure-processors</artifactId>
<packaging>jar</packaging>
@@ -35,12 +35,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-resource-transfer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -145,37 +145,37 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -185,13 +185,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
index 0b339a5..eb8d80e 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-azure-reporting-task</artifactId>
<packaging>jar</packaging>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-reporting-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
index 767034d..c819ccd 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-azure-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-azure-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
index 7a1f59c..455ee8d 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-azure-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 7edc596..99db020 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml
index 5c9da1d..d714f8b 100644
--- a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-beats-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-beats-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-beats-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml
index fec14b4..4b46dc9 100644
--- a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-beats-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-beats-processors</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-listen</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-beats-bundle/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/pom.xml
index d3d91e5..817879c 100644
--- a/nifi-nar-bundles/nifi-beats-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-beats-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-beats-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
index 24c0104..5f9f559 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
index 4c8ab3e..ef9705ac 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-processors</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-conflict-resolution</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
index 80eabaa..51703d4 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-box-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-services-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
index e9b735f..9312456 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-box-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
index 88ce811..c816eaa 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-box-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-services-nar</artifactId>
@@ -29,18 +29,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services/pom.xml
index 91aab6d..9ccf86d 100644
--- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-services/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-box-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-box-services</artifactId>
@@ -29,18 +29,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-box-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-box-bundle/pom.xml b/nifi-nar-bundles/nifi-box-bundle/pom.xml
index 9a93780..7416257 100644
--- a/nifi-nar-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-box-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml
index 5fed4ec..f146ade 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cassandra-distributedmapcache-service</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -60,24 +60,24 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml
index 3063f64..ef1998b 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cassandra-nar</artifactId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml
index 45094b0..0ff4dbf 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cassandra-processors</artifactId>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml
index 4195bfe..1295860 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-cassandra-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml
index 0ad093b..65d393f 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-cassandra-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml
index 3957bb7..baeaf8d 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-cassandra-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,18 +39,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-distributedmapcache-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml
index f202968..866fec9 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-cassandra-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
index 0107c8d..3b83106 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml
index 603e6e0..d28defe 100644
--- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml
+++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cdc-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml
index 567853c..0684736 100644
--- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-mysql-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cdc-mysql-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index cf51a55..54d6bf2 100644
--- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-mysql-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cdc-mysql-processors</artifactId>
<packaging>jar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
index 0caa460..c1ccd7a 100644
--- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cdc-mysql-bundle</artifactId>
<packaging>pom</packaging>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cdc-mysql-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-cdc/pom.xml b/nifi-nar-bundles/nifi-cdc/pom.xml
index f1c14ba..7343314 100644
--- a/nifi-nar-bundles/nifi-cdc/pom.xml
+++ b/nifi-nar-bundles/nifi-cdc/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-cdc</artifactId>
diff --git a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
index de4a206..6d8775a 100644
--- a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cipher-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cipher-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cipher-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
index 1df0a3f..b4cf3fc 100644
--- a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cipher-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-cipher-processors</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-crypto-key</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
diff --git a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
index ada527c..ce744dd 100644
--- a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
index 6b34e26..bb193ce 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-compress-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-compress-nar</artifactId>
<packaging>nar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-compress-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 8bc2d26..eddea56 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-compress-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-compress-processors</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-compress-bundle/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/pom.xml
index d9daaca..f152ee7 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-compress-bundle</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
index 157c302..0f11c13 100644
--- a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-confluent-platform-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-confluent-platform-nar</artifactId>
<packaging>nar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-confluent-schema-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
index 028d9fb..663f225 100644
--- a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-confluent-platform-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-confluent-schema-registry-service</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml
index 98c90e0..dd3a9d6 100644
--- a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-confluent-platform-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml
index 5401cf0..2d149fb 100644
--- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-couchbase-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml
index b311144..166a925 100644
--- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-couchbase-processors</artifactId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml
index 9d90478..ae52258 100644
--- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-couchbase-services-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml
index cabde69..9514269 100644
--- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-couchbase-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-couchbase-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml
index c45ea6e..5e23a33 100644
--- a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-couchbase-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
index 1f21b84..b5db69f 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-datadog-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-datadog-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
index ff00478..48e8b2e 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-datadog-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-datadog-reporting-task</artifactId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
index afb3502..4148038 100644
--- a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-datadog-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
index 0f8c164..6dc0b1c 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-processors-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
index 67b9c0e..cbfd707 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-processors</artifactId>
@@ -49,12 +49,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-conflict-resolution</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
index f7719b6..73fff8c 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
@@ -19,18 +19,18 @@
<parent>
<artifactId>nifi-dropbox-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>nar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
index 0c5030b..e1eff93 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-dropbox-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
index edafec8..c094c5e 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-services-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
index e37edc1..d8ce0ae 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dropbox-services</artifactId>
@@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dropbox-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml
index cb55114..4ced7e6 100644
--- a/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml
@@ -19,12 +19,12 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-dropbox-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>pom</packaging>
<properties>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
index 2001341..b0e2bbd 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
index 731e1be..a9e4074 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
index b8e41de..2e86079 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-client-service-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index bb08176..7202777 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-client-service</artifactId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -63,13 +63,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
@@ -134,7 +134,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -149,7 +149,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml
index fbb95e2..78b77b8 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-elasticsearch-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-restapi-nar</artifactId>
@@ -27,13 +27,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
index 4d10f33..bc28e10 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-elasticsearch-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
@@ -48,13 +48,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -67,12 +67,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
@@ -98,31 +98,31 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
index f5f38ac..74ad1df 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-elasticsearch-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-elasticsearch-test-utils</artifactId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
index 8240890..a89c4e1 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
index 3673dd9..2fb3f09 100644
--- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-email-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-email-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index a8c0504..3e061c9 100644
--- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-email-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-email-processors</artifactId>
@@ -37,17 +37,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
@@ -121,13 +121,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-email-bundle/pom.xml b/nifi-nar-bundles/nifi-email-bundle/pom.xml
index c1ec86a..de17fd3 100644
--- a/nifi-nar-bundles/nifi-email-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-email-bundle</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-email-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
index 17011cb..cd63d9e 100644
--- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-enrich-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-enrich-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index c2225f0..ac95a79 100644
--- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-enrich-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-enrich-processors</artifactId>
<dependencies>
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -84,13 +84,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml
index db16ae7..5071e46 100644
--- a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-enrich-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml
index 2424659..bbe1592 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-evtx-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-evtx-nar</artifactId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index a133cfc..f364b28 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-evtx-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-evtx-processors</artifactId>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml
index 76aa8c3..5a54f9f 100644
--- a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-evtx-bundle</artifactId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-evtx-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
index 38bf1c4..f9a2879 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-bin-manager</artifactId>
<packaging>jar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
index 6b7ae68..bb3a64e 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-conflict-resolution</artifactId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
index 433a190..e04383c 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-database-test-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
index 6a5b7e3..5c1b1c4 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-database-utils</artifactId>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
index 75ad7c3..42ed148 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-extension-utils</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dbcp-base</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
index 9d1a13b..0ae9288 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-event-listen</artifactId>
<packaging>jar</packaging>
@@ -30,17 +30,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-socket-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml
index 0449884..5ac2d98 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-event-put</artifactId>
<packaging>jar</packaging>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
index 89e5cc1..6cbfb3a 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-event-transport</artifactId>
<packaging>jar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -39,13 +39,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
index cf1d924..74fd831 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-utils</artifactId>
<packaging>jar</packaging>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml
index 2f7b67e..36a7126 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-test-utils</artifactId>
@@ -27,17 +27,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
index 38df567..7d6bbfd 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-listed-entity</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
index 5044e01..105aab4 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-prometheus-utils</artifactId>
<packaging>jar</packaging>
@@ -41,17 +41,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- The client -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
index 541fe9e..15364f0 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-put-pattern</artifactId>
<packaging>jar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
index 4aadc8b..57f24fd 100755
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-avro-record-utils</artifactId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
index 978495d..7b4f651 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-record-utils</artifactId>
<packaging>jar</packaging>
@@ -34,12 +34,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Other modules using nifi-hadoop-utils are expected to have the below dependencies available, typically through a NAR dependency -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
index 6ce68e8..e016200 100755
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-json-record-utils</artifactId>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-inference-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
index 85c5664..b4a6d90 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mock-record-utils</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Other modules using nifi-standard-record-utils are expected to have this API available, typically through a NAR dependency -->
<dependency>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
index bbb32b0..765aa13 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-record-utils</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,17 +27,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
index e7211fe..b3ed6a1 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-record-utils</artifactId>
@@ -31,12 +31,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-socket-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
index 3fd1f0d..244e559 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
@@ -13,21 +13,19 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-yaml-record-utils</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
index d87e21a..a0a5404 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<packaging>pom</packaging>
<artifactId>nifi-record-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
index 3d45b23..9ce7a2a 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-extension-utils</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
index ca5f954..8ccb4a7 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-resource-transfer</artifactId>
@@ -33,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
index 7b0fea0..4a292d9 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-service-utils</artifactId>
<packaging>jar</packaging>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
index 490608a..578ef44 100644
--- a/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-syslog-utils</artifactId>
<packaging>jar</packaging>
@@ -31,12 +31,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-extension-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/pom.xml
index 5e1616d..72db2a1 100644
--- a/nifi-nar-bundles/nifi-extension-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-extension-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<packaging>pom</packaging>
<artifactId>nifi-extension-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml b/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml
index 3a20037..607355b 100644
--- a/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-registry-client-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-flow-registry-client-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-registry-client-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml b/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml
index d2314d8..a7dc929 100644
--- a/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml
+++ b/nifi-nar-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-registry-client-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-flow-registry-client-services</artifactId>
<packaging>jar</packaging>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-flow-registry-client-bundle/pom.xml b/nifi-nar-bundles/nifi-flow-registry-client-bundle/pom.xml
index fbd6938..b364b8b 100644
--- a/nifi-nar-bundles/nifi-flow-registry-client-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-flow-registry-client-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml
index e4e3e21..3d35e43 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-framework-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-external-resource-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml
index 8417c43..86544e0 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-nar</artifactId>
<packaging>nar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
@@ -53,12 +53,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
index e71ca72..62d7afb 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-administration</artifactId>
<properties>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
index 3729940..6e8b5b2 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-framework</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
index 3cf9833..262e7b4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-client-dto</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml
index 9f9bdc6..995bced 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-documentation</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
index 80ffdda..37a5d82 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-file-authorizer</artifactId>
<build>
@@ -101,12 +101,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
index 4b118b4..3708cc4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-flowfile-repo-serialization</artifactId>
@@ -34,17 +34,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-models</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -53,12 +53,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-encryption</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
index 0570409..079fe55 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-framework</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,17 +39,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-authorization</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
index 3644655..8ca0864 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-authorization</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
index cf6fb2f..f4c01af 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-cluster-protocol</artifactId>
<packaging>jar</packaging>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-socket-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
index 3b1149c..232d6c3 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-cluster-zookeeper</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
index b325f70..097b8e4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-cluster</artifactId>
<packaging>jar</packaging>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bridge</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
index 81a223b..83754af 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-components</artifactId>
<packaging>jar</packaging>
@@ -44,22 +44,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-models</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -72,17 +72,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-external-resource-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -95,12 +95,12 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-flow-diff</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml
index d1888f1..5888ccd 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-core-api</artifactId>
<dependencies>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 61fd724..56ba1bd 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-core</artifactId>
<packaging>jar</packaging>
@@ -50,72 +50,72 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-components</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-leader-election-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-zookeeper-leader-election</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-zookeeper</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-models</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-encryption</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -136,7 +136,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -149,7 +149,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-engine</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -196,17 +196,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-repo-serialization</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- metrics-core required for ZooKeeper Server -->
<dependency>
@@ -264,7 +264,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -274,13 +274,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-persistent-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -296,7 +296,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
index 7492a45..51fcf5b 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-kubernetes-leader-election</artifactId>
<dependencies>
@@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-leader-election-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kubernetes-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
index 8dd19e3..07d1e2e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-kubernetes-nar</artifactId>
<packaging>nar</packaging>
@@ -25,18 +25,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-leader-election</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-state-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
index fbb45f4..da30831 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-kubernetes-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-kubernetes-state-provider</artifactId>
<dependencies>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kubernetes-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/pom.xml
index 971e305..5d8e50b 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-kubernetes-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-kubernetes-bundle</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
index 1c1cc24..37def7e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-leader-election-shared</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
index 7a4057a..667b251 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
index 11bc44a..123a2da 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-nar-utils</artifactId>
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime-manifest-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
index 5f219e5..c9c2e5f 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
@@ -18,19 +18,19 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-zookeeper-leader-election</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-leader-election-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-zookeeper</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
index 2475026..6a982fa 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-headless-server</artifactId>
<packaging>jar</packaging>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
index 183efbb..78192ec 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
@@ -13,7 +13,7 @@
<parent>
<artifactId>nifi-framework</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
index f065dbe..bded76e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-utils</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
index 45e2a4f..461b4de 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-properties-loader</artifactId>
<name>nifi-properties-loader</name>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
index fd6996c..e1966f4 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-repository-models</artifactId>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index ec52c4e..3c5bc39 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-resources</artifactId>
<packaging>pom</packaging>
@@ -51,7 +51,7 @@
<nifi.state.management.embedded.zookeeper.properties>./conf/zookeeper.properties</nifi.state.management.embedded.zookeeper.properties>
<nifi.state.management.provider.local>local-provider</nifi.state.management.provider.local>
<nifi.state.management.provider.cluster>zk-provider</nifi.state.management.provider.cluster>
- <nifi.state.management.provider.cluster.previous/>
+ <nifi.state.management.provider.cluster.previous />
<nifi.flowfile.repository.implementation>org.apache.nifi.controller.repository.WriteAheadFlowFileRepository</nifi.flowfile.repository.implementation>
<nifi.flowfile.repository.wal.implementation>org.apache.nifi.wali.SequentialAccessWriteAheadLog</nifi.flowfile.repository.wal.implementation>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
index b41bfbb..5bd3422 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-runtime</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
index 627adf9..5914ca1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-framework</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-shell-authorizer</artifactId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
index 28baddf..fa4c4c6 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-site-to-site</artifactId>
<dependencies>
@@ -49,12 +49,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
index fc90939..ee7f143 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
index 42d49ed..4f2db06 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-user-actions</artifactId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml
index fc6aa10..40886a5 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-custom-ui-utilities</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
index 48a7838..cce55b3 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jetty</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
index d7f4dbb..d6c9d7e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ui-extension</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
index 998bca8..880502a 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-api</artifactId>
<packaging>war</packaging>
@@ -187,7 +187,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -198,7 +198,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -255,7 +255,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml
index 6f503fb..0e9f633 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-content-access</artifactId>
</project>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
index cde9669..0fe2c43 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-content-viewer</artifactId>
<packaging>war</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml
index 3b2335a..53d2319 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-docs</artifactId>
<packaging>war</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml
index a9dd655..79dd16c 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-error</artifactId>
<packaging>war</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml
index 2e8056c..e70e1a5 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-optimistic-locking</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
index c2620d1..2739b0c 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-security</artifactId>
<build>
@@ -104,12 +104,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
index 0449573..169b7d0 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-ui</artifactId>
<packaging>war</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml
index 7eb2844..404fa61 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web</artifactId>
<packaging>pom</packaging>
@@ -40,31 +40,31 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-api</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-error</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-docs</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-viewer</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-ui</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Override commons-beanutils -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml
index 0583e38..fcb7866 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml
index d643d76..68b2aa1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-headless-server-nar</artifactId>
<packaging>nar</packaging>
@@ -26,13 +26,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-headless-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml
index de15c5a..d9b4403 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-server-nar</artifactId>
<packaging>nar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Dependencies provided by nifi-framework-nar -->
<dependency>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 99a639b..946c6ee 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-framework-bundle</artifactId>
<packaging>pom</packaging>
@@ -53,188 +53,188 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-custom-ui-utilities</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ui-extension</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-external-resource-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster-protocol</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-cluster</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-access</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-factory</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-authorization</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-authorization-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-user-actions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-administration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-optimistic-locking</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-security</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-documentation</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-shell-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-authorizer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
index b4a71b9..5056122 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-gcp-nar</artifactId>
@@ -29,18 +29,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
index e53128d..51bc42e 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-gcp-parameter-providers</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 36e6b7c..c600fb7 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-gcp-processors</artifactId>
@@ -61,18 +61,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-conflict-resolution</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -161,13 +161,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
index a01c5b5..0af83da 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-gcp-services-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
index 3714d85..9c8c2e9 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-gcp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-gcp-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
index 5ef800b..be0bfbf 100644
--- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
index c94989c..0ec6c1c 100644
--- a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-geohash-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-geohash-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-geohash-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
index 57aa703..7f4def8 100644
--- a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-geohash-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-geohash-processors</artifactId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -61,13 +61,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml
index 29117fc..c14addb 100644
--- a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
index 12a9d10..65ba9da 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-client-service-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
index 0f48b38..0fabd89 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-client-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
index a4147cf..b3fc575 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
index 032a325..ecb2315 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-processors</artifactId>
@@ -61,42 +61,42 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-test-clients</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index dcad76b..d0cbd21 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-test-clients</artifactId>
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
index 3bdf905..d45b4f7 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-neo4j-cypher-service-nar</artifactId>
<packaging>nar</packaging>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-neo4j-cypher-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 3310b6b..b9e1cda 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-neo4j-cypher-service</artifactId>
<packaging>jar</packaging>
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
index fbaa8ef..d9dfb84 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-other-graph-services-nar</artifactId>
<packaging>nar</packaging>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-other-graph-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index 4ec9409..4a3b46b 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-other-graph-services</artifactId>
<packaging>jar</packaging>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-graph-bundle/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/pom.xml
index 24de5c0..612c35a 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-graph-bundle</artifactId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-graph-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
index 3cdc979..2841ce3 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-groovyx-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-groovyx-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
index 77dec1f..4e1df1b 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-groovyx-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-groovyx-processors</artifactId>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
@@ -78,13 +78,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
index 7dd1f39..0b9f841 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-groovyx-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
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 cd03c2e..d530ee0 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-nar</artifactId>
<packaging>nar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
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 357f057..81a57e0 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hdfs-processors</artifactId>
<packaging>jar</packaging>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-packager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml
index 16e6e2c..0a2be9f 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
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 cb2f8d0..2435fa5 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 99d0066..c14cd87 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>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-hadoop-libraries-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml
index 939e991..73bfadd 100644
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-client-service-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml
index ebe4e59..2ae27d8 100755
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-client-service-api</artifactId>
<packaging>jar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
index ea22c1a..b0d0ad9 100755
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-client-service</artifactId>
@@ -37,13 +37,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<!-- test dependencies -->
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
index a59dae3..791b027 100644
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-nar</artifactId>
@@ -29,29 +29,29 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-parameter-value-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-parameter-provider</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
index cefd06d..1021aff 100755
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-parameter-provider</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml
index 8e59c10..5e7c1e6 100755
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hashicorp-vault-parameter-value-provider</artifactId>
<packaging>jar</packaging>
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hashicorp-vault</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- test dependencies -->
<dependency>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml
index 112208d..a08ffaf 100644
--- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-hashicorp-vault-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
index bed05ea..d6a2e30 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hazelcast-services-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
index 110b82e..923d056 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hazelcast-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
index 3991369..c05f0cd 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hazelcast-services-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index 3aa75f4..554d333 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hazelcast-services</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hazelcast-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml
index 27a3717..318d393 100644
--- a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hazelcast-bundle</artifactId>
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 276aab3..32000bd 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hbase-nar</artifactId>
<packaging>nar</packaging>
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 78bba0d..479d6a9 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hbase-processors</artifactId>
<description>Support for interacting with HBase</description>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -76,13 +76,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml
index 5cf2776..d151fcc 100644
--- a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml
index 813e9f7..f903fb4 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hive-services-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
index 441b161..43405d4 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hive-services-api</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
index 677498b..ba1e685 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-test-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-hive-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
index 01d4054..919cb0f 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hive3-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive3-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index e652953..7f619e9 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hive3-processors</artifactId>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-put-pattern</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -364,7 +364,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
@@ -374,7 +374,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -401,13 +401,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -419,13 +419,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index a410117..5539eb2 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hive-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>pom</packaging>
<modules>
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 4d8e8cc..c1bc322 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hl7-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 13c0ef6..0288a71 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hl7-processors</artifactId>
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml
index a4911f8..4854ba0 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hl7-bundle</artifactId>
@@ -35,12 +35,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-query-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml b/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
index c16508d..0d7ce4c 100644
--- a/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-hubspot-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hubspot-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml b/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
index 609f73d..a4de1be 100644
--- a/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-hubspot-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml b/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml
index 4b2a17e..62bf87c 100644
--- a/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-common/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-common/pom.xml
index 373c49f..0690a8c 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-common/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-common/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-iceberg-common</artifactId>
@@ -40,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -49,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -63,7 +61,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- External dependencies -->
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors-nar/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors-nar/pom.xml
index 3ec9ba5..8d833aa 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/pom.xml
index 26dc70f..c52b813 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- External dependencies -->
@@ -251,25 +251,25 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api-nar/pom.xml
index 4e7d773..bea670b 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api/pom.xml
index 9cf2556..a5c02c2 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-nar/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-nar/pom.xml
index 1edbf0d..4268445 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
index 671c039..f6a39b4 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-services/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iceberg-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-iceberg-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
index 39840a4..c2aa356 100644
--- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-nar-bundles</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml
index 8baef11..0f26f7c 100644
--- a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-influxdb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-influxdb-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
index e245bca..b4918ad 100644
--- a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-influxdb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-influxdb-processors</artifactId>
diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml
index 916c77d..2039686 100644
--- a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-influxdb-bundle</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-influxdb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml b/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
index 5975ec0..773f918 100644
--- a/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iotdb-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml b/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index 0266253..972962a 100644
--- a/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-iotdb-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
index 38d251b..aea45ef 100644
--- a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-iotdb-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml
index da4b409..0cc2ea5 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jetty-bundle</artifactId>
<packaging>nar</packaging>
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 9bb655d..b4756d7 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jms-cf-service-nar</artifactId>
<packaging>nar</packaging>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-cf-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 bccfab4..094bb3d 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-jms-cf-service</artifactId>
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 2d1e121..8eb91fb 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jms-processors-nar</artifactId>
<packaging>nar</packaging>
@@ -26,13 +26,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-cf-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 f1c27cd..c2e7fa4 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-jms-processors</artifactId>
@@ -34,7 +34,7 @@
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jms-cf-service</artifactId>
<scope>provided</scope>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -91,13 +91,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-jms-bundle/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/pom.xml
index 253ea14..8f156a8 100644
--- a/nifi-nar-bundles/nifi-jms-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jms-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-jms-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml
index 7d72f78..b22fe2a 100644
--- a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jolt-record-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml
index cf8f306..61b95bb 100644
--- a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jolt-record-processors</artifactId>
@@ -79,19 +79,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
index d4bf8a1..693b901 100644
--- a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -40,12 +40,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-record-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
diff --git a/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml b/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
index 6956797..5b26fbe 100644
--- a/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jslt-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml b/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
index c6ca43d..0e5352d 100644
--- a/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-jslt-processors</artifactId>
diff --git a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
index 91cd2d5..48f1bb1 100644
--- a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
@@ -19,13 +19,13 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jslt-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>pom</packaging>
<modules>
diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml
index 4006925..da24fea 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kafka-2-6-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml
index 21aac42..ad79aaa 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-kafka-2-6-processors</artifactId>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -97,19 +97,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-registry-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
index c3c0fc5..4a727d7 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-kafka-shared</artifactId>
diff --git a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
index c5bb469..c35354e 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-kafka-bundle</artifactId>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-2-6-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kafka-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
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 3f3acc0..a248fee 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-iaa-providers-nar</artifactId>
<packaging>nar</packaging>
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 dbd1672..360b6ce 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-iaa-providers</artifactId>
<packaging>jar</packaging>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.security.kerberos</groupId>
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 e49fc90..36eafd4 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml
index 2c28276..9c78b3f 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-kudu-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kudu-controller-service</artifactId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml
index adcbc75..8179d46 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kudu-nar</artifactId>
@@ -29,17 +29,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-controller-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
index 31da4f2..d4582c3 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kudu-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kudu-processors</artifactId>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -80,12 +80,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.kudu</groupId>
@@ -102,13 +102,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
index f3243a9..9bfbfc9 100644
--- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 efa45ca..b9d61b6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-language-translation-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-yandex-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 d15abe4..681e764 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-yandex-processors</artifactId>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml
index b67e6fb..3de743d 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>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 5aa0c77..c3d6cc4 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ldap-iaa-providers-nar</artifactId>
<packaging>nar</packaging>
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 828ae92..af83d19 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ldap-iaa-providers</artifactId>
<packaging>jar</packaging>
@@ -34,17 +34,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-identity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
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 ece03aa..079cfe4 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer-nar/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer-nar/pom.xml
index 5f81ef6..3466585 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-image-viewer-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-image-viewer</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml
index f93a351..ff69c72 100755
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-image-viewer</artifactId>
<description>NiFi image viewer</description>
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
index 68cbeaa..fea8fbe 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-media-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index 047b33f..82cac70 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-media-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-media-processors</artifactId>
diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml
index a7c361d..f220410 100644
--- a/nifi-nar-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-media-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
index 50a0847..b4ec20c 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-client-service-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
index 68d2c10..c0e2f22 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-client-service-api</artifactId>
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 2ecfd60..fd23d04 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,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
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 6aeec81..0796c3b5 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-processors</artifactId>
@@ -70,19 +70,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -93,19 +93,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
index 4806a95..67b09dd 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-services-nar</artifactId>
<packaging>nar</packaging>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
index d7822c4..807c3d8 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mongodb-services</artifactId>
<packaging>jar</packaging>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
index cc0cafc..704930b 100644
--- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
index 0ddddc5..b5e4f29 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mqtt-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-mqtt-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index 547978d..066079e 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mqtt-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -80,13 +80,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml
index 3603a3f..80bd233 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-mqtt-bundle</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mqtt-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
index 3d4a5eb..a998fb8 100644
--- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-network-processors-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
index cab5661..5ed4b52 100644
--- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-network-processors</artifactId>
@@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-network-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
index 688136e..38b15d1 100644
--- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-network-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-network-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-network-bundle/pom.xml b/nifi-nar-bundles/nifi-network-bundle/pom.xml
index c6663ce..8294bfb 100644
--- a/nifi-nar-bundles/nifi-network-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-network-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
index 38cc795..98f2205 100644
--- a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-opentelemetry-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-opentelemetry-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-opentelemetry-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
index 49f323b..cd0106b 100644
--- a/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-opentelemetry-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-opentelemetry-processors</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -90,13 +90,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
index 24cff46..c2fbb60 100644
--- a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
index d41575a..5619dd9 100644
--- a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-parquet-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-libraries-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
index fe09b2e..ed2b885 100644
--- a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-parquet-processors</artifactId>
<packaging>jar</packaging>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -126,7 +126,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml
index df8f35d..9552d4c 100644
--- a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
index 4a7209f..4e4f6e3 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
index 7c75738..ff103a9 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-processors</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
index 840a212..678b445 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-service-api-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
index 5df185c..17d427f 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
index 7d8c554..3ad00d4 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-service-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
index 3bd8f0c..e5b24ec 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-service</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
index 7db2353..952b265 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-pgp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-pgp-test-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml
index bd7af3d..254956f 100644
--- a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
index 2ffe006..1854427 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-poi-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-poi-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-poi-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
index 9a536c7..f5cf4bc 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-poi-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-poi-services</artifactId>
<build>
@@ -47,7 +45,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@@ -80,7 +78,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/pom.xml
index 39f717b..be0889a 100644
--- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml
index acd2844..495e9bb 100644
--- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-prometheus-nar</artifactId>
<packaging>nar</packaging>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
index d2cb611..a3253ec 100644
--- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-prometheus-reporting-task</artifactId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-prometheus-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml
index 504efe9..6599a0b 100644
--- a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-prometheus-bundle</artifactId>
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 30c2ae0..fc57a26 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-persistent-provenance-repository</artifactId>
<packaging>jar</packaging>
@@ -37,12 +37,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -59,22 +59,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kms</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-repository-encryption</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
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 f9ab79b..dc07cf3 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-provenance-repository-nar</artifactId>
<packaging>nar</packaging>
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 d5d4a50..37b7412 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-volatile-provenance-repository</artifactId>
<packaging>jar</packaging>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
index b623941..5457bdb 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-provenance-repository-bundle</artifactId>
<packaging>pom</packaging>
@@ -34,12 +34,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-persistent-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-volatile-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/pom.xml
index b2b9123..f628e25 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-py4j-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -48,23 +46,23 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-integration-tests/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-integration-tests/pom.xml
index 2e272e6..e42c9d5 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-integration-tests/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-integration-tests/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-py4j-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,30 +27,30 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-test-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-extension-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bridge</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
@@ -85,7 +83,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-nar/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-nar/pom.xml
index 2186806..8e92a45 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-py4j-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bridge</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
index 9a1a295..fd82202 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-py4j-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework-api/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework-api/pom.xml
index 77023a8..71e9480 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework-api/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework-api/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml
index 5a81eac..973f86d 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-py4j-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-test-extensions/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-test-extensions/pom.xml
index 5aa1f65..baa781e 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-test-extensions/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-test-extensions/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-py4j-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-py4j-bundle/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/pom.xml
index 68cc326..b2eaf9b 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/pom.xml
@@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml
index 87d47d7..a06566f 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ranger-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-plugin</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
index f7d3b23..33b979f 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ranger-plugin</artifactId>
@@ -195,12 +195,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
index 3b7655c..570b004 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ranger-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ranger-resources</artifactId>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
index 1cc5597..bc2ee30 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ranger-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
index 1c450c9..bcf86e0 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-redis-extensions</artifactId>
@@ -35,13 +35,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
index c14275f..500a2b2 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-redis-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
index f766c1e..2438278 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-redis-service-api-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
index 347ffa5..29ca141 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-redis-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
index fc89061..bf63a4e 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-redis-utils</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-redis-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 99b62cb..8a1c434 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
index a743de6..e121425 100644
--- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-nar</artifactId>
<packaging>nar</packaging>
@@ -22,13 +22,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index b879530..4d2163b 100644
--- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-registry-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-service</artifactId>
<packaging>jar</packaging>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/pom.xml
index 0541e3f..13bc357 100644
--- a/nifi-nar-bundles/nifi-registry-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-registry-bundle/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-registry-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
index c5cfffc..474251e 100644
--- a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-salesforce-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-salesforce-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index d239568..8d36604 100644
--- a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-salesforce-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
@@ -82,13 +82,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml
index c32ec00..6cb7cb5 100644
--- a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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 9f8ef07..1d68a6e 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-scripting-nar</artifactId>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
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 837b579..6931855 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-scripting-processors</artifactId>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
index d83d5ad..1574c74 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-scripting-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -57,13 +57,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-metrics</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml b/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
index d4b12f4..9a0dbdd 100644
--- a/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-shopify-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-shopify-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml b/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
index 9f907a1..58cd3b9 100644
--- a/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-shopify-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-shopify-bundle/pom.xml b/nifi-nar-bundles/nifi-shopify-bundle/pom.xml
index b1b4cbd..f3024be 100644
--- a/nifi-nar-bundles/nifi-shopify-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-shopify-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml
index e1c9087..a78aa92 100644
--- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-iaa-providers-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-single-user-iaa-providers-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml
index 1ddaf5f..b5534c5 100644
--- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-iaa-providers-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-single-user-iaa-providers</artifactId>
<packaging>jar</packaging>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml
index 44dfe29..74ff32a 100644
--- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-single-user-iaa-providers-bundle</artifactId>
<packaging>pom</packaging>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-single-user-iaa-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
index de9500e..9d11039 100644
--- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
index d8975df..9279f34 100644
--- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-site-to-site-reporting-task</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-reporting-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-data-provenance-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
index ff0f645..c20ed76 100644
--- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-reporting-task</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
index 2dad975..f40067d 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-slack-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-slack-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-slack-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index f75f089..cb40b31 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-slack-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-slack-processors</artifactId>
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-slack-bundle/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/pom.xml
index 449bfb9..cc92558 100644
--- a/nifi-nar-bundles/nifi-slack-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-slack-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
index 3aad997..85df024 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
index 53eac5a..43ea17b 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-client-api</artifactId>
<packaging>jar</packaging>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
index 6c879cc..b36643b 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
index bf089ab..a877cb7 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-processors</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
index bf2e55e..af3b99c 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-smbj-client-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
index 6413d4e..cfa9385 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-smbj-client</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-client-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-smbj-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
index 596df3b..e59d19a 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-smb-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-smb-smbj-common</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-smb-bundle/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/pom.xml
index e3667bd..74b5f09 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
index 8dbebc3..f343312 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snmp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-snmp-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index d81925a..3541b2f 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snmp-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-snmp-processors</artifactId>
<packaging>jar</packaging>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
index da1ef89..75e06a1 100644
--- a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-snmp-bundle</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snmp-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
index 01f32ff..0a75b8f 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-snowflake-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,12 +31,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
index ddf5dd2..3d6bd68 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-snowflake-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,13 +39,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -85,31 +85,31 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
index 65db772..29fbe67 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-snowflake-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
index 95661e2..b976a9a 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-snowflake-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
index 0a7ccd5..bd81919 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-snowflake-services-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
index 3b2a87c..11eaf4a 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-snowflake-services</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>org.apache.nifi</groupId>
@@ -44,13 +44,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-snowflake-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 1e2bfd8..e72a070 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 6ad9830..9975ec5 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-social-media-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-twitter-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 03e0cac..79a4ef6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-twitter-processors</artifactId>
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml
index 25eb0e0..b7671b0 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>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 728335e..2d8bdf3 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-solr-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 e7e898b..c4c71fc 100755
--- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-solr-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-solr-processors</artifactId>
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -105,19 +105,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-solr-bundle/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/pom.xml
index 2d2c506..9b8b8a7 100644
--- a/nifi-nar-bundles/nifi-solr-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-solr-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-solr-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml
index ca5dbcc..9c68760 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-livy-controller-service-api-nar</artifactId>
@@ -27,13 +27,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml
index 1ed17dc..65103bc 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-livy-controller-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
index 1960a05..a6a5177 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-livy-controller-service</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml
index 976cf52..5e39c5d 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-livy-nar</artifactId>
@@ -27,18 +27,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 21e7a5a..64532f5 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-livy-processors</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-livy-controller-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/pom.xml
index 1c2cf70..b7be03e 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-spark-bundle</artifactId>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 05fcb5a..e33e228 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,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-splunk-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-splunk-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-splunk-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 bafbb3c..3c463d6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-splunk-processors</artifactId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-put</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
index bb37585..f663a24 100644
--- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
index 6c5c09c..d9425c8 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-sql-reporting-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
index c83df6e..dd620cf 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-sql-reporting-tasks</artifactId>
@@ -37,12 +37,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-reporting-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-database-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-calcite-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
@@ -91,13 +91,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-user-actions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
index f405f42..132db22 100644
--- a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-sql-reporting-bundle</artifactId>
<packaging>pom</packaging>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-sql-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Override Guava 31.1. from calcite-core -->
<dependency>
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 0acc6e2..21471c8 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 @@
<parent>
<artifactId>nifi-standard-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-custom-ui-utilities</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
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 3966e24..bab5610 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-content-viewer</artifactId>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
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 8d6df4e..9cb8e3c 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-nar</artifactId>
<packaging>nar</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
index b47748b..61b3d06 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-parameter-providers</artifactId>
<packaging>jar</packaging>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
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 23d7663..5dc0cbf 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-processors</artifactId>
<packaging>jar</packaging>
@@ -40,37 +40,37 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-put-pattern</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bin-manager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-listed-entity</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-put</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-listen</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-syslog-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -96,12 +96,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flowfile-packager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -167,12 +167,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -265,7 +265,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-socket-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
@@ -286,12 +286,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -334,13 +334,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -351,25 +351,25 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-prioritizers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -412,7 +412,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>net.sf.supercsv</groupId>
@@ -445,7 +445,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-calcite-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -454,7 +454,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-database-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -481,7 +481,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-database-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
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 1013418..2d8e85f 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-reporting-tasks</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
index 78862bc..7a50be2 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-rules</artifactId>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
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 83b35a4..632e5ee 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 @@
<parent>
<artifactId>nifi-standard-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-standard-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 91567de..1eced73 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-standard-bundle</artifactId>
@@ -45,39 +45,39 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-reporting-tasks</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-rules</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-parameter-providers</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-content-viewer</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jolt-transform-json-ui</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
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 9fb770c..8cab190 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dbcp-service-api</artifactId>
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 7f47a0d..17c869c 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dbcp-service-nar</artifactId>
@@ -27,18 +27,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hikari-dbcp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 c8b4302..bc4e8c1 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dbcp-service</artifactId>
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-base</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -53,28 +53,28 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-test-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index b41d123..28e840f 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hikari-dbcp-service</artifactId>
<packaging>jar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
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 49125d5..ade9279 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-dbcp-service-bundle</artifactId>
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 a942c6b..293100d 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
<packaging>jar</packaging>
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 29cd028..79a5b04 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-client-service</artifactId>
<packaging>jar</packaging>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-socket-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 ab1ed80..a2b072f 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-protocol</artifactId>
<description>
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 32386b4..394626c 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-server</artifactId>
<description>Provides a Controller Service for hosting Distributed Caches</description>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-socket-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-write-ahead-log</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 6f018c2..d14c61a 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-services-nar</artifactId>
<packaging>nar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
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 6c06a25..16b6118 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-distributed-cache-services-bundle</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
index 894a450..42fbaf7 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-file-resource-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml
index 22fb09b..a1df505 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-file-resource-service-nar</artifactId>
@@ -30,13 +28,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml
index 5194d96..88ae45b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-file-resource-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-file-resource-service</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
index eb8eddc..59712d3 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-file-resource-service-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml
index 970da01..f7b796b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-dbcp-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-dbcp-service-nar</artifactId>
@@ -27,13 +27,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-dbcp-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
index 4f23161..cc254053 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-dbcp-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-dbcp-service</artifactId>
<packaging>jar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -39,17 +39,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -97,13 +97,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
index 11df1d2..9cc4842 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hadoop-dbcp-service-bundle</artifactId>
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 de0d135..e4096c6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hbase-client-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml
index c1ac96e..081dd02 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase_2-client-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hbase_2-client-service-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase_2-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
index ae1dae9..96510da 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase_2-client-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-hbase_2-client-service</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hadoop-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index 3dae76f..bc1e95b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 49912c3..31457d7 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-http-context-map-api</artifactId>
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 abb520e..ef897c7 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-http-context-map-nar</artifactId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
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 656a1de..57220a8 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-http-context-map</artifactId>
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 ea628c8..06adc35 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-http-context-map-bundle</artifactId>
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 14b5a2ea..5f28a4b 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
<packaging>jar</packaging>
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 a7b549b..9bc4dc6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 2bc51d4..b786113 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-credentials-service</artifactId>
<packaging>jar</packaging>
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 93d96f9..98fe156 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-credentials-service-bundle</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
index 3e76bf4..ff356e4 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-user-service-api</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml
index dae213c..1c99efb 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-user-service-nar</artifactId>
<packaging>nar</packaging>
@@ -25,13 +25,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml
index d2fd271..dbadc3f 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-user-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-user-service</artifactId>
<packaging>jar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
index 625d6da..e5e3bc0 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-kerberos-user-service-bundle</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
index 8ff8a8e..e3ec1ee 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-key-service-api</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml
index f434da1..f6c43a7 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-key-service-nar</artifactId>
<packaging>nar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml
index 0a9f854..4c3feeb 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-key-service</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
index 662c3ca..80add45 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-key-service-bundle</artifactId>
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 3fda4dd..f335f8d 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-lookup-service-api</artifactId>
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 9c957a5..92f28dc 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-lookup-services-nar</artifactId>
<packaging>nar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-lookup-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
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 d0a252d..7c3e115 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-lookup-services</artifactId>
<packaging>jar</packaging>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-database-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-path</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
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 fc7892b..ee4c4be4 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>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-lookup-services-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
index 9b2ccd5..ecd6c56 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-oauth2-provider-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml
index 8e56304..4bc7183 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-oauth2-provider-nar</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
index 3a96b7f..3bdb4b7 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-oauth2-provider-service</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
index ace9351..26f8758 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 5f3cb2e..1f530f8 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 2891fe2..27b82de 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
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 578f314..05ff8fa 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 afe1bd5..e982cbf 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 27334d8..fcd90a6 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-serialization-service-api</artifactId>
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 9294213..8d8a279 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-serialization-services-nar</artifactId>
<packaging>nar</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml
index 0552646..40574c7 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml
@@ -13,21 +13,19 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-serialization-services-shared</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -40,7 +38,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-schema-inference-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
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 8227f6f..5596d53 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-serialization-services</artifactId>
@@ -47,17 +47,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services-shared</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-avro-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-syslog-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -66,12 +66,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-json-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-yaml-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
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 6871e74..914dda0 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>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
index dc4b0c3..9ac0aa9 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-sink-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml
index 1031b83..5e950fd 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-sink-service-nar</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml
index a27efde..28ea061 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-service-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-record-sink-service</artifactId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-service-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-event-transport</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
index 27257b3..0619768 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
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 d5f5032..175d690 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-schema-registry-service-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml
index f0695ca..90676a7 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ssl-context-service-nar</artifactId>
<packaging>nar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
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 2ddd989..61c7866 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ssl-context-service</artifactId>
<packaging>jar</packaging>
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 facbd9a..5d4dd18 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ssl-context-bundle</artifactId>
<packaging>pom</packaging>
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 ce7e33b..804c9a3 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-ssl-context-service-api</artifactId>
<packaging>jar</packaging>
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 398db97..b1aea2f 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-services-api-nar</artifactId>
<packaging>nar</packaging>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
@@ -56,19 +56,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hbase-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-oauth2-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -114,19 +114,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-sink-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-key-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml
index 7503f50..7113e0f 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-client-provider-api</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml
index 66cd1d7..e5a660b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-client-provider-service-nar</artifactId>
<packaging>nar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
index 6037ab4..4e9630c 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-web-client-provider-service</artifactId>
<dependencies>
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
index a9cf0c1..148781a 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<artifactId>nifi-web-client-provider-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml
index de31d8a..1c853ff 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-services</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml b/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 6edaa9d..9170c1e 100644
--- a/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml b/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
index 6648212..f99add1 100644
--- a/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-shared-nar</artifactId>
<packaging>nar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<!-- Apache Commons -->
diff --git a/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml
index d097131..e2622c2 100644
--- a/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-standard-shared-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
index 11a9d5f..92b00e4 100644
--- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateful-analysis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-stateful-analysis-nar</artifactId>
<packaging>nar</packaging>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
index 72f03ed..a56f418 100644
--- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateful-analysis-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-stateful-analysis-processors</artifactId>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- External dependencies -->
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml
index 2f4dd18..e0870ee 100644
--- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-stateful-analysis-bundle</artifactId>
<packaging>pom</packaging>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateful-analysis-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml
index 8bd5580..aeec0f49 100644
--- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless-processor-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml
index b34ab80..8ddcdb4 100644
--- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml
+++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless-processor-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,43 +27,43 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -72,12 +72,12 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -88,44 +88,44 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml
index 3cb9b27..ba398a5 100644
--- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml
+++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless-processor-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -48,12 +48,12 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml
index b41bd23..4b45ff4 100644
--- a/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
index 2b6a86d..67a64e6 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-update-attribute-model</artifactId>
<description>Data model for UpdateAttribute.</description>
@@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
index 8dc5b5d..f1747f1 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-update-attribute-nar</artifactId>
<packaging>nar</packaging>
@@ -25,14 +25,14 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<!-- Include nifi-utils as a compile dependency since this NAR does not depend on nifi-standard-services-api-nar -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
index 8695d01..d8aa1fb 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-update-attribute-processor</artifactId>
<description>Processor for UpdateAttribute</description>
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
index ca70c7f..973b1f0 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-update-attribute-ui</artifactId>
<packaging>war</packaging>
@@ -66,12 +66,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-custom-ui-utilities</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-expression-language</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
index 71b2275..c45280b 100644
--- a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-update-attribute-bundle</artifactId>
<packaging>pom</packaging>
@@ -34,18 +34,18 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-processor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-update-attribute-ui</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
index 7355128..0fbba72 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-websocket-processors-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
index 89034d0..c40da9a 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-websocket-processors</artifactId>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
index 686de4c..2b9984e 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-websocket-services-api-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
index 3ef8c0a..f84207b 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-websocket-services-api</artifactId>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
index 4ba0df6..d0a8506 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-websocket-services-jetty-nar</artifactId>
@@ -29,13 +29,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
index 83bcf3b..5b809ec 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
@@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-websocket-services-jetty</artifactId>
@@ -33,13 +33,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
diff --git a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
index c63e04a..ab40db5 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-websocket-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
index e159266..fd5f87a 100644
--- a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-windows-event-log-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-windows-event-log-nar</artifactId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index ab2f3e7..bfd9d6c 100644
--- a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>nifi-windows-event-log-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-windows-event-log-processors</artifactId>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
index 1fc3d65..371e19c 100644
--- a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-windows-event-log-bundle</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-windows-event-log-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml b/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
index d990ac3..125073e 100644
--- a/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>nifi-workday-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,13 +31,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-workday-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml b/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
index d412be5..46adf8f 100644
--- a/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-workday-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-services</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-workday-bundle/pom.xml b/nifi-nar-bundles/nifi-workday-bundle/pom.xml
index 0de7256..077a5f6 100644
--- a/nifi-nar-bundles/nifi-workday-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-workday-bundle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>nifi-nar-bundles</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-workday-bundle</artifactId>
diff --git a/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml b/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
index b9407cb..c8f2901 100644
--- a/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-zendesk-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-zendesk-nar</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-zendesk-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml b/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
index 321efd6..2aa32a6 100644
--- a/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-zendesk-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-zendesk-processors</artifactId>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-client-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml b/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml
index cf5fa58..6dbd1b1 100644
--- a/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-standard-shared-bom</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
</parent>
diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml
index e4ea0e7..dff9fc2 100755
--- a/nifi-nar-bundles/pom.xml
+++ b/nifi-nar-bundles/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-bundles</artifactId>
<packaging>pom</packaging>
@@ -168,87 +168,87 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bom</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-client-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-kerberos-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mongodb-client-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-protocol</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-distributed-cache-server</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-http-context-map</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-cassandra-services-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-volatile-provenance-repository</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock-record-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<!-- The following dependencies are marked provided because they must be provided by the container. Nars can assume they are there-->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<!-- Managed dependency versions applicable to all modules -->
diff --git a/nifi-python-extensions/nifi-openai-module/pom.xml b/nifi-python-extensions/nifi-openai-module/pom.xml
index 47a144e..efd644a 100644
--- a/nifi-python-extensions/nifi-openai-module/pom.xml
+++ b/nifi-python-extensions/nifi-openai-module/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-python-extensions</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
index 34d053a..2dcbf20 100644
--- a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
+++ b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-python-extensions</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-openai-module</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-text-embeddings-module</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-python-extensions/nifi-text-embeddings-module/pom.xml b/nifi-python-extensions/nifi-text-embeddings-module/pom.xml
index 70fa000..144c10d 100644
--- a/nifi-python-extensions/nifi-text-embeddings-module/pom.xml
+++ b/nifi-python-extensions/nifi-text-embeddings-module/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi-python-extensions</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-python-extensions/pom.xml b/nifi-python-extensions/pom.xml
index b6c6da7..eb6d4f3 100644
--- a/nifi-python-extensions/pom.xml
+++ b/nifi-python-extensions/pom.xml
@@ -13,14 +13,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-assembly/pom.xml b/nifi-registry/nifi-registry-assembly/pom.xml
index 6eadbdc..2d21f7a 100644
--- a/nifi-registry/nifi-registry-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-assembly/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-assembly</artifactId>
<packaging>pom</packaging>
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
@@ -132,7 +132,7 @@
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-docs</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-docs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
@@ -236,7 +236,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-ranger-assembly</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>bin</classifier>
<scope>runtime</scope>
<type>${nifi.registry.extension.archive.type}</type>
@@ -279,7 +279,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-aws-assembly</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>bin</classifier>
<scope>runtime</scope>
<type>${nifi.registry.extension.archive.type}</type>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
index 71a3f63..7926984 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-bootstrap</artifactId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml
index b8f14b9..671ca6b 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-bundle-utils</artifactId>
@@ -24,12 +24,12 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-parser</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml
index b91578c..918ae67 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-client</artifactId>
@@ -24,17 +24,17 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml
index ac63201..fe88bca 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-data-model</artifactId>
@@ -40,17 +40,17 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-entity-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-extension-manifest-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml
index ec0447e..e847578 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-core</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
index f80b972..c339dfd 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<packaging>pom</packaging>
<artifactId>nifi-registry-docs</artifactId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>war</type>
</dependency>
</dependencies>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml
index 2416f2d..77b40ad 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-flow-diff</artifactId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
index d276f7c..76237e5 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-registry-framework</artifactId>
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -179,7 +179,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope> <!-- will be in lib dir -->
</dependency>
<dependency>
@@ -195,27 +195,27 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-bundle-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-flow-diff</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -394,7 +394,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-test</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -430,7 +430,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
index 3079324..50ec506 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-jetty</artifactId>
<packaging>jar</packaging>
@@ -26,22 +26,22 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-configuration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml
index b86437a..eebe807 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-properties-loader</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml
index 71278c1..4ac34d8 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-properties</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml
index b1580b6..ceaf8c2 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-registry-provider-api</artifactId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml
index e2f4465..71b5483 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-resources</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml
index 1d04e63..6871e75 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision-api</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml
index 72c6ec5..9ba05b4 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision-common</artifactId>
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml
index ded0473..14d0626 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision-entity-model</artifactId>
<packaging>jar</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml
index 1a321a9..804e560 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision-entity-service</artifactId>
<packaging>jar</packaging>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-entity-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml
index 3e56049..7d78ed2 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision-spring-jdbc</artifactId>
<packaging>jar</packaging>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-common</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-test</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml
index 83d6208..be9bc30 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-revision</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml
index 151a663..8c45e29 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-runtime</artifactId>
<packaging>jar</packaging>
@@ -26,17 +26,17 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-jetty</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml
index 6b1a66d..3d14251 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>nifi-registry-core</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml
index 80a5489..d676482 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-security-utils</artifactId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index fa1632c..5d0b6b1 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-test</artifactId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml
index de5d00a..ecdaf90 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-utils</artifactId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index cce8776..dbd8f6c 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-web-api</artifactId>
<packaging>war</packaging>
@@ -305,17 +305,17 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-spring-jdbc</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision-entity-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
@@ -325,30 +325,30 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope> <!-- This will be in the lib directory -->
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope> <!-- This will be in lib directory -->
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope> <!-- This will be in lib directory -->
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-cert</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -384,13 +384,13 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-test</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml
index 41aa45c..8aa6cbb 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-web-docs</artifactId>
<packaging>war</packaging>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
index be0a17d..3961c61 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
@@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-ui</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>war</packaging>
<properties>
<frontend.source>${basedir}/src/main</frontend.source>
diff --git a/nifi-registry/nifi-registry-core/pom.xml b/nifi-registry/nifi-registry-core/pom.xml
index 537ea64..ccfc331 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-core</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml b/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml
index 390bb44..7dc63a9 100644
--- a/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml
+++ b/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>nifi-registry-docker-maven</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>dockermaven</artifactId>
diff --git a/nifi-registry/nifi-registry-docker-maven/pom.xml b/nifi-registry/nifi-registry-docker-maven/pom.xml
index c3e4adb..63772ac 100644
--- a/nifi-registry/nifi-registry-docker-maven/pom.xml
+++ b/nifi-registry/nifi-registry-docker-maven/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml
index d7356e0..44f0b49 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-aws</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-aws-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml
index ad08062..b1066a1 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-aws</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml
index 95263f0..243717d 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-extensions</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
index a474cf4..89131c5a 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-ranger</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-ranger-plugin</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
index 7259c61..09bb8c8 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-ranger</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 01db3d3..ed4ab7f 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-ranger</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<!--
Since using the one in the war causes class loading issue between war and ranger/lib,
this needs to be in ranger/lib.
@@ -43,26 +43,26 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<!-- The one in registry/lib can be used -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<!-- The one in registry/lib can be used -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-ranger-jersey-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
index 8f5b872..989d437 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry-extensions</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-extensions/pom.xml b/nifi-registry/nifi-registry-extensions/pom.xml
index 7978453..ccf96e4 100644
--- a/nifi-registry/nifi-registry-extensions/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-registry</artifactId>
<groupId>org.apache.nifi.registry</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml
index a42e34d..0f33856 100644
--- a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-toolkit-assembly</artifactId>
<packaging>pom</packaging>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-toolkit-persistence</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml
index 6196566..5a50e5f 100644
--- a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml
+++ b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-toolkit-persistence</artifactId>
@@ -24,22 +24,22 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
diff --git a/nifi-registry/nifi-registry-toolkit/pom.xml b/nifi-registry/nifi-registry-toolkit/pom.xml
index 124bc92..603c83b 100644
--- a/nifi-registry/nifi-registry-toolkit/pom.xml
+++ b/nifi-registry/nifi-registry-toolkit/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-registry-toolkit</artifactId>
<packaging>pom</packaging>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 28e184f..ddbeac7 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry</artifactId>
@@ -109,69 +109,69 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-factory</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-provider-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-ui</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-web-api</artifactId>
<type>war</type>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-resources</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>resources</classifier>
<scope>runtime</scope>
<type>zip</type>
diff --git a/nifi-server-api/pom.xml b/nifi-server-api/pom.xml
index fd863ee..0100053 100644
--- a/nifi-server-api/pom.xml
+++ b/nifi-server-api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-server-api</artifactId>
<packaging>jar</packaging>
@@ -27,19 +27,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-stateless/nifi-stateless-api/pom.xml b/nifi-stateless/nifi-stateless-api/pom.xml
index ecd05d3..cc4a738 100644
--- a/nifi-stateless/nifi-stateless-api/pom.xml
+++ b/nifi-stateless/nifi-stateless-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-stateless/nifi-stateless-assembly/pom.xml b/nifi-stateless/nifi-stateless-assembly/pom.xml
index b2754be..ff82c11 100644
--- a/nifi-stateless/nifi-stateless-assembly/pom.xml
+++ b/nifi-stateless/nifi-stateless-assembly/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-stateless</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,45 +31,45 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- dependencies shared with NiFi -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-resources</artifactId>
<classifier>resources</classifier>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
<type>zip</type>
</dependency>
@@ -120,13 +120,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
diff --git a/nifi-stateless/nifi-stateless-bootstrap/pom.xml b/nifi-stateless/nifi-stateless-bootstrap/pom.xml
index 472453a..f0db7ee 100644
--- a/nifi-stateless/nifi-stateless-bootstrap/pom.xml
+++ b/nifi-stateless/nifi-stateless-bootstrap/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,42 +27,42 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Optional Dependencies -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
diff --git a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml
index 8a355b3..d6c6e6e 100644
--- a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml
+++ b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-stateless-engine</artifactId>
@@ -28,70 +28,70 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-core-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-components</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parameter</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar-loading-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml
index c9c6f60..1fe31a4 100644
--- a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml
+++ b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-engine</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-stateless/nifi-stateless-bundle/pom.xml b/nifi-stateless/nifi-stateless-bundle/pom.xml
index 8fed3d2..1d24747 100644
--- a/nifi-stateless/nifi-stateless-bundle/pom.xml
+++ b/nifi-stateless/nifi-stateless-bundle/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi-stateless</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-stateless/nifi-stateless-resources/pom.xml b/nifi-stateless/nifi-stateless-resources/pom.xml
index 296c6aa..8c228f9 100644
--- a/nifi-stateless/nifi-stateless-resources/pom.xml
+++ b/nifi-stateless/nifi-stateless-resources/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-stateless</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-stateless/pom.xml b/nifi-stateless/pom.xml
index 78d22d0..2802f6e 100644
--- a/nifi-stateless/pom.xml
+++ b/nifi-stateless/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions-nar/pom.xml b/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions-nar/pom.xml
index f5810a4..050156e 100644
--- a/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions-nar/pom.xml
+++ b/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-alternate-config-extensions-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-alternate-config-extensions-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-alternate-config-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions/pom.xml b/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions/pom.xml
index c81a4d6..beb548a 100644
--- a/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions/pom.xml
+++ b/nifi-system-tests/nifi-alternate-config-extensions-bundle/nifi-alternate-config-extensions/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-alternate-config-extensions-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-system-tests/nifi-alternate-config-extensions-bundle/pom.xml b/nifi-system-tests/nifi-alternate-config-extensions-bundle/pom.xml
index d9dbf60..8a86c89 100644
--- a/nifi-system-tests/nifi-alternate-config-extensions-bundle/pom.xml
+++ b/nifi-system-tests/nifi-alternate-config-extensions-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-tests</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
index 7c57750..2335eae 100644
--- a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
+++ b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -45,38 +45,38 @@
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-data-model</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<!-- Optional Dependencies -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -100,37 +100,37 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml
index 3c6639a..cc11c6b 100644
--- a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-system-test-extensions-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml
index 05b7633..a4dfbc5 100644
--- a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-test-extensions-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,22 +27,22 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bin-manager</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -51,13 +51,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record-serialization-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-record</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml
index 9a167b4..38efe31 100644
--- a/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-tests</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml
index 67096fc..5cbec8b 100644
--- a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions2-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-system-test-extensions2-nar</artifactId>
@@ -29,12 +29,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions2</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml
index 2751c33..e0e1515 100644
--- a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-test-extensions2-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml
index 5500a66..700602d 100644
--- a/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml
+++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-tests</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-assembly/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-assembly/pom.xml
index 8859841..1f88892 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-assembly/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-assembly/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-assembly</artifactId>
@@ -29,19 +29,19 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors-nar/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors-nar/pom.xml
index 7379492..61e3cae 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors-nar/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors-nar/pom.xml
@@ -19,23 +19,23 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-processors-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>nar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-processors</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors/pom.xml
index 5b265d9..4299020 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-processors/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-processors</artifactId>
@@ -29,24 +29,24 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api-nar/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api-nar/pom.xml
index 311da55..bbf97e7 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api-nar/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api-nar/pom.xml
@@ -19,24 +19,24 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>nar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api/pom.xml
index c90c575..955c429 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-api/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-service-api</artifactId>
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-nar/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-nar/pom.xml
index ea545b0..69f1fed 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-nar/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service-nar/pom.xml
@@ -19,24 +19,24 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-service-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>nar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service/pom.xml
index f8dab29..12feb38 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/nifi-nar-provider-service/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-nar-provider-bundles</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-nar-provider-service</artifactId>
@@ -29,23 +29,23 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-service-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/nifi-system-tests/nifi-system-test-nar-provider-bundles/pom.xml b/nifi-system-tests/nifi-system-test-nar-provider-bundles/pom.xml
index 2c29a74..a828b71 100644
--- a/nifi-system-tests/nifi-system-test-nar-provider-bundles/pom.xml
+++ b/nifi-system-tests/nifi-system-test-nar-provider-bundles/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>nifi-system-tests</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-system-tests/nifi-system-test-suite/pom.xml b/nifi-system-tests/nifi-system-test-suite/pom.xml
index dfc8dac..ec156c3 100644
--- a/nifi-system-tests/nifi-system-test-suite/pom.xml
+++ b/nifi-system-tests/nifi-system-test-suite/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>nifi-system-tests</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -126,13 +126,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-cli</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -184,101 +184,101 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-stateless-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-runtime</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-bootstrap</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-jetty-bundle</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-framework-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-server-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-provenance-repository-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-shared-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-system-test-extensions2-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-alternate-config-extensions-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-provider-assembly</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<classifier>assembly</classifier>
<type>zip</type>
</dependency>
@@ -288,28 +288,28 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-py4j-nar</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-extension-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-framework</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-python-test-extensions</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
</dependencies>
diff --git a/nifi-system-tests/pom.xml b/nifi-system-tests/pom.xml
index 8446edc..0f17059 100644
--- a/nifi-system-tests/pom.xml
+++ b/nifi-system-tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-system-tests</artifactId>
diff --git a/nifi-toolkit/nifi-toolkit-api/pom.xml b/nifi-toolkit/nifi-toolkit-api/pom.xml
index 2c7d2ce..9827a0e 100644
--- a/nifi-toolkit/nifi-toolkit-api/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-api/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/nifi-toolkit/nifi-toolkit-assembly/pom.xml b/nifi-toolkit/nifi-toolkit-assembly/pom.xml
index ed472c5..ee8609b 100644
--- a/nifi-toolkit/nifi-toolkit-assembly/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-assembly/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-toolkit-assembly</artifactId>
<packaging>pom</packaging>
@@ -64,12 +64,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-encrypt-config</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit-cli</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml
index 7c89600..e44327f 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-toolkit-cli</artifactId>
<description>Tooling to make tls configuration easier</description>
@@ -53,12 +53,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-client-dto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
index db194ee..32483a9 100644
--- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-toolkit</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,52 +27,52 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-flow-encryptor</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-factory</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-property-protection-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-properties-loader</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-xml-processing</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-crypto-key</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml
index 520a98d..15eed93 100644
--- a/nifi-toolkit/pom.xml
+++ b/nifi-toolkit/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
</parent>
<artifactId>nifi-toolkit</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 5a1efcb..d06a8cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0-M1</version>
<packaging>pom</packaging>
<description>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</description>
<modules>
@@ -84,7 +84,7 @@
<connection>scm:git:git://git.apache.org/nifi.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=nifi.git</url>
- <tag>HEAD</tag>
+ <tag>nifi-2.0.0-M1-RC1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
@@ -104,7 +104,7 @@
<node.version>v16.13.2</node.version>
<frontend.mvn.plugin.version>1.14.2</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>1.5.1</nifi.nar.maven.plugin.version>
- <project.build.outputTimestamp>1675980972</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1699909048</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>