diff --git a/c2/c2-client-bundle/c2-client-api/pom.xml b/c2/c2-client-bundle/c2-client-api/pom.xml index 847356eae1..d2861077e9 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 @@ limitations under the License. c2-client-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-client-api @@ -31,7 +31,7 @@ limitations under the License. org.apache.nifi c2-protocol-api - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/c2/c2-client-bundle/c2-client-base/pom.xml b/c2/c2-client-bundle/c2-client-base/pom.xml index 3b2b9f3938..a4fbcf597d 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 @@ limitations under the License. c2-client-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-client-base @@ -31,13 +31,13 @@ limitations under the License. org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi c2-protocol-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/c2/c2-client-bundle/c2-client-http/pom.xml b/c2/c2-client-bundle/c2-client-http/pom.xml index 5eafab4f6f..d1de06636b 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 @@ limitations under the License. c2-client-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-client-http @@ -31,17 +31,17 @@ limitations under the License. org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT com.squareup.okhttp3 diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml b/c2/c2-client-bundle/c2-client-service/pom.xml index da0cf49e8f..4b527b6019 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 @@ limitations under the License. c2-client-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-client-service @@ -31,17 +31,17 @@ limitations under the License. org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-http - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/c2/c2-client-bundle/pom.xml b/c2/c2-client-bundle/pom.xml index 3330807ac9..c0a30a228d 100644 --- a/c2/c2-client-bundle/pom.xml +++ b/c2/c2-client-bundle/pom.xml @@ -21,7 +21,7 @@ limitations under the License. c2 org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-client-bundle diff --git a/c2/c2-protocol/c2-protocol-api/pom.xml b/c2/c2-protocol/c2-protocol-api/pom.xml index 4003d9180c..886889a529 100644 --- a/c2/c2-protocol/c2-protocol-api/pom.xml +++ b/c2/c2-protocol/c2-protocol-api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. c2-protocol org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-protocol-api @@ -31,7 +31,7 @@ limitations under the License. org.apache.nifi c2-protocol-component-api - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/c2/c2-protocol/c2-protocol-component-api/pom.xml b/c2/c2-protocol/c2-protocol-component-api/pom.xml index 39b9ca76c9..36b9824628 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 @@ limitations under the License. c2-protocol org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/c2/c2-protocol/pom.xml b/c2/c2-protocol/pom.xml index e4e8b5b725..504eb21f94 100644 --- a/c2/c2-protocol/pom.xml +++ b/c2/c2-protocol/pom.xml @@ -21,7 +21,7 @@ limitations under the License. c2 org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2-protocol diff --git a/c2/pom.xml b/c2/pom.xml index e996bb3782..d6904bdf7c 100644 --- a/c2/pom.xml +++ b/c2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT c2 @@ -37,7 +37,7 @@ limitations under the License. org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml index 53c4ae13e7..000cc13a00 100644 --- a/minifi/minifi-assembly/pom.xml +++ b/minifi/minifi-assembly/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-assembly pom @@ -129,13 +129,13 @@ limitations under the License. org.apache.nifi.minifi minifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml index 7214515049..c86a282e14 100644 --- a/minifi/minifi-bootstrap/pom.xml +++ b/minifi/minifi-bootstrap/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-bootstrap jar @@ -84,12 +84,12 @@ limitations under the License. org.apache.nifi.minifi minifi-commons-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.eclipse.jetty diff --git a/minifi/minifi-c2/minifi-c2-api/pom.xml b/minifi/minifi-c2/minifi-c2-api/pom.xml index 46f91542f2..92e850cd37 100644 --- a/minifi/minifi-c2/minifi-c2-api/pom.xml +++ b/minifi/minifi-c2/minifi-c2-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-api jar diff --git a/minifi/minifi-c2/minifi-c2-assembly/pom.xml b/minifi/minifi-c2/minifi-c2-assembly/pom.xml index 69700c0cdb..b4da037915 100644 --- a/minifi/minifi-c2/minifi-c2-assembly/pom.xml +++ b/minifi/minifi-c2/minifi-c2-assembly/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-assembly pom 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 dd17cf751b..584a7ee22e 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 @@ limitations under the License. minifi-c2-cache org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-cache-filesystem jar 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 051e783b1d..ccbede8620 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 @@ limitations under the License. minifi-c2-cache org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-cache-s3 jar diff --git a/minifi/minifi-c2/minifi-c2-cache/pom.xml b/minifi/minifi-c2/minifi-c2-cache/pom.xml index 739631849e..2db718f01f 100644 --- a/minifi/minifi-c2/minifi-c2-cache/pom.xml +++ b/minifi/minifi-c2/minifi-c2-cache/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-cache pom diff --git a/minifi/minifi-c2/minifi-c2-docker/pom.xml b/minifi/minifi-c2/minifi-c2-docker/pom.xml index 54d4fe11ae..5a3355a820 100644 --- a/minifi/minifi-c2/minifi-c2-docker/pom.xml +++ b/minifi/minifi-c2/minifi-c2-docker/pom.xml @@ -21,11 +21,11 @@ limitations under the License. org.apache.nifi.minifi minifi-c2 - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-docker - 2.0.0-M1 + 2.0.0-SNAPSHOT pom diff --git a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml index 930c2f77f6..494f1be861 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 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-integration-tests jar diff --git a/minifi/minifi-c2/minifi-c2-jetty/pom.xml b/minifi/minifi-c2/minifi-c2-jetty/pom.xml index d7ace15150..fd038effa5 100644 --- a/minifi/minifi-c2/minifi-c2-jetty/pom.xml +++ b/minifi/minifi-c2/minifi-c2-jetty/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-jetty jar 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 d958e6a0e6..77fd351823 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 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-provider-cache jar 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 f800a86efe..bf250f7a4a 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 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-provider-delegating jar 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 5c3d11ca7e..667c79ed98 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 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-provider-util jar diff --git a/minifi/minifi-c2/minifi-c2-provider/pom.xml b/minifi/minifi-c2/minifi-c2-provider/pom.xml index 28d727c4fe..cfa613072a 100644 --- a/minifi/minifi-c2/minifi-c2-provider/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-provider pom diff --git a/minifi/minifi-c2/minifi-c2-service/pom.xml b/minifi/minifi-c2/minifi-c2-service/pom.xml index bf1d48161a..e4bfef4b2f 100644 --- a/minifi/minifi-c2/minifi-c2-service/pom.xml +++ b/minifi/minifi-c2/minifi-c2-service/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2-service war @@ -29,18 +29,18 @@ limitations under the License. org.apache.nifi.minifi minifi-c2-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi c2-protocol-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.jaxrs diff --git a/minifi/minifi-c2/pom.xml b/minifi/minifi-c2/pom.xml index 3419ea392b..e02fdcf9b3 100644 --- a/minifi/minifi-c2/pom.xml +++ b/minifi/minifi-c2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-c2 pom diff --git a/minifi/minifi-commons/minifi-commons-api/pom.xml b/minifi/minifi-commons/minifi-commons-api/pom.xml index c489dcbb4e..26196aad73 100644 --- a/minifi/minifi-commons/minifi-commons-api/pom.xml +++ b/minifi/minifi-commons/minifi-commons-api/pom.xml @@ -21,7 +21,7 @@ org.apache.nifi.minifi minifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-commons-api diff --git a/minifi/minifi-commons/minifi-commons-framework/pom.xml b/minifi/minifi-commons/minifi-commons-framework/pom.xml index 36ab6f9879..3230d63f64 100644 --- a/minifi/minifi-commons/minifi-commons-framework/pom.xml +++ b/minifi/minifi-commons/minifi-commons-framework/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.nifi.minifi minifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-commons-framework diff --git a/minifi/minifi-commons/minifi-commons-utils/pom.xml b/minifi/minifi-commons/minifi-commons-utils/pom.xml index 6f37101c22..ce3c38959b 100644 --- a/minifi/minifi-commons/minifi-commons-utils/pom.xml +++ b/minifi/minifi-commons/minifi-commons-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-commons-utils diff --git a/minifi/minifi-commons/minifi-flow-status-report/pom.xml b/minifi/minifi-commons/minifi-flow-status-report/pom.xml index 5a2cee4753..6fccf22178 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 @@ org.apache.nifi.minifi minifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-flow-status-report diff --git a/minifi/minifi-commons/pom.xml b/minifi/minifi-commons/pom.xml index 6a634c23cd..aa810ce476 100644 --- a/minifi/minifi-commons/pom.xml +++ b/minifi/minifi-commons/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-commons pom diff --git a/minifi/minifi-docker/pom.xml b/minifi/minifi-docker/pom.xml index a6c9c6c944..8bbbde6649 100644 --- a/minifi/minifi-docker/pom.xml +++ b/minifi/minifi-docker/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.nifi.minifi minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-docker diff --git a/minifi/minifi-docs/pom.xml b/minifi/minifi-docs/pom.xml index d67f96c27b..ef4cb7644f 100644 --- a/minifi/minifi-docs/pom.xml +++ b/minifi/minifi-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT pom minifi-docs diff --git a/minifi/minifi-integration-tests/pom.xml b/minifi/minifi-integration-tests/pom.xml index dfe5c9e47d..b13268e24c 100644 --- a/minifi/minifi-integration-tests/pom.xml +++ b/minifi/minifi-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-integration-tests jar 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 e67dd701ca..63c3800947 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 @@ limitations under the License. minifi-framework-bundle org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 4953d61cbc..4e1701ec0d 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 @@ limitations under the License. org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-framework-api @@ -29,18 +29,18 @@ limitations under the License. org.apache.nifi.minifi minifi-flow-status-report - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-headless-server - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 2429775e16..5dbc1d45c2 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 @@ limitations under the License. org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-framework-core @@ -29,12 +29,12 @@ limitations under the License. org.apache.nifi.minifi minifi-commons-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi @@ -43,7 +43,7 @@ limitations under the License. org.apache.nifi c2-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi 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 08cb67091a..d0c0659d89 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 @@ limitations under the License. org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-resources pom 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 515fd19c37..8601de6541 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 @@ limitations under the License. org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-runtime 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 e5eb551e60..4626a86092 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 @@ org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-server jar 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 eaa48922c3..ff95f02a9d 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 @@ limitations under the License. minifi-framework-bundle org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-framework pom 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 9d5a16ebc3..0ac493c8ce 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 @@ org.apache.nifi.minifi minifi-framework-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-server-nar nar @@ -26,18 +26,18 @@ org.apache.nifi.minifi minifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-headless-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml index 90932843fb..2369df008f 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 @@ limitations under the License. minifi-nar-bundles org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -37,47 +37,47 @@ limitations under the License. org.apache.nifi.minifi minifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-headless-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 eece9f7d79..2d801910b3 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 @@ limitations under the License. org.apache.nifi.minifi minifi-provenance-repository-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-provenance-repositories 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 6da1d0331e..5fc4f735ac 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 @@ limitations under the License. minifi-provenance-repository-bundle org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-provenance-repository-nar 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 d4cf2791d0..5023e33914 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 @@ limitations under the License. org.apache.nifi.minifi minifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-provenance-repository-bundle diff --git a/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml index 54e5696d42..9eb983a511 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 @@ limitations under the License. minifi-nar-bundles org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ limitations under the License. org.apache.nifi nifi-standard-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -46,12 +46,12 @@ limitations under the License. org.apache.nifi nifi-standard-prioritizers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 a873a3baf2..9db4538841 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 @@ limitations under the License. minifi-nar-bundles org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -30,12 +30,12 @@ limitations under the License. org.apache.nifi nifi-update-attribute-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-update-attribute-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/minifi/minifi-nar-bundles/pom.xml b/minifi/minifi-nar-bundles/pom.xml index 7d169afd14..909a23c541 100644 --- a/minifi/minifi-nar-bundles/pom.xml +++ b/minifi/minifi-nar-bundles/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.nifi.minifi minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-nar-bundles pom diff --git a/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml index d3b743c909..7f32bfcd07 100644 --- a/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml +++ b/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-toolkit org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-toolkit-assembly pom diff --git a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml index 31a3867ccf..4dcbe0730b 100644 --- a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml +++ b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-toolkit org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-toolkit-configuration jar @@ -42,7 +42,7 @@ limitations under the License. org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml index cc7171b12f..acdeb70a6b 100644 --- a/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml +++ b/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-toolkit-schema diff --git a/minifi/minifi-toolkit/pom.xml b/minifi/minifi-toolkit/pom.xml index 9fa51282ce..f625769a64 100644 --- a/minifi/minifi-toolkit/pom.xml +++ b/minifi/minifi-toolkit/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 2.0.0-M1 + 2.0.0-SNAPSHOT minifi-toolkit pom diff --git a/minifi/pom.xml b/minifi/pom.xml index 9f1ffa9cc3..aa13d86aa9 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi @@ -49,47 +49,47 @@ limitations under the License. org.apache.nifi.minifi minifi-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-flow-status-report - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-resources - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-provenance-repository-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -97,45 +97,45 @@ limitations under the License. minifi-resources resources zip - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi.minifi minifi-update-attribute-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi.minifi minifi-docs - 2.0.0-M1 + 2.0.0-SNAPSHOT resources runtime zip @@ -143,84 +143,84 @@ limitations under the License. org.apache.nifi.minifi minifi-provenance-repositories - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-custom-ui-utilities - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ui-extension - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-socket-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-provenance-repository-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-resources - 2.0.0-M1 + 2.0.0-SNAPSHOT resources runtime zip @@ -228,7 +228,7 @@ limitations under the License. org.apache.nifi nifi-docs - 2.0.0-M1 + 2.0.0-SNAPSHOT resources runtime zip @@ -236,219 +236,219 @@ limitations under the License. org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-framework-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-provenance-repository-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-record-serialization-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dbcp-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-proxy-configuration-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-http-context-map-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-oauth2-provider-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-lookup-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-registry-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-headless-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-write-ahead-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-prioritizers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-administration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-persistent-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site-reporting-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-base - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-api/pom.xml b/nifi-api/pom.xml index 8f971461cb..92265155f2 100644 --- a/nifi-api/pom.xml +++ b/nifi-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-api jar diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 6e8c333338..0c39eddcbd 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-assembly pom @@ -141,59 +141,59 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-per-process-group-logging - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-resources resources - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime zip @@ -201,709 +201,709 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-docs resources - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime zip org.apache.nifi nifi-python-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-python-extension-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-py4j-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-key-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cipher-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-datadog-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kafka-2-6-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-confluent-platform-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-http-context-map-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-lookup-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-poi-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-ldap-iaa-providers-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-iaa-providers-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-single-user-iaa-providers-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dbcp-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-dbcp-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-social-media-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-enrich-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-geohash-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-aws-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-aws-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-prometheus-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-network-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-avro-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-oauth2-provider-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-azure-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-azure-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-scripting-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-groovyx-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-restapi-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-email-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-amqp-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-splunk-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jms-cf-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jms-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-registry-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-site-to-site-reporting-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-record-serialization-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-mqtt-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-opentelemetry-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-snmp-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-evtx-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-slack-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-smb-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-smb-client-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-smb-smbj-client-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-windows-event-log-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-jetty-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-workday-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-gcp-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-gcp-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateful-analysis-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cdc-mysql-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-pgp-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-pgp-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-pgp-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-redis-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-redis-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-asana-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-asana-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-asana-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-user-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-proxy-configuration-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jolt-record-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-record-sink-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hashicorp-vault-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hashicorp-vault-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-processor-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-salesforce-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-box-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-box-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-box-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-web-client-provider-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hubspot-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-zendesk-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-airtable-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-flow-registry-client-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-shopify-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jslt-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-framework-kubernetes-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-image-viewer-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-compress-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-file-resource-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-python-extensions-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT zip org.apache.nifi nifi-apicurio-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -925,25 +925,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-graph-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-neo4j-cypher-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-graph-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-other-graph-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -963,7 +963,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-atlas-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -980,19 +980,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hadoop-libraries-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-parquet-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1009,13 +1009,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hadoop-libraries-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kudu-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1032,13 +1032,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hbase-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hbase_2-client-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1055,7 +1055,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-solr-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1075,13 +1075,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hive3-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1098,7 +1098,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-iotdb-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1117,7 +1117,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-media-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1135,7 +1135,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-sql-reporting-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1150,14 +1150,14 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar provided org.apache.nifi nifi-headless-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1175,19 +1175,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-accumulo-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-accumulo-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-accumulo-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1271,13 +1271,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-ranger-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-ranger-resources - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -1293,7 +1293,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-asn1-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1310,19 +1310,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-snowflake-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-snowflake-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-snowflake-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -1400,19 +1400,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-iceberg-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-iceberg-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-iceberg-services-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar diff --git a/nifi-bom/pom.xml b/nifi-bom/pom.xml index b57d38dda2..2979021a64 100644 --- a/nifi-bom/pom.xml +++ b/nifi-bom/pom.xml @@ -18,7 +18,7 @@ nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-bom @@ -32,7 +32,7 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -40,7 +40,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -48,7 +48,7 @@ org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -56,7 +56,7 @@ org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -64,7 +64,7 @@ org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -72,30 +72,30 @@ org.apache.nifi c2-protocol-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-protocol-component-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -103,91 +103,91 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-distributed-cache-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-file-resource-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-http-context-map-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-kerberos-user-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-key-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-lookup-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-oauth2-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-proxy-configuration-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-record-sink-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-ssl-context-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-web-client-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -195,13 +195,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -209,47 +209,47 @@ org.apache.nifi nifi-deprecation-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml index b0b8e01486..f0602ff457 100644 --- a/nifi-bootstrap/pom.xml +++ b/nifi-bootstrap/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-bootstrap jar @@ -27,34 +27,34 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flow-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime org.apache.nifi nifi-single-user-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime @@ -83,7 +83,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons @@ -103,24 +103,24 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml index 56111f6162..cd5870ab5b 100644 --- a/nifi-code-coverage/pom.xml +++ b/nifi-code-coverage/pom.xml @@ -18,7 +18,7 @@ nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-code-coverage @@ -116,1808 +116,1808 @@ org.apache.nifi c2-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-http - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-protocol-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi c2-protocol-component-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-cache-filesystem - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-cache-s3 - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-provider-cache - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-provider-delegating - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-provider-util - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-service - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi.minifi minifi-commons-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-flow-status-report - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-commons-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-provenance-repositories - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.minifi minifi-toolkit-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-build - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-calcite-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-deprecation-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flow-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hl7-query-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kubernetes-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-parameter - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-per-process-group-logging - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-aws - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-azure - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-cipher - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-gcp - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-hashicorp - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert-builder - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-crypto-key - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kms - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-single-user-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-socket-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-uuid5 - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-parser - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime-manifest-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-external-resource-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-administration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-client-dto - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-documentation - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-file-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flowfile-repo-serialization - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-authorization - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-authorization-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-protocol - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-zookeeper - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-components - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-kubernetes-leader-election - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-kubernetes-state-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-leader-election-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-zookeeper-leader-election - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-headless-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-models - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-shell-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-prioritizers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-user-actions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-api - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-web-content-access - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-content-viewer - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-web-error - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-web-optimistic-locking - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-security - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-accumulo-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-accumulo-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-airtable-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-amqp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-apicurio-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-asana-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-asana-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-asana-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-asn1-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-avro-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-abstract-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-parameter-value-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-graph-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-beats-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-box-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-box-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-box-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-distributedmapcache-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cdc-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cdc-mysql-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cipher-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-compress-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-confluent-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-couchbase-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-couchbase-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-datadog-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dropbox-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dropbox-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dropbox-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-elasticsearch-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-elasticsearch-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-elasticsearch-restapi-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-email-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-enrich-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-evtx-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bin-manager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-conflict-resolution - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-database-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dbcp-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-listen - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-put - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-prometheus-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-put-pattern - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-json-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-inference-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-yaml-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-reporting-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-resource-transfer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-syslog-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flow-registry-client-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-gcp-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-gcp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-gcp-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-geohash-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-graph-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-graph-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-graph-test-clients - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-neo4j-cypher-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-other-graph-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-groovyx-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hdfs-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-parameter-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-parameter-value-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hazelcast-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hazelcast-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hbase-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hive3-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hive-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hive-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hl7-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hubspot-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-common - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-influxdb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iotdb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jms-cf-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jms-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jolt-record-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jslt-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kafka-2-6-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kafka-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kudu-controller-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kudu-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-yandex-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ldap-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-image-viewer - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-media-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mongodb-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mongodb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mongodb-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mqtt-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-network-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-network-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-opentelemetry-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-parquet-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-poi-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-prometheus-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-persistent-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-volatile-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-py4j-bridge - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ranger-plugin - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-redis-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-redis-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-redis-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-salesforce-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-scripting-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-shopify-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-single-user-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-slack-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-smb-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-smb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-smb-smbj-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-smb-smbj-common - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snmp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snowflake-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snowflake-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snowflake-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-twitter-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-solr-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-livy-controller-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-livy-controller-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-livy-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-splunk-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-sql-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jolt-transform-json-ui - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-standard-content-viewer - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi nifi-standard-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-rules - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateful-analysis-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-update-attribute-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-update-attribute-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-websocket-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-websocket-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-websocket-services-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-windows-event-log-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-workday-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-zendesk-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-protocol - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-file-resource-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-file-resource-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-dbcp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hbase-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hbase_2-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-http-context-map-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-http-context-map - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-user-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-user-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-key-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-key-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-lookup-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-lookup-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-oauth2-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-oauth2-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-proxy-configuration-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-proxy-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-services-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-sink-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-sink-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bundle-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-common - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-spring-jdbc - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-api - 2.0.0-M1 + 2.0.0-SNAPSHOT war org.apache.nifi.registry nifi-registry-ranger-plugin - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-toolkit-persistence - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-engine - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-toolkit-cli - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-toolkit-encrypt-config - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-commons/nifi-build/pom.xml b/nifi-commons/nifi-build/pom.xml index b3f61e9e0e..8a5c329759 100644 --- a/nifi-commons/nifi-build/pom.xml +++ b/nifi-commons/nifi-build/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-build diff --git a/nifi-commons/nifi-calcite-utils/pom.xml b/nifi-commons/nifi-calcite-utils/pom.xml index b363581dd2..45983ee388 100644 --- a/nifi-commons/nifi-calcite-utils/pom.xml +++ b/nifi-commons/nifi-calcite-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-calcite-utils diff --git a/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi-commons/nifi-data-provenance-utils/pom.xml index 909ff2281a..ca9a31b13c 100644 --- a/nifi-commons/nifi-data-provenance-utils/pom.xml +++ b/nifi-commons/nifi-data-provenance-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-data-provenance-utils jar diff --git a/nifi-commons/nifi-deprecation-log/pom.xml b/nifi-commons/nifi-deprecation-log/pom.xml index 309fba8bd0..291bd9110b 100644 --- a/nifi-commons/nifi-deprecation-log/pom.xml +++ b/nifi-commons/nifi-deprecation-log/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-deprecation-log jar diff --git a/nifi-commons/nifi-expression-language/pom.xml b/nifi-commons/nifi-expression-language/pom.xml index 9f4c131d58..41f2c129c0 100644 --- a/nifi-commons/nifi-expression-language/pom.xml +++ b/nifi-commons/nifi-expression-language/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-expression-language jar @@ -95,7 +95,7 @@ org.apache.nifi nifi-parameter - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -104,7 +104,7 @@ org.apache.nifi nifi-uuid5 - 2.0.0-M1 + 2.0.0-SNAPSHOT org.hamcrest diff --git a/nifi-commons/nifi-flow-encryptor/pom.xml b/nifi-commons/nifi-flow-encryptor/pom.xml index 92b2ce03b7..9cbf8ade01 100644 --- a/nifi-commons/nifi-flow-encryptor/pom.xml +++ b/nifi-commons/nifi-flow-encryptor/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-flow-encryptor org.apache.nifi nifi-property-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -37,7 +37,7 @@ org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT compile diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml index be017df865..700a7f8d47 100644 --- a/nifi-commons/nifi-flowfile-packager/pom.xml +++ b/nifi-commons/nifi-flowfile-packager/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-flowfile-packager jar diff --git a/nifi-commons/nifi-hashicorp-vault-api/pom.xml b/nifi-commons/nifi-hashicorp-vault-api/pom.xml index bfaffc9735..b03e2f7d56 100644 --- a/nifi-commons/nifi-hashicorp-vault-api/pom.xml +++ b/nifi-commons/nifi-hashicorp-vault-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-api diff --git a/nifi-commons/nifi-hashicorp-vault/pom.xml b/nifi-commons/nifi-hashicorp-vault/pom.xml index 22dfff3218..4a59996264 100644 --- a/nifi-commons/nifi-hashicorp-vault/pom.xml +++ b/nifi-commons/nifi-hashicorp-vault/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault @@ -48,7 +48,7 @@ org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -64,13 +64,13 @@ org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml index 7ad2e31f2a..196af7adc7 100644 --- a/nifi-commons/nifi-hl7-query-language/pom.xml +++ b/nifi-commons/nifi-hl7-query-language/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hl7-query-language diff --git a/nifi-commons/nifi-jetty-configuration/pom.xml b/nifi-commons/nifi-jetty-configuration/pom.xml index aa6b35959f..73dfbd0b0d 100644 --- a/nifi-commons/nifi-jetty-configuration/pom.xml +++ b/nifi-commons/nifi-jetty-configuration/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jetty-configuration jar diff --git a/nifi-commons/nifi-json-utils/pom.xml b/nifi-commons/nifi-json-utils/pom.xml index 8a891ef40d..a075ed9d5b 100644 --- a/nifi-commons/nifi-json-utils/pom.xml +++ b/nifi-commons/nifi-json-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-json-utils jar diff --git a/nifi-commons/nifi-kubernetes-client/pom.xml b/nifi-commons/nifi-kubernetes-client/pom.xml index d16eb08ef5..3944ccf9cd 100644 --- a/nifi-commons/nifi-kubernetes-client/pom.xml +++ b/nifi-commons/nifi-kubernetes-client/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kubernetes-client Minimal abstraction for access Kubernetes REST API Resources diff --git a/nifi-commons/nifi-metrics/pom.xml b/nifi-commons/nifi-metrics/pom.xml index 669134343e..4434004d8b 100644 --- a/nifi-commons/nifi-metrics/pom.xml +++ b/nifi-commons/nifi-metrics/pom.xml @@ -17,7 +17,7 @@ nifi-commons org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-commons/nifi-parameter/pom.xml b/nifi-commons/nifi-parameter/pom.xml index 8b3e64006c..d2aaf20bf0 100644 --- a/nifi-commons/nifi-parameter/pom.xml +++ b/nifi-commons/nifi-parameter/pom.xml @@ -18,7 +18,7 @@ nifi-commons org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-commons/nifi-per-process-group-logging/pom.xml b/nifi-commons/nifi-per-process-group-logging/pom.xml index 4e2d600c6b..aefe923e9e 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 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-per-process-group-logging jar diff --git a/nifi-commons/nifi-properties/pom.xml b/nifi-commons/nifi-properties/pom.xml index e75f9e51bf..b684ec4f46 100644 --- a/nifi-commons/nifi-properties/pom.xml +++ b/nifi-commons/nifi-properties/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-properties diff --git a/nifi-commons/nifi-property-encryptor/pom.xml b/nifi-commons/nifi-property-encryptor/pom.xml index 1cc9295b82..a680506491 100644 --- a/nifi-commons/nifi-property-encryptor/pom.xml +++ b/nifi-commons/nifi-property-encryptor/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-encryptor org.apache.nifi nifi-security-crypto-key - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-codec diff --git a/nifi-commons/nifi-property-protection-api/pom.xml b/nifi-commons/nifi-property-protection-api/pom.xml index 172a9ee51b..f63e4faca5 100644 --- a/nifi-commons/nifi-property-protection-api/pom.xml +++ b/nifi-commons/nifi-property-protection-api/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-api org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-commons/nifi-property-protection-aws/pom.xml b/nifi-commons/nifi-property-protection-aws/pom.xml index 672d8640b7..cf498001e7 100644 --- a/nifi-commons/nifi-property-protection-aws/pom.xml +++ b/nifi-commons/nifi-property-protection-aws/pom.xml @@ -18,19 +18,19 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-aws org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml b/nifi-commons/nifi-property-protection-azure/pom.xml index a44e09b6e3..0a65b8f8dd 100644 --- a/nifi-commons/nifi-property-protection-azure/pom.xml +++ b/nifi-commons/nifi-property-protection-azure/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-azure @@ -36,12 +36,12 @@ org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-cipher/pom.xml b/nifi-commons/nifi-property-protection-cipher/pom.xml index 5d6aaf176c..c9ec1c328f 100644 --- a/nifi-commons/nifi-property-protection-cipher/pom.xml +++ b/nifi-commons/nifi-property-protection-cipher/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-cipher org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-factory/pom.xml b/nifi-commons/nifi-property-protection-factory/pom.xml index 917e38c76b..4c0f256d28 100644 --- a/nifi-commons/nifi-property-protection-factory/pom.xml +++ b/nifi-commons/nifi-property-protection-factory/pom.xml @@ -18,44 +18,44 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-factory org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-aws - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-azure - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-cipher - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-gcp - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-hashicorp - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml b/nifi-commons/nifi-property-protection-gcp/pom.xml index e16a8095c9..cde1db53d7 100644 --- a/nifi-commons/nifi-property-protection-gcp/pom.xml +++ b/nifi-commons/nifi-property-protection-gcp/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-gcp @@ -40,12 +40,12 @@ org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-hashicorp/pom.xml b/nifi-commons/nifi-property-protection-hashicorp/pom.xml index 24085cdfb1..951f6a28e2 100644 --- a/nifi-commons/nifi-property-protection-hashicorp/pom.xml +++ b/nifi-commons/nifi-property-protection-hashicorp/pom.xml @@ -18,24 +18,24 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-hashicorp org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-loader/pom.xml b/nifi-commons/nifi-property-protection-loader/pom.xml index cf384388f6..c0ed480ffa 100644 --- a/nifi-commons/nifi-property-protection-loader/pom.xml +++ b/nifi-commons/nifi-property-protection-loader/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-loader org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-protection-shared/pom.xml b/nifi-commons/nifi-property-protection-shared/pom.xml index d92e703290..1904748057 100644 --- a/nifi-commons/nifi-property-protection-shared/pom.xml +++ b/nifi-commons/nifi-property-protection-shared/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-protection-shared org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-property-utils/pom.xml b/nifi-commons/nifi-property-utils/pom.xml index 598e9eac73..0bf2a1aa62 100644 --- a/nifi-commons/nifi-property-utils/pom.xml +++ b/nifi-commons/nifi-property-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-property-utils diff --git a/nifi-commons/nifi-record-path/pom.xml b/nifi-commons/nifi-record-path/pom.xml index 2753d22369..17d9e762e2 100644 --- a/nifi-commons/nifi-record-path/pom.xml +++ b/nifi-commons/nifi-record-path/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-path @@ -101,7 +101,7 @@ org.apache.nifi nifi-uuid5 - 2.0.0-M1 + 2.0.0-SNAPSHOT org.antlr diff --git a/nifi-commons/nifi-record/pom.xml b/nifi-commons/nifi-record/pom.xml index e2e24546ea..2471a33aaa 100644 --- a/nifi-commons/nifi-record/pom.xml +++ b/nifi-commons/nifi-record/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record diff --git a/nifi-commons/nifi-repository-encryption/pom.xml b/nifi-commons/nifi-repository-encryption/pom.xml index 5852683eab..4e01df913a 100644 --- a/nifi-commons/nifi-repository-encryption/pom.xml +++ b/nifi-commons/nifi-repository-encryption/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-repository-encryption org.apache.nifi nifi-security-kms - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-commons/nifi-schema-utils/pom.xml b/nifi-commons/nifi-schema-utils/pom.xml index 37927fd0f9..2c2eebbd73 100644 --- a/nifi-commons/nifi-schema-utils/pom.xml +++ b/nifi-commons/nifi-schema-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-schema-utils diff --git a/nifi-commons/nifi-security-cert-builder/pom.xml b/nifi-commons/nifi-security-cert-builder/pom.xml index 965a0961cc..eb9a4b005e 100644 --- a/nifi-commons/nifi-security-cert-builder/pom.xml +++ b/nifi-commons/nifi-security-cert-builder/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-cert-builder Shared X.509 certificate builder components diff --git a/nifi-commons/nifi-security-cert/pom.xml b/nifi-commons/nifi-security-cert/pom.xml index e317557f17..2a60771af2 100644 --- a/nifi-commons/nifi-security-cert/pom.xml +++ b/nifi-commons/nifi-security-cert/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-cert Shared X.509 certificate security components without additional dependencies diff --git a/nifi-commons/nifi-security-crypto-key/pom.xml b/nifi-commons/nifi-security-crypto-key/pom.xml index a3eb9639a8..1a8a865804 100644 --- a/nifi-commons/nifi-security-crypto-key/pom.xml +++ b/nifi-commons/nifi-security-crypto-key/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-crypto-key Cryptographic key derivation function components with minimal dependencies diff --git a/nifi-commons/nifi-security-identity/pom.xml b/nifi-commons/nifi-security-identity/pom.xml index 3e1919d9f5..e3b6c7c7a4 100644 --- a/nifi-commons/nifi-security-identity/pom.xml +++ b/nifi-commons/nifi-security-identity/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-identity diff --git a/nifi-commons/nifi-security-kerberos-api/pom.xml b/nifi-commons/nifi-security-kerberos-api/pom.xml index 3996a8368f..f4c8973187 100644 --- a/nifi-commons/nifi-security-kerberos-api/pom.xml +++ b/nifi-commons/nifi-security-kerberos-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-kerberos-api diff --git a/nifi-commons/nifi-security-kerberos/pom.xml b/nifi-commons/nifi-security-kerberos/pom.xml index 6725f37a88..b7533ebd2a 100644 --- a/nifi-commons/nifi-security-kerberos/pom.xml +++ b/nifi-commons/nifi-security-kerberos/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-kerberos diff --git a/nifi-commons/nifi-security-kms/pom.xml b/nifi-commons/nifi-security-kms/pom.xml index 62ab6aa046..6e20376b7c 100644 --- a/nifi-commons/nifi-security-kms/pom.xml +++ b/nifi-commons/nifi-security-kms/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-kms diff --git a/nifi-commons/nifi-security-socket-ssl/pom.xml b/nifi-commons/nifi-security-socket-ssl/pom.xml index 329139c700..cc7a5152ef 100644 --- a/nifi-commons/nifi-security-socket-ssl/pom.xml +++ b/nifi-commons/nifi-security-socket-ssl/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-socket-ssl @@ -33,7 +33,7 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-commons/nifi-security-ssl/pom.xml b/nifi-commons/nifi-security-ssl/pom.xml index 28380c6b24..9b91f2c119 100644 --- a/nifi-commons/nifi-security-ssl/pom.xml +++ b/nifi-commons/nifi-security-ssl/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-ssl Shared TLS security components without additional dependencies diff --git a/nifi-commons/nifi-security-utils-api/pom.xml b/nifi-commons/nifi-security-utils-api/pom.xml index b2f0f51558..6eae75977b 100644 --- a/nifi-commons/nifi-security-utils-api/pom.xml +++ b/nifi-commons/nifi-security-utils-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-utils-api diff --git a/nifi-commons/nifi-security-utils/pom.xml b/nifi-commons/nifi-security-utils/pom.xml index 8e7452bd7e..69f93ddcb3 100644 --- a/nifi-commons/nifi-security-utils/pom.xml +++ b/nifi-commons/nifi-security-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-security-utils @@ -42,7 +42,7 @@ org.apache.nifi nifi-security-cert-builder - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/nifi-commons/nifi-single-user-utils/pom.xml b/nifi-commons/nifi-single-user-utils/pom.xml index 2a75e473fe..7c013d6e66 100644 --- a/nifi-commons/nifi-single-user-utils/pom.xml +++ b/nifi-commons/nifi-single-user-utils/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-single-user-utils org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT at.favre.lib diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml index 7752e7ffcc..8240b63ea1 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 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-site-to-site-client @@ -50,7 +50,7 @@ org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -67,7 +67,7 @@ org.apache.nifi nifi-client-dto - 2.0.0-M1 + 2.0.0-SNAPSHOT ${httpclient.group} diff --git a/nifi-commons/nifi-socket-utils/pom.xml b/nifi-commons/nifi-socket-utils/pom.xml index c701c0e7d3..62c620836b 100644 --- a/nifi-commons/nifi-socket-utils/pom.xml +++ b/nifi-commons/nifi-socket-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-socket-utils Utilities for socket communication diff --git a/nifi-commons/nifi-utils/pom.xml b/nifi-commons/nifi-utils/pom.xml index 37967f5dfd..2b0fc6dcbe 100644 --- a/nifi-commons/nifi-utils/pom.xml +++ b/nifi-commons/nifi-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-utils jar diff --git a/nifi-commons/nifi-uuid5/pom.xml b/nifi-commons/nifi-uuid5/pom.xml index f5f23c1e89..206749ec3a 100644 --- a/nifi-commons/nifi-uuid5/pom.xml +++ b/nifi-commons/nifi-uuid5/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-uuid5 diff --git a/nifi-commons/nifi-web-client-api/pom.xml b/nifi-commons/nifi-web-client-api/pom.xml index 088323b8fc..dd85152b85 100644 --- a/nifi-commons/nifi-web-client-api/pom.xml +++ b/nifi-commons/nifi-web-client-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-client-api Abstracts standard HTTP client operations without depending on a specific HTTP library diff --git a/nifi-commons/nifi-web-client/pom.xml b/nifi-commons/nifi-web-client/pom.xml index 889d394f40..6ae4dab7ce 100644 --- a/nifi-commons/nifi-web-client/pom.xml +++ b/nifi-commons/nifi-web-client/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-client Standard implementation of nifi-web-client-api using OkHttp @@ -27,7 +27,7 @@ org.apache.nifi nifi-web-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT com.squareup.okhttp3 diff --git a/nifi-commons/nifi-web-utils/pom.xml b/nifi-commons/nifi-web-utils/pom.xml index 8b1dee4668..eaeb4adf13 100644 --- a/nifi-commons/nifi-web-utils/pom.xml +++ b/nifi-commons/nifi-web-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-utils diff --git a/nifi-commons/nifi-write-ahead-log/pom.xml b/nifi-commons/nifi-write-ahead-log/pom.xml index f2bea205af..d3ad56a3e7 100644 --- a/nifi-commons/nifi-write-ahead-log/pom.xml +++ b/nifi-commons/nifi-write-ahead-log/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-write-ahead-log jar diff --git a/nifi-commons/nifi-xml-processing/pom.xml b/nifi-commons/nifi-xml-processing/pom.xml index 4aae6b77b5..381f33a4a4 100644 --- a/nifi-commons/nifi-xml-processing/pom.xml +++ b/nifi-commons/nifi-xml-processing/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-xml-processing jar diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml index 09bcb62fc9..dddf9b7d86 100644 --- a/nifi-commons/pom.xml +++ b/nifi-commons/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-commons pom @@ -83,7 +83,7 @@ org.apache.nifi nifi-bom - 2.0.0-M1 + 2.0.0-SNAPSHOT import pom diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml index 304a0b3463..ca13337228 100644 --- a/nifi-docker/dockerhub/pom.xml +++ b/nifi-docker/dockerhub/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-docker - 2.0.0-M1 + 2.0.0-SNAPSHOT dockerhub diff --git a/nifi-docker/dockermaven/pom.xml b/nifi-docker/dockermaven/pom.xml index e2f96a8b35..c5ebf9c6ae 100644 --- a/nifi-docker/dockermaven/pom.xml +++ b/nifi-docker/dockermaven/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-docker - 2.0.0-M1 + 2.0.0-SNAPSHOT dockermaven diff --git a/nifi-docker/pom.xml b/nifi-docker/pom.xml index 9b98e4033c..079b251c11 100644 --- a/nifi-docker/pom.xml +++ b/nifi-docker/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-docker diff --git a/nifi-docs/pom.xml b/nifi-docs/pom.xml index ef1287ff3e..f2adf5118f 100644 --- a/nifi-docs/pom.xml +++ b/nifi-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT pom nifi-docs 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 f71464c4e1..331ab92435 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 @@ nifi-kafka-connect org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,22 +27,22 @@ org.apache.nifi nifi-kafka-connector - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -64,27 +64,27 @@ org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -108,13 +108,13 @@ org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 a013e8a54b..bf75749519 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 @@ nifi-kafka-connect org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ org.apache.nifi nifi-kafka-connector-assembly - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.kafka @@ -46,25 +46,25 @@ org.apache.nifi nifi-system-test-extensions-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 1e861df27e..e47ef85378 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 @@ nifi-kafka-connect org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -33,22 +33,22 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -70,39 +70,39 @@ org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar diff --git a/nifi-external/nifi-kafka-connect/pom.xml b/nifi-external/nifi-kafka-connect/pom.xml index 5927554fad..f523206053 100644 --- a/nifi-external/nifi-kafka-connect/pom.xml +++ b/nifi-external/nifi-kafka-connect/pom.xml @@ -17,7 +17,7 @@ nifi-external org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-external/pom.xml b/nifi-external/pom.xml index f85f8cdd36..7443f2aa2b 100644 --- a/nifi-external/pom.xml +++ b/nifi-external/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-external pom diff --git a/nifi-framework-api/pom.xml b/nifi-framework-api/pom.xml index 3540342b3b..f4debd4995 100644 --- a/nifi-framework-api/pom.xml +++ b/nifi-framework-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-api jar @@ -27,7 +27,7 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-manifest/nifi-extension-manifest-model/pom.xml b/nifi-manifest/nifi-extension-manifest-model/pom.xml index 050e8ec24b..706d9ab686 100644 --- a/nifi-manifest/nifi-extension-manifest-model/pom.xml +++ b/nifi-manifest/nifi-extension-manifest-model/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-extension-manifest-model jar diff --git a/nifi-manifest/nifi-extension-manifest-parser/pom.xml b/nifi-manifest/nifi-extension-manifest-parser/pom.xml index 647ed5e136..1a4d922bf3 100644 --- a/nifi-manifest/nifi-extension-manifest-parser/pom.xml +++ b/nifi-manifest/nifi-extension-manifest-parser/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-extension-manifest-parser jar @@ -27,7 +27,7 @@ org.apache.nifi nifi-extension-manifest-model - 2.0.0-M1 + 2.0.0-SNAPSHOT jakarta.xml.bind diff --git a/nifi-manifest/nifi-runtime-manifest-core/pom.xml b/nifi-manifest/nifi-runtime-manifest-core/pom.xml index a69be6041c..4a7b780c26 100644 --- a/nifi-manifest/nifi-runtime-manifest-core/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest-core/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-runtime-manifest-core jar @@ -27,22 +27,22 @@ org.apache.nifi c2-protocol-component-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-parser - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core diff --git a/nifi-manifest/nifi-runtime-manifest-test/pom.xml b/nifi-manifest/nifi-runtime-manifest-test/pom.xml index 4b10269420..e41a4d74d5 100644 --- a/nifi-manifest/nifi-runtime-manifest-test/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest-test/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-runtime-manifest-test jar @@ -27,12 +27,12 @@ org.apache.nifi nifi-runtime-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime-manifest-core - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-manifest/nifi-runtime-manifest/pom.xml b/nifi-manifest/nifi-runtime-manifest/pom.xml index 3966f1850c..cd13088d35 100644 --- a/nifi-manifest/nifi-runtime-manifest/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-runtime-manifest jar @@ -36,7 +36,7 @@ org.apache.nifi nifi-assembly - 2.0.0-M1 + 2.0.0-SNAPSHOT manifests zip true @@ -127,7 +127,7 @@ org.apache.nifi nifi-runtime-manifest-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j diff --git a/nifi-manifest/pom.xml b/nifi-manifest/pom.xml index 2e880cb195..b1c5fca467 100644 --- a/nifi-manifest/pom.xml +++ b/nifi-manifest/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-manifest pom diff --git a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml index b7998b1044..f32b46acd0 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 @@ org.apache.nifi nifi-maven-archetypes - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-processor-bundle-archetype diff --git a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml index 52c6b35240..acad5acb53 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 @@ org.apache.nifi nifi-maven-archetypes - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-service-bundle-archetype diff --git a/nifi-maven-archetypes/pom.xml b/nifi-maven-archetypes/pom.xml index e19bc3434c..015f280839 100644 --- a/nifi-maven-archetypes/pom.xml +++ b/nifi-maven-archetypes/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-maven-archetypes diff --git a/nifi-mock/pom.xml b/nifi-mock/pom.xml index b550005ec9..9d3f15e784 100644 --- a/nifi-mock/pom.xml +++ b/nifi-mock/pom.xml @@ -18,39 +18,39 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mock org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-parameter - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT asm @@ -61,7 +61,7 @@ org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 e02640ffa2..b9eba3f981 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 @@ nifi-airtable-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.nifi nifi-airtable-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 98d34935a3..f910dc435a 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 @@ nifi-airtable-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -59,7 +59,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-airtable-bundle/pom.xml b/nifi-nar-bundles/nifi-airtable-bundle/pom.xml index d302107b09..1e7cbd5b13 100644 --- a/nifi-nar-bundles/nifi-airtable-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-airtable-bundle/pom.xml @@ -20,7 +20,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 36ce66fd29..7c1649ccfc 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 @@ org.apache.nifi nifi-amqp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-amqp-nar nar @@ -26,7 +26,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 b7dd924ce5..96b33d48cf 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-amqp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-amqp-processors jar @@ -56,7 +56,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml index aaff135c54..4cf822c055 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-amqp-bundle pom @@ -32,7 +32,7 @@ org.apache.nifi nifi-amqp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 2cf756c6d7..e7526a7fc8 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 @@ nifi-apicurio-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi nifi-apicurio-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 87a18002b8..a7ef4ca1ab 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 @@ -15,7 +15,7 @@ org.apache.nifi nifi-apicurio-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-apicurio-schema-registry-service @@ -50,19 +50,19 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml b/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml index ea62123e4e..a49e5b1963 100644 --- a/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-apicurio-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 a6e544f700..84363d64b7 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-processors-nar 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 8e07938831..f9a2ab7b23 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-processors 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 25e606ebf9..7ee9cf47dd 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-services-api-nar 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 54f7e00d5e..18f7416ccf 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-services-api 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 af2efc3c00..68398468b9 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-services-nar 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 fb1a5f7418..466c3b54e0 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 @@ org.apache.nifi nifi-asana-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-services diff --git a/nifi-nar-bundles/nifi-asana-bundle/pom.xml b/nifi-nar-bundles/nifi-asana-bundle/pom.xml index 066959f7e6..33a62e8d03 100644 --- a/nifi-nar-bundles/nifi-asana-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-asana-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-asana-bundle 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 3539d9154e..ba8901ece7 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 @@ nifi-asn1-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,13 +28,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-asn1-services - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 0322de082d..e7882fa03c 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 @@ nifi-asn1-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml index b37753d6f1..2980cfdb9d 100644 --- a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 e19501b7d1..b1d37e6131 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 @@ org.apache.nifi nifi-atlas-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-atlas-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 e6ea5fb321..8019727c40 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 @@ org.apache.nifi nifi-atlas-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-atlas-reporting-task @@ -49,7 +49,7 @@ org.apache.nifi nifi-reporting-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -87,7 +87,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml index 51920e766a..0fcc26de40 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-atlas-bundle @@ -40,7 +40,7 @@ org.apache.nifi nifi-atlas-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 437ca91604..5f9fa8b8da 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 @@ org.apache.nifi nifi-avro-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-avro-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-avro-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 02a0cba8ad..adea8abd93 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-avro-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-avro-processors diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/pom.xml index 70fdfff89d..087b63cd96 100644 --- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 b8427478ad..fcfc8e7096 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 @@ nifi-aws-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-abstract-processors @@ -127,7 +127,7 @@ org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 4ec8018055..5d00d3decc 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-nar @@ -29,28 +29,28 @@ org.apache.nifi nifi-aws-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-aws-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-parameter-value-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j 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 42458cf44f..9c2d7acd5b 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-parameter-providers @@ -32,7 +32,7 @@ org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -58,7 +58,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 5267f71f28..a0efe3f759 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-parameter-value-providers @@ -48,7 +48,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 9df713d219..c0748af598 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-processors @@ -36,17 +36,17 @@ org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-abstract-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -64,7 +64,7 @@ org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -118,7 +118,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -138,7 +138,7 @@ org.apache.nifi nifi-proxy-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 b937cd380d..f1802e8497 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-schema-registry-service @@ -28,7 +28,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -57,13 +57,13 @@ org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 8006fc0fc6..015b8fc30c 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 @@ org.apache.nifi nifi-aws-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-aws-service-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-aws-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 ae69bf7366..553fce66ec 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 @@ nifi-aws-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/pom.xml index 0dc63daf4c..80873c8b6d 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 fc490a77db..a5e32d9da6 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 @@ nifi-azure-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-azure-graph-authorizer 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 3ebe668861..6b66997514 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 @@ org.apache.nifi nifi-azure-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-azure-nar @@ -29,17 +29,17 @@ org.apache.nifi nifi-azure-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-azure-graph-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -51,13 +51,13 @@ org.apache.nifi nifi-azure-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-azure-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 3824d5712a..74bb8f44f9 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 @@ org.apache.nifi nifi-azure-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-azure-parameter-providers @@ -32,7 +32,7 @@ org.apache.nifi nifi-azure-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -56,7 +56,7 @@ org.apache.nifi nifi-framework-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 37b7967b19..5885515aa1 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 @@ org.apache.nifi nifi-azure-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-azure-processors jar @@ -35,12 +35,12 @@ org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-resource-transfer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -65,7 +65,7 @@ org.apache.nifi nifi-azure-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -145,37 +145,37 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -185,13 +185,13 @@ org.apache.nifi nifi-proxy-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-file-resource-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 eb8d80e3fe..0b339a5038 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 @@ org.apache.nifi nifi-azure-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-azure-reporting-task jar @@ -32,12 +32,12 @@ org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-reporting-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.google.code.gson 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 c819ccd121..767034d80e 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 @@ nifi-azure-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -33,7 +33,7 @@ org.apache.nifi nifi-azure-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 455ee8dc69..7a1f59c074 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 @@ nifi-azure-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/pom.xml index ec5eb13db9..b9eb8d0038 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 d714f8bd32..5c9da1d8ab 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 @@ org.apache.nifi nifi-beats-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-beats-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-beats-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 4b46dc9842..fec14b4259 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 @@ org.apache.nifi nifi-beats-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-beats-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-event-listen - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-beats-bundle/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/pom.xml index 817879c390..d3d91e5f51 100644 --- a/nifi-nar-bundles/nifi-beats-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-beats-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-beats-bundle 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 5f9f559513..24c010405c 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 @@ org.apache.nifi nifi-box-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-box-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-box-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 ef9705ac0f..4c8ab3e49c 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 @@ org.apache.nifi nifi-box-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-processors @@ -29,13 +29,13 @@ org.apache.nifi nifi-box-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -48,7 +48,7 @@ org.apache.nifi nifi-conflict-resolution - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -72,7 +72,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 51703d4f08..80eabaa0f1 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 @@ nifi-box-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-services-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-box-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 1fefd17dd9..5bb3c6490e 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 @@ nifi-box-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-services-api 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 c816eaab1f..88ce8111cd 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 @@ nifi-box-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-services-nar @@ -29,18 +29,18 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-box-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-box-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 9ccf86dc4d..91aab6dbdd 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 @@ nifi-box-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-box-services @@ -29,18 +29,18 @@ org.apache.nifi nifi-box-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-box-bundle/pom.xml b/nifi-nar-bundles/nifi-box-bundle/pom.xml index f354144429..c4d161b4f1 100644 --- a/nifi-nar-bundles/nifi-box-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-box-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 f146adeeab..5fed4ec5a1 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 @@ org.apache.nifi nifi-cassandra-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cassandra-distributedmapcache-service @@ -33,7 +33,7 @@ org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -47,7 +47,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core @@ -60,24 +60,24 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-distributed-cache-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 ef1998b11d..3063f64ef8 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 @@ org.apache.nifi nifi-cassandra-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cassandra-nar @@ -40,7 +40,7 @@ org.apache.nifi nifi-cassandra-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 0ff4dbf126..45094b06a0 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 @@ org.apache.nifi nifi-cassandra-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cassandra-processors @@ -65,7 +65,7 @@ org.apache.nifi nifi-cassandra-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 1295860ce4..4195bfe32f 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 @@ nifi-cassandra-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -33,7 +33,7 @@ org.apache.nifi nifi-cassandra-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 65d393f199..0ad093bbc7 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 @@ nifi-cassandra-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 baeaf8d4a0..3957bb752c 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 @@ nifi-cassandra-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -39,18 +39,18 @@ org.apache.nifi nifi-cassandra-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-distributedmapcache-service - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 866fec9510..f2029682d1 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 @@ nifi-cassandra-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml index 3b83106f10..0107c8de15 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -46,7 +46,7 @@ org.apache.nifi nifi-cassandra-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT com.google.guava 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 d28defe74a..603e6e067e 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 @@ org.apache.nifi nifi-cdc - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cdc-api 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 06847363b9..567853cd7a 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 @@ org.apache.nifi nifi-cdc-mysql-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cdc-mysql-nar nar 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 54d6bf20ef..cf51a55def 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-cdc-mysql-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cdc-mysql-processors jar @@ -26,7 +26,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-cdc-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 c1ccd7ae05..0caa460aee 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 @@ org.apache.nifi nifi-cdc - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cdc-mysql-bundle pom @@ -32,7 +32,7 @@ org.apache.nifi nifi-cdc-mysql-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-nar-bundles/nifi-cdc/pom.xml b/nifi-nar-bundles/nifi-cdc/pom.xml index 7343314bca..f1c14bafda 100644 --- a/nifi-nar-bundles/nifi-cdc/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-cdc 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 6d8775ac1e..de4a206fd4 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 @@ org.apache.nifi nifi-cipher-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cipher-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-cipher-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 b4cf3fc395..1df0a3fa6c 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 @@ org.apache.nifi nifi-cipher-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-cipher-processors @@ -32,12 +32,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-crypto-key - 2.0.0-M1 + 2.0.0-SNAPSHOT org.bouncycastle diff --git a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml index ce744dd551..ada527c591 100644 --- a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 bb193ce43e..6b34e26570 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 @@ org.apache.nifi nifi-compress-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-compress-nar nar @@ -26,7 +26,7 @@ org.apache.nifi nifi-compress-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 eddea5624e..8bc2d2663a 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-compress-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-compress-processors jar diff --git a/nifi-nar-bundles/nifi-compress-bundle/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/pom.xml index f152ee715f..d9daaca5c4 100644 --- a/nifi-nar-bundles/nifi-compress-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-compress-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-compress-bundle pom 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 0f11c13ec7..157c302596 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 @@ org.apache.nifi nifi-confluent-platform-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-confluent-platform-nar nar @@ -27,7 +27,7 @@ org.apache.nifi nifi-confluent-schema-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 663f2250bd..028d9fb33a 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 @@ org.apache.nifi nifi-confluent-platform-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-confluent-schema-registry-service @@ -32,7 +32,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -54,7 +54,7 @@ org.apache.nifi nifi-web-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml index dd3a9d6db8..98c90e0816 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-confluent-platform-bundle 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 2d149fb09b..5401cf072f 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 @@ org.apache.nifi nifi-couchbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-couchbase-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-couchbase-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 166a925eb8..b31114466a 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 @@ org.apache.nifi nifi-couchbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-couchbase-processors @@ -42,7 +42,7 @@ org.apache.nifi nifi-couchbase-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -68,7 +68,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 ae52258b0f..9d904783c8 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 @@ org.apache.nifi nifi-couchbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-couchbase-services-api-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 95142695ac..cabde690c5 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 @@ org.apache.nifi nifi-couchbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-couchbase-services-api diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml index 5e23a3395b..c45ea6e543 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-couchbase-bundle 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 b5db69fe2d..1f21b84b3c 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 @@ org.apache.nifi nifi-datadog-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-datadog-nar 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 48e8b2e62e..ff00478c13 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 @@ org.apache.nifi nifi-datadog-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-datadog-reporting-task @@ -46,7 +46,7 @@ org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -79,7 +79,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml index 41480389a9..afb350217a 100644 --- a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -35,7 +35,7 @@ org.apache.nifi nifi-datadog-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 6dc0b1c552..0f8c1643e1 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 @@ org.apache.nifi nifi-dropbox-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-processors-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-dropbox-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 cbfd7079ef..67b9c0ed98 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 @@ org.apache.nifi nifi-dropbox-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-processors @@ -49,12 +49,12 @@ org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dropbox-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -69,7 +69,7 @@ org.apache.nifi nifi-conflict-resolution - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -79,7 +79,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -100,7 +100,7 @@ org.apache.nifi nifi-dropbox-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 73fff8c8f4..f7719b672f 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 @@ nifi-dropbox-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 e1eff93bc6..0c5030bf5c 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 @@ nifi-dropbox-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-services-api 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 c094c5ea12..edafec8e54 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 @@ org.apache.nifi nifi-dropbox-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-services-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-dropbox-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dropbox-services - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 d8ce0ae381..e37edc1855 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 @@ org.apache.nifi nifi-dropbox-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dropbox-services @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dropbox-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml b/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml index 4ced7e6c6a..cb55114231 100644 --- a/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-dropbox-bundle/pom.xml @@ -19,12 +19,12 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-dropbox-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT pom 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 b0e2bbd3ac..2001341232 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 @@ org.apache.nifi nifi-elasticsearch-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-client-service-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-elasticsearch-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 a9e4074aa4..731e1be634 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 @@ org.apache.nifi nifi-elasticsearch-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-client-service-api 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 2e86079f57..b8e41de055 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 @@ org.apache.nifi nifi-elasticsearch-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-client-service-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-elasticsearch-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 720277734d..bb081768fb 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 @@ org.apache.nifi nifi-elasticsearch-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-client-service @@ -49,7 +49,7 @@ org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -63,13 +63,13 @@ org.apache.nifi nifi-elasticsearch-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -80,7 +80,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -134,7 +134,7 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -149,7 +149,7 @@ org.apache.nifi nifi-elasticsearch-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 78b77b8080..fbb95e2089 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 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-restapi-nar @@ -27,13 +27,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-restapi-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 bc28e10543..4d10f33364 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 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-restapi-processors @@ -48,13 +48,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -67,12 +67,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -98,31 +98,31 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-ssl-context-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-elasticsearch-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-elasticsearch-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 74ad1df806..f5f38ac976 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 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-elasticsearch-test-utils @@ -24,7 +24,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT compile diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml index a89c4e1d7c..824089080d 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -53,7 +53,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-restapi-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.elasticsearch.client 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 2fb3f099bb..3673dd9555 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 @@ org.apache.nifi nifi-email-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-email-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 3e061c91c2..a8c050446e 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 @@ org.apache.nifi nifi-email-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-email-processors @@ -37,17 +37,17 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-oauth2-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT javax.mail @@ -121,13 +121,13 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-email-bundle/pom.xml b/nifi-nar-bundles/nifi-email-bundle/pom.xml index de17fd358f..c1ec86adda 100644 --- a/nifi-nar-bundles/nifi-email-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-email-bundle @@ -34,7 +34,7 @@ org.apache.nifi nifi-email-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 cd63d9e9e1..17011cb486 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 @@ org.apache.nifi nifi-enrich-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-enrich-nar nar 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 ac95a79ab6..c2225f0268 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 @@ org.apache.nifi nifi-enrich-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-enrich-processors @@ -73,7 +73,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -84,13 +84,13 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml index 5071e46273..db16ae71ff 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -36,7 +36,7 @@ org.apache.nifi nifi-enrich-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 bbe1592528..24246595d3 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-evtx-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-evtx-nar @@ -24,7 +24,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 f364b28ac1..a133cfcbe2 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 @@ nifi-evtx-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-evtx-processors @@ -55,7 +55,7 @@ org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml index 5a54f9ffbc..76aa8c3f46 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-evtx-bundle @@ -42,7 +42,7 @@ org.apache.nifi nifi-evtx-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 f9a2879cbc..38bf1c46bb 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-bin-manager jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 bb3a64efdb..6b7ae68702 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-conflict-resolution 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 e04383c481..433a190f19 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-database-test-utils 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 5c1b1c4a5f..6a5b7e309f 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-database-utils @@ -27,12 +27,12 @@ org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.github.ben-manes.caffeine 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 42ed148d79..75ad7c37b9 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 @@ nifi-extension-utils org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dbcp-base @@ -39,7 +39,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 0ae9288366..9d1a13b56f 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-event-listen jar @@ -30,17 +30,17 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-io 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 5ac2d98d5a..0449884dd4 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-event-put jar @@ -38,7 +38,7 @@ org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 6cbfb3a3b2..89e5cc10f1 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-event-transport jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -39,13 +39,13 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 74fd8316d7..cf1d9242a3 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-utils jar @@ -35,7 +35,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 36a7126f5d..2f7b67ef4c 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-test-utils @@ -27,17 +27,17 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 7d6bbfdf40..38df56772c 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-listed-entity jar 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 105aab4169..5044e01419 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-prometheus-utils jar @@ -41,17 +41,17 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 15364f0d2f..541fe9e075 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-put-pattern jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 57f24fd21b..4aadc8b01b 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 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-avro-record-utils @@ -27,7 +27,7 @@ org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.avro @@ -57,7 +57,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 7b4f651178..978495d3b3 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 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-record-utils jar @@ -34,12 +34,12 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 e016200a06..6ce68e83cd 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 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-json-record-utils @@ -27,12 +27,12 @@ org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-inference-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.jayway.jsonpath @@ -59,7 +59,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 b4a6d90bfc..85c5664b15 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 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mock-record-utils @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -49,7 +49,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 765aa1382d..9dc2c92154 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 @@ -17,7 +17,7 @@ nifi-record-utils org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,17 +27,17 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 b3ed6a1a28..e7211fe4d3 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 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-record-utils @@ -31,12 +31,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -67,7 +67,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 244e559dc4..6c15a5f9e2 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 @@ -18,14 +18,14 @@ org.apache.nifi nifi-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-yaml-record-utils org.apache.nifi nifi-json-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 a0a54040ce..d87e21a9a3 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT pom nifi-record-utils 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 9ce7a2afd3..3d45b23162 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 @@ nifi-extension-utils org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -46,7 +46,7 @@ org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 8ccb4a730b..0c329264a2 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-resource-transfer @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 4a292d915f..7b0fea0811 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-service-utils jar @@ -38,12 +38,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 578ef44bd4..490608af2d 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 @@ org.apache.nifi nifi-extension-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-syslog-utils jar @@ -31,12 +31,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-extension-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/pom.xml index 72db2a1a61..5e1616dd2e 100644 --- a/nifi-nar-bundles/nifi-extension-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT pom nifi-extension-utils 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 607355b597..3a200371c7 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 @@ org.apache.nifi nifi-flow-registry-client-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-flow-registry-client-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-flow-registry-client-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 a7dc929b41..d2314d872d 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 @@ org.apache.nifi nifi-flow-registry-client-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-flow-registry-client-services jar @@ -37,7 +37,7 @@ org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 5a080cba22..1dccfa38d6 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 3d35e43489..e4e3e21477 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 @@ nifi-framework-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-external-resource-utils 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 86544e0ab2..8417c43659 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 @@ org.apache.nifi nifi-framework-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-nar nar @@ -27,7 +27,7 @@ org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -53,12 +53,12 @@ org.apache.nifi nifi-standard-prioritizers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster - 2.0.0-M1 + 2.0.0-SNAPSHOT org.glassfish.jersey.core 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 62d7afb64f..e71ca72af7 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-administration 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 6e8b5b2841..372994053c 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 @@ nifi-framework org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -120,7 +120,7 @@ org.apache.nifi nifi-mock-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 262e7b4730..3cf9833369 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-client-dto 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 995bced08b..9f9bdc60e3 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-documentation 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 37a5d82701..80ffdda245 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-file-authorizer @@ -101,12 +101,12 @@ org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 3708cc4908..4b118b4a55 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-flowfile-repo-serialization @@ -34,17 +34,17 @@ org.apache.nifi nifi-repository-models - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -53,12 +53,12 @@ org.apache.nifi nifi-security-kms - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 2.0.0-M1 + 2.0.0-SNAPSHOT com.github.ben-manes.caffeine 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 079fe55882..0570409740 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 @@ nifi-framework org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -39,17 +39,17 @@ org.apache.nifi nifi-framework-authorization - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.springframework.security @@ -58,7 +58,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 8ca0864d20..3644655246 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-authorization @@ -34,7 +34,7 @@ org.apache.nifi nifi-mock-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 f4c01af3cc..cf6fb2f439 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-cluster-protocol jar @@ -39,7 +39,7 @@ org.apache.nifi nifi-socket-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -56,7 +56,7 @@ org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 232d6c3a0b..3b1149cf36 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-cluster-zookeeper 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 097b8e4c6b..b325f70865 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-cluster jar @@ -84,7 +84,7 @@ org.apache.nifi nifi-py4j-bridge - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 83754afc2b..81a223b467 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-components jar @@ -44,22 +44,22 @@ org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-models - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -72,17 +72,17 @@ org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-external-resource-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -95,12 +95,12 @@ org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 5888ccd6e0..d1888f1536 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-core-api @@ -49,7 +49,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-site-to-site-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons @@ -58,7 +58,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -71,7 +71,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 56ba1bd66d..61fd72429d 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-core jar @@ -50,72 +50,72 @@ org.apache.nifi nifi-framework-components - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-leader-election-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-zookeeper-leader-election - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-zookeeper - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-models - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kms - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -136,7 +136,7 @@ org.apache.nifi nifi-site-to-site-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -149,7 +149,7 @@ org.apache.nifi nifi-stateless-engine - 2.0.0-M1 + 2.0.0-SNAPSHOT org.bouncycastle @@ -196,17 +196,17 @@ org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flowfile-repo-serialization - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -264,7 +264,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -274,13 +274,13 @@ org.apache.nifi nifi-mock-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-persistent-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -296,7 +296,7 @@ org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 51fcf5ba2c..7492a45676 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 @@ org.apache.nifi nifi-framework-kubernetes-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-kubernetes-leader-election @@ -33,12 +33,12 @@ org.apache.nifi nifi-framework-leader-election-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kubernetes-client - 2.0.0-M1 + 2.0.0-SNAPSHOT io.fabric8 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 07d1e2e09f..8dd19e3cf3 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 @@ org.apache.nifi nifi-framework-kubernetes-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-kubernetes-nar nar @@ -25,18 +25,18 @@ org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-framework-kubernetes-leader-election - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-kubernetes-state-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT io.fabric8 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 da30831be9..fbb45f42dc 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 @@ org.apache.nifi nifi-framework-kubernetes-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-kubernetes-state-provider @@ -37,7 +37,7 @@ org.apache.nifi nifi-kubernetes-client - 2.0.0-M1 + 2.0.0-SNAPSHOT io.fabric8 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 5d8e50b2a7..971e3050c7 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-kubernetes-bundle pom 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 37def7e3d4..1c1cc2428d 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-leader-election-shared 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 667b251c5e..7a4057a911 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-nar-loading-utils jar 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 123a2daf71..11bc44ab7a 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-nar-utils jar @@ -29,7 +29,7 @@ org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -46,7 +46,7 @@ org.apache.nifi nifi-runtime-manifest-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 c9c2e5f14f..5f219e59e4 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-zookeeper-leader-election org.apache.nifi nifi-framework-leader-election-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-zookeeper - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 6a982fa9b8..247502641d 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-headless-server jar @@ -60,7 +60,7 @@ org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 78192ec65e..183efbb934 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 @@ nifi-framework org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 bded76efae..f065dbe489 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-utils jar 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 461b4de9b4..45e2a4ffca 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-properties-loader nifi-properties-loader 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 e1966f492b..fd6996cb0d 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-repository-models @@ -30,7 +30,7 @@ org.apache.nifi nifi-schema-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons @@ -39,7 +39,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 3c5bc39f48..66da4b73b7 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-resources pom 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 5bd34227fa..b41bfbbfb8 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-runtime jar 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 5914ca150b..627adf957a 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 @@ nifi-framework org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-shell-authorizer 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 fa4c4c6b1f..28baddf429 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-site-to-site @@ -49,12 +49,12 @@ org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 ee7f143c5d..fc90939887 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-prioritizers 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 4f2db06422..42d49edce6 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-user-actions 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 40886a5bf1..fc6aa106fe 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-custom-ui-utilities 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 cce55b3947..48a78383a3 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jetty jar 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 d6c9d7e725..d7f4dbb89b 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ui-extension jar 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 880502a0f0..998bca8faa 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-api war @@ -187,7 +187,7 @@ org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -198,7 +198,7 @@ org.apache.nifi nifi-web-security - 2.0.0-M1 + 2.0.0-SNAPSHOT test-jar test @@ -255,7 +255,7 @@ org.apache.nifi nifi-prometheus-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT javax.servlet 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 0e9f63368b..6f503fb5e9 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-content-access 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 0fe2c43355..cde9669b39 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-content-viewer war 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 53d23193b0..3b2335a972 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-docs war 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 79dd16c8b3..a9dd65514d 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-error war 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 e70e1a587f..2e8056cbab 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-optimistic-locking 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 2739b0cd94..c2620d13dd 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-security @@ -104,12 +104,12 @@ org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 169b7d0e0a..0449573ed5 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 @@ org.apache.nifi nifi-web - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-ui war 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 404fa61cd2..7eb28442c5 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 @@ org.apache.nifi nifi-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web pom @@ -40,31 +40,31 @@ org.apache.nifi nifi-web-api war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-error war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-docs war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-content-viewer war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-ui war - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 fcb786680a..0583e38810 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 @@ org.apache.nifi nifi-framework-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework pom 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 68b2aa12fc..d643d76579 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 @@ org.apache.nifi nifi-framework-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-headless-server-nar nar @@ -26,13 +26,13 @@ org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-headless-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 d9b4403494..de15c5ab18 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 @@ org.apache.nifi nifi-framework-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-server-nar nar @@ -26,7 +26,7 @@ org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -36,7 +36,7 @@ org.apache.nifi nifi-framework-nar-loading-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 946c6ee36a..99a639b1bd 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-framework-bundle pom @@ -53,188 +53,188 @@ org.apache.nifi nifi-custom-ui-utilities - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ui-extension - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-web-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-external-resource-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-protocol - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-cluster - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-client-dto - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-content-access - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-site-to-site - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-authorization - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-authorization-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-user-actions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-administration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-optimistic-locking - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-web-security - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-documentation - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-file-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-shell-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-authorizer - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-parameter - 2.0.0-M1 + 2.0.0-SNAPSHOT com.ibm.icu 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 50561224a1..b4a71b996e 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 @@ org.apache.nifi nifi-gcp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-gcp-nar @@ -29,18 +29,18 @@ org.apache.nifi nifi-gcp-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-gcp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-gcp-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 51bc42ed4e..e53128d48d 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 @@ org.apache.nifi nifi-gcp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-gcp-parameter-providers @@ -39,7 +39,7 @@ org.apache.nifi nifi-gcp-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -73,7 +73,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 c600fb7126..36e6b7c4a1 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 @@ org.apache.nifi nifi-gcp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-gcp-processors @@ -61,18 +61,18 @@ org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-gcp-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-conflict-resolution - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -161,13 +161,13 @@ org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 0af83dab1b..a01c5b504f 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 @@ org.apache.nifi nifi-gcp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-gcp-services-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-gcp-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 9c8c2e9182..3714d85228 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 @@ org.apache.nifi nifi-gcp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-gcp-services-api diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml index be0bfbf832..5ef800b8ff 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 0ec6c1cc34..c94989c9cc 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 @@ org.apache.nifi nifi-geohash-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-geohash-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-geohash-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 7f4def8e0b..57aa7034be 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 @@ org.apache.nifi nifi-geohash-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-geohash-processors @@ -47,7 +47,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -61,13 +61,13 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml index c14addba06..29117fcbc6 100644 --- a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 65ba9da6a5..12a9d102d6 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-client-service-api-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-graph-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 0fabd89604..0f48b38b4e 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-client-service-api 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 b3fc575b09..a4147cf6d3 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-graph-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 ecb23159a1..032a325afb 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-processors @@ -61,42 +61,42 @@ org.apache.nifi nifi-graph-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-graph-test-clients - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 d0cbd2111c..dcad76b39c 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-test-clients @@ -80,7 +80,7 @@ org.apache.nifi nifi-graph-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 d45b4f7a5d..3bdf905d8d 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-neo4j-cypher-service-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-graph-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-neo4j-cypher-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 b9e1cda00c..3310b6bfde 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-neo4j-cypher-service jar @@ -61,7 +61,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -72,7 +72,7 @@ org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 d9dfb84bb6..fbaa8ef4f4 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-other-graph-services-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-graph-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-other-graph-services - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 4a3b46b879..4ec94094e9 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 @@ org.apache.nifi nifi-graph-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-other-graph-services jar @@ -38,7 +38,7 @@ org.apache.nifi nifi-graph-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -60,7 +60,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -71,7 +71,7 @@ org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile diff --git a/nifi-nar-bundles/nifi-graph-bundle/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/pom.xml index 612c35a9b1..24de5c0df2 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-graph-bundle @@ -42,7 +42,7 @@ org.apache.nifi nifi-graph-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 2885845488..67a550c9c5 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 @@ org.apache.nifi nifi-groovyx-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-groovyx-nar 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 4e1df1b081..77dec1f8c3 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 @@ org.apache.nifi nifi-groovyx-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-groovyx-processors @@ -38,7 +38,7 @@ org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.groovy @@ -78,13 +78,13 @@ org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml index db905595a6..d24cc02f6b 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -39,7 +39,7 @@ org.apache.nifi nifi-groovyx-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.groovy 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 d530ee0616..cd03c2e262 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 @@ org.apache.nifi nifi-hadoop-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-nar nar @@ -25,7 +25,7 @@ org.apache.nifi nifi-hadoop-libraries-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 81a57e0dbe..357f057dbc 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 @@ org.apache.nifi nifi-hadoop-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hdfs-processors jar @@ -38,12 +38,12 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.hadoop @@ -110,7 +110,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml index 0a2be9fcd8..16e6e2cec8 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-bundle pom @@ -31,7 +31,7 @@ org.apache.nifi nifi-hdfs-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 2435fa5777..cb2f8d0d28 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 @@ org.apache.nifi nifi-hadoop-libraries-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-libraries-nar nar diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml index c14cd87c81..99d00666e3 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-hadoop-libraries-bundle 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 73bfadd0dd..939e9916aa 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-client-service-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-hashicorp-vault-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 2ae27d8b33..ebe4e59e2d 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-client-service-api jar @@ -26,7 +26,7 @@ org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 b0d0ad9cd8..ea22c1a6d4 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-client-service @@ -37,13 +37,13 @@ org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-hashicorp-vault - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -52,7 +52,7 @@ org.apache.nifi nifi-hashicorp-vault-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -64,7 +64,7 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 791b0277db..a59dae3ae0 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-nar @@ -29,29 +29,29 @@ org.apache.nifi nifi-hashicorp-vault-parameter-value-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-hashicorp-vault-parameter-provider - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hashicorp-vault-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 1021aff4a8..cefd06d6ea 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-parameter-provider @@ -29,13 +29,13 @@ org.apache.nifi nifi-hashicorp-vault-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 5e7c1e60ec..8e59c106af 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 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hashicorp-vault-parameter-value-provider jar @@ -34,13 +34,13 @@ org.apache.nifi nifi-hashicorp-vault-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-hashicorp-vault - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -51,7 +51,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml index a08ffaf71f..112208d1a4 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-hashicorp-vault-bundle 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 d6a2e30820..bed05ea2cb 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 @@ org.apache.nifi nifi-hazelcast-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hazelcast-services-api-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 923d0563e5..110b82e9c6 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 @@ org.apache.nifi nifi-hazelcast-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hazelcast-services-api 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 c05f0cda21..3991369339 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 @@ org.apache.nifi nifi-hazelcast-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hazelcast-services-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-hazelcast-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 554d3335ee..3aa75f404f 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 @@ org.apache.nifi nifi-hazelcast-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hazelcast-services @@ -29,7 +29,7 @@ org.apache.nifi nifi-hazelcast-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml index 318d3932e3..27a3717634 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hazelcast-bundle 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 32000bdaa0..276aab3129 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 @@ org.apache.nifi nifi-hbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hbase-nar nar 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 479d6a9a97..78bba0da78 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 @@ org.apache.nifi nifi-hbase-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hbase-processors Support for interacting with HBase @@ -26,7 +26,7 @@ org.apache.nifi nifi-hbase-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -76,13 +76,13 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml index d151fccbf2..5cf2776c9e 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -36,7 +36,7 @@ org.apache.nifi nifi-hbase-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 f903fb4117..813e9f7148 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 @@ org.apache.nifi nifi-hive-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hive-services-api-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 43405d46ea..441b161809 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 @@ org.apache.nifi nifi-hive-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hive-services-api @@ -29,12 +29,12 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 7d7ab2f51c..20607914b0 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 @@ nifi-hive-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 919cb0fb38..01d4054cca 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 @@ org.apache.nifi nifi-hive-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hive3-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-hive-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hive3-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 7f619e99bb..e65295356f 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 @@ org.apache.nifi nifi-hive-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hive3-processors @@ -45,12 +45,12 @@ org.apache.nifi nifi-put-pattern - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -59,7 +59,7 @@ org.apache.nifi nifi-hive-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -69,7 +69,7 @@ org.apache.nifi nifi-hadoop-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -364,7 +364,7 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.github.stephenc.findbugs @@ -374,7 +374,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -401,13 +401,13 @@ org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -419,13 +419,13 @@ org.apache.nifi nifi-kerberos-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-hive-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml index 457f5af66a..c5c85d232a 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml @@ -19,11 +19,11 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hive-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT pom 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 c1bc3225e0..4d8e8cc431 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 @@ org.apache.nifi nifi-hl7-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hl7-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-hl7-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 0288a713cb..13c0ef645d 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 @@ org.apache.nifi nifi-hl7-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hl7-processors @@ -119,7 +119,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml index 4854ba00bc..a4911f8869 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hl7-bundle @@ -35,12 +35,12 @@ org.apache.nifi nifi-hl7-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hl7-query-language - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 0d7ce4c1eb..c16508d3f1 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 @@ nifi-hubspot-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi nifi-hubspot-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 a4de1be4cd..609f73d287 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 @@ nifi-hubspot-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -48,7 +48,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml b/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml index 62bf87ce47..4b2a17e43a 100644 --- a/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hubspot-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 0690a8cfbd..ee8ac2972b 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-iceberg-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-iceberg-common @@ -38,7 +38,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -47,7 +47,7 @@ org.apache.nifi nifi-iceberg-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -61,7 +61,7 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 8d833aac60..3ec9ba5d4f 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,12 +28,12 @@ org.apache.nifi nifi-iceberg-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 6366c1413b..330082dc2d 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -38,7 +38,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -47,13 +47,13 @@ org.apache.nifi nifi-iceberg-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-iceberg-common - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -251,25 +251,25 @@ org.apache.nifi nifi-hive-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 bea670b3f5..4e7d773945 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,12 +28,12 @@ org.apache.nifi nifi-iceberg-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 a5c02c23bd..9cf2556a9e 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 42684459a6..1edbf0d3c8 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,12 +28,12 @@ org.apache.nifi nifi-iceberg-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-iceberg-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 f6a39b44b6..671c039247 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 @@ nifi-iceberg-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,7 +28,7 @@ org.apache.nifi nifi-iceberg-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml index 6ef83a29a3..48b45d2e1c 100644 --- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 0f26f7c993..8baef11836 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 @@ org.apache.nifi nifi-influxdb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-influxdb-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 b4918ad36a..e245bca330 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 @@ org.apache.nifi nifi-influxdb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-influxdb-processors diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml index 2039686cd3..916c77dd18 100644 --- a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-influxdb-bundle @@ -35,7 +35,7 @@ org.apache.nifi nifi-influxdb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 773f91820d..5975ec016c 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 @@ nifi-iotdb-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 972962a6fe..026625342d 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 @@ nifi-iotdb-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml index aea45ef931..38d251b64c 100644 --- a/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-iotdb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-iotdb-bundle diff --git a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml index 0cc2ea50ef..da4b40935a 100644 --- a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jetty-bundle nar 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 b4756d7ef5..9bb655d445 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 @@ org.apache.nifi nifi-jms-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jms-cf-service-nar nar @@ -31,7 +31,7 @@ org.apache.nifi nifi-jms-cf-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 094bb3d995..bccfab422f 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 @@ org.apache.nifi nifi-jms-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-jms-cf-service 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 8eb91fb115..2d1e12172a 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 @@ org.apache.nifi nifi-jms-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jms-processors-nar nar @@ -26,13 +26,13 @@ org.apache.nifi nifi-jms-cf-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jms-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 c2e7fa4eeb..f1c27cd6a3 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 @@ org.apache.nifi nifi-jms-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-jms-processors @@ -34,7 +34,7 @@ org.apache.nifi nifi-jms-cf-service provided - 2.0.0-M1 + 2.0.0-SNAPSHOT org.springframework @@ -91,13 +91,13 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-jms-bundle/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/pom.xml index 8f156a83dc..253ea143df 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-jms-bundle 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 b22fe2ac1c..7d72f78cf5 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 @@ org.apache.nifi nifi-jolt-record-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jolt-record-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-jolt-record-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 61b95bb1b7..cf8f3065ee 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 @@ org.apache.nifi nifi-jolt-record-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jolt-record-processors @@ -79,19 +79,19 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml index 693b901f06..d4bf8a10dc 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -40,12 +40,12 @@ org.apache.nifi nifi-jolt-record-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT com.bazaarvoice.jolt 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 5b26fbe947..69567974d1 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 @@ org.apache.nifi nifi-jslt-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jslt-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-jslt-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 0e5352d5b0..c6ca43d275 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 @@ org.apache.nifi nifi-jslt-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-jslt-processors diff --git a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml index 48f1bb1188..91cd2d5bda 100644 --- a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml @@ -19,13 +19,13 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom org.apache.nifi nifi-jslt-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT pom 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 da24fea000..400692589b 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 @@ org.apache.nifi nifi-kafka-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kafka-2-6-nar nar 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 ad79aaa164..21aac4295f 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 @@ org.apache.nifi nifi-kafka-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-kafka-2-6-processors @@ -57,7 +57,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -97,19 +97,19 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -120,7 +120,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 4a727d7cae..c3c0fc530a 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 @@ org.apache.nifi nifi-kafka-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-kafka-shared diff --git a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml index c35354e86d..c5bb469ad1 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-kafka-bundle @@ -44,12 +44,12 @@ org.apache.nifi nifi-kafka-2-6-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kafka-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT io.netty 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 a248fee4ba..3f3acc0856 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 @@ org.apache.nifi nifi-kerberos-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-iaa-providers-nar nar 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 360b6ce2d8..dbd167228b 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 @@ org.apache.nifi nifi-kerberos-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-iaa-providers jar @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.springframework.security.kerberos 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 36eafd424c..e49fc907f3 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-iaa-providers-bundle pom @@ -31,7 +31,7 @@ org.apache.nifi nifi-kerberos-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 9c78b3faba..2c28276268 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 @@ nifi-kudu-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kudu-controller-service @@ -67,7 +67,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 8179d46483..adcbc751bf 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 @@ org.apache.nifi nifi-kudu-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kudu-nar @@ -29,17 +29,17 @@ org.apache.nifi nifi-kudu-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kudu-controller-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-libraries-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 d4582c328c..31da4f2964 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 @@ org.apache.nifi nifi-kudu-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kudu-processors @@ -54,7 +54,7 @@ org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -80,12 +80,12 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.kudu @@ -102,13 +102,13 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml index 9bfbfc9f31..f3243a98c3 100644 --- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 b9d61b66de..efa45cab84 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 @@ org.apache.nifi nifi-language-translation-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-language-translation-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-yandex-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 681e76469c..d15abe49bd 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 @@ org.apache.nifi nifi-language-translation-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-yandex-processors @@ -36,7 +36,7 @@ org.apache.nifi nifi-web-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml index 3de743d7b5..b67e6fb162 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 c3d6cc422b..5aa0c77299 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 @@ org.apache.nifi nifi-ldap-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ldap-iaa-providers-nar nar 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 af83d19de9..828ae92683 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 @@ org.apache.nifi nifi-ldap-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ldap-iaa-providers jar @@ -34,17 +34,17 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-identity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -88,7 +88,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 079cfe4c36..ece03aaf69 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ldap-iaa-providers-bundle pom @@ -31,7 +31,7 @@ org.apache.nifi nifi-ldap-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 3466585d66..5f81ef6738 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 @@ org.apache.nifi nifi-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-image-viewer-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-image-viewer - 2.0.0-M1 + 2.0.0-SNAPSHOT war 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 ff69c728e0..f93a3517d1 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 @@ org.apache.nifi nifi-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-image-viewer NiFi image viewer 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 fea8fbe430..68cbeaafd5 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 @@ org.apache.nifi nifi-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-media-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-media-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 82cac7079f..047b33f04b 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 @@ org.apache.nifi nifi-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-media-processors diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml index f2204103fd..a7c361d161 100644 --- a/nifi-nar-bundles/nifi-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-media-bundle 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 b4ec20c33e..50a0847e05 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-client-service-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-mongodb-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 c0e2f22b79..68d2c10525 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-client-service-api 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 fd23d045a4..2ecfd601b5 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-mongodb-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 0796c3b5eb..6aeec81bd2 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-processors @@ -70,19 +70,19 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -93,19 +93,19 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mongodb-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-mongodb-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 67b09dd163..4806a95178 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-services-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-mongodb-client-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-services - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 807c3d82ec..d7822c4c37 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 @@ org.apache.nifi nifi-mongodb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mongodb-services jar @@ -64,7 +64,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -75,7 +75,7 @@ org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml index 704930b60f..cc0cafc909 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -49,7 +49,7 @@ org.apache.nifi nifi-mongodb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 b5e4f290d6..0ddddc5871 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 @@ org.apache.nifi nifi-mqtt-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-mqtt-nar nar 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 066079efc3..547978dbc9 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 @@ org.apache.nifi nifi-mqtt-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -80,13 +80,13 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml index 80bd233a2a..3603a3f629 100644 --- a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-mqtt-bundle @@ -31,7 +31,7 @@ org.apache.nifi nifi-mqtt-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 a998fb8df5..3d4a5eb4bb 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 @@ org.apache.nifi nifi-network-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-network-processors-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-network-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 5ed4b5265a..cab56616eb 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 @@ org.apache.nifi nifi-network-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-network-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-network-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core @@ -47,7 +47,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 38b15d1464..688136ecaf 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 @@ nifi-network-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-network-utils diff --git a/nifi-nar-bundles/nifi-network-bundle/pom.xml b/nifi-nar-bundles/nifi-network-bundle/pom.xml index 8294bfbcad..c6663ceb3d 100644 --- a/nifi-nar-bundles/nifi-network-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-network-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 98f2205ccc..38cc7951c2 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 @@ org.apache.nifi nifi-opentelemetry-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-opentelemetry-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-opentelemetry-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 cd0106b3ce..49f323b598 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 @@ org.apache.nifi nifi-opentelemetry-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-opentelemetry-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -90,13 +90,13 @@ org.apache.nifi nifi-web-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-web-client - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml index c2fbb60e13..24cff46159 100644 --- a/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-opentelemetry-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 5619dd9af4..d41575af1b 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 @@ org.apache.nifi nifi-parquet-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-parquet-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-parquet-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-libraries-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 ed2b885666..fe09b2e5fd 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 @@ org.apache.nifi nifi-parquet-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-parquet-processors jar @@ -44,7 +44,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.hadoop @@ -104,7 +104,7 @@ org.apache.nifi nifi-hadoop-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -126,7 +126,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml index 9552d4c6a3..df8f35da77 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 4e4f6e35f0..4a7209ff19 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-pgp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 ff103a99d3..7c7573863a 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-processors @@ -34,7 +34,7 @@ org.apache.nifi nifi-pgp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -56,7 +56,7 @@ org.apache.nifi nifi-pgp-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 678b445e8f..840a2122a5 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-service-api-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-pgp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 17d427f1d5..5df185c54f 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-service-api 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 3ad00d477c..7d8c5549f0 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-service-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-pgp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-pgp-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 e5b24ecd04..3bd8f0ce6b 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-service @@ -29,7 +29,7 @@ org.apache.nifi nifi-pgp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -56,7 +56,7 @@ org.apache.nifi nifi-pgp-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 952b265a50..7db2353394 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 @@ org.apache.nifi nifi-pgp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-pgp-test-utils diff --git a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml index 254956fa25..bd7af3db00 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 18544271c2..2ffe006a1a 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 @@ org.apache.nifi nifi-poi-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-poi-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-poi-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 f5cf4bcee1..e4833c8ff2 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-poi-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-poi-services @@ -45,7 +45,7 @@ org.apache.nifi nifi-record-serialization-services-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.poi @@ -78,7 +78,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/pom.xml index be0889adfd..39f717b79f 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -52,7 +52,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 495e9bb389..acd2844348 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 @@ org.apache.nifi nifi-prometheus-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-prometheus-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-prometheus-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 a3253ec0b2..d2cb6113e8 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 @@ org.apache.nifi nifi-prometheus-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-prometheus-reporting-task @@ -40,7 +40,7 @@ org.apache.nifi nifi-prometheus-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml index 6599a0b00e..504efe971c 100644 --- a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-prometheus-bundle 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 fc57a26349..30c2ae0baf 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 @@ org.apache.nifi nifi-provenance-repository-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-persistent-provenance-repository jar @@ -37,12 +37,12 @@ org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -59,22 +59,22 @@ org.apache.nifi nifi-security-kms - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.lucene 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 dc07cf3f08..f9ab79b860 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 @@ org.apache.nifi nifi-provenance-repository-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-provenance-repository-nar nar 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 37b74121c9..d5d4a50066 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 @@ org.apache.nifi nifi-provenance-repository-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-volatile-provenance-repository jar @@ -33,7 +33,7 @@ org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml index 5457bdbd78..b623941252 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-provenance-repository-bundle pom @@ -34,12 +34,12 @@ org.apache.nifi nifi-persistent-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-volatile-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.lucene 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 f628e25c5a..655abc75f2 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 @@ -17,7 +17,7 @@ nifi-py4j-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -46,23 +46,23 @@ org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-json-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 e42c9d5caa..08bfc9117e 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 @@ -17,7 +17,7 @@ nifi-py4j-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,30 +27,30 @@ org.apache.nifi nifi-python-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-test-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-extension-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-py4j-bridge - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -83,7 +83,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 8e92a45113..2186806bfa 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 @@ org.apache.nifi nifi-py4j-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-py4j-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-py4j-bridge - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 fd82202b2b..8a459ec7b8 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 @@ -17,7 +17,7 @@ nifi-py4j-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 71e9480646..505603f0b4 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 @@ -17,7 +17,7 @@ org.apache.nifi nifi-py4j-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 973f86d49e..5ebff16d99 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 @@ -17,7 +17,7 @@ nifi-py4j-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 baa781e98b..730a126321 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 @@ -17,7 +17,7 @@ nifi-py4j-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-nar-bundles/nifi-py4j-bundle/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/pom.xml index b2eaf9bf28..b5785cd0de 100644 --- a/nifi-nar-bundles/nifi-py4j-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-py4j-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 a06566f064..87d47d739d 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 @@ org.apache.nifi nifi-ranger-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ranger-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-ranger-plugin - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 33b979f35c..f7d3b2311a 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 @@ org.apache.nifi nifi-ranger-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ranger-plugin @@ -195,12 +195,12 @@ org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 570b004448..3b7655c975 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 @@ org.apache.nifi nifi-ranger-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ranger-resources diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml index bc2ee30fa6..1cc559785f 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ranger-bundle 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 bcf86e0ba3..1c450c9c23 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 @@ org.apache.nifi nifi-redis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-redis-extensions @@ -35,13 +35,13 @@ org.apache.nifi nifi-redis-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-redis-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.springframework.data @@ -87,7 +87,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -101,7 +101,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 500a2b2868..c14275f5ba 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 @@ org.apache.nifi nifi-redis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-redis-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-redis-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-redis-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 243827891b..f766c1eb0c 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 @@ org.apache.nifi nifi-redis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-redis-service-api-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-redis-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 29ca141e61..347ffa5504 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 @@ org.apache.nifi nifi-redis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-redis-service-api 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 bf63a4e0f8..fc89061945 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 @@ org.apache.nifi nifi-redis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-redis-utils @@ -33,7 +33,7 @@ org.apache.nifi nifi-redis-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml index 8a1c434e5e..99b62cbf16 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 e1214258a0..a743de66df 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 @@ org.apache.nifi nifi-registry-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-nar nar @@ -22,13 +22,13 @@ org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-registry-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 4d2163ba73..b879530b07 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-registry-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-service jar @@ -34,7 +34,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi diff --git a/nifi-nar-bundles/nifi-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/pom.xml index 13bc357e4e..0541e3ff84 100644 --- a/nifi-nar-bundles/nifi-registry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-registry-bundle/pom.xml @@ -14,7 +14,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-registry-bundle 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 474251e42c..c5cfffcdd2 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 @@ nifi-salesforce-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,7 +28,7 @@ org.apache.nifi nifi-salesforce-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 8d366042a8..d239568355 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 @@ nifi-salesforce-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -44,7 +44,7 @@ org.apache.nifi nifi-json-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.camel @@ -82,13 +82,13 @@ org.apache.nifi nifi-oauth2-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml index 6cb7cb50ce..c32ec00c72 100644 --- a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 e22d063810..d09a5fc450 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 @@ org.apache.nifi nifi-scripting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-scripting-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 c7e1a9e970..10f4ebd58a 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 @@ org.apache.nifi nifi-scripting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-scripting-processors @@ -57,7 +57,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -96,7 +96,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml index 841a9b567c..9976d0e29b 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -40,7 +40,7 @@ org.apache.nifi nifi-scripting-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -61,13 +61,13 @@ org.apache.nifi nifi-metrics - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 9a0dbdd694..d4b12f4985 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 @@ nifi-shopify-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,12 +28,12 @@ org.apache.nifi nifi-shopify-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 58cd3b9030..9f907a16e8 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 @@ nifi-shopify-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-io @@ -53,7 +53,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-shopify-bundle/pom.xml b/nifi-nar-bundles/nifi-shopify-bundle/pom.xml index f3024be3a1..b1b4cbd84e 100644 --- a/nifi-nar-bundles/nifi-shopify-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-shopify-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 a78aa92ce3..e1c90875c7 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 @@ org.apache.nifi nifi-single-user-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-single-user-iaa-providers-nar nar 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 b5534c5e0d..1ddaf5f98c 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 @@ org.apache.nifi nifi-single-user-iaa-providers-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-single-user-iaa-providers jar @@ -42,7 +42,7 @@ org.apache.nifi nifi-single-user-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 74ff32a8a0..44dfe2933f 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-single-user-iaa-providers-bundle pom @@ -31,7 +31,7 @@ org.apache.nifi nifi-single-user-iaa-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 9d11039f56..de9500e1cb 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 @@ org.apache.nifi nifi-site-to-site-reporting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-site-to-site-reporting-nar 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 9279f3471e..d8975df2d5 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 @@ org.apache.nifi nifi-site-to-site-reporting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-site-to-site-reporting-task @@ -32,7 +32,7 @@ org.apache.nifi nifi-reporting-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -49,7 +49,7 @@ org.apache.nifi nifi-site-to-site-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -70,7 +70,7 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.glassfish @@ -86,7 +86,7 @@ org.apache.nifi nifi-data-provenance-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -96,7 +96,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 c20ed7623a..ff0f645d32 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom @@ -35,7 +35,7 @@ org.apache.nifi nifi-site-to-site-reporting-task - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 f40067d8b2..2dad97538a 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 @@ org.apache.nifi nifi-slack-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-slack-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-slack-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 cb40b3106f..f75f089f76 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 @@ org.apache.nifi nifi-slack-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-slack-processors @@ -119,7 +119,7 @@ org.apache.nifi nifi-web-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -138,7 +138,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-slack-bundle/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/pom.xml index cc92558385..449bfb964f 100644 --- a/nifi-nar-bundles/nifi-slack-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-slack-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 85df0244f5..3aad997442 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -33,7 +33,7 @@ org.apache.nifi nifi-smb-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 43ea17bb4c..53eac5a4b2 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-client-api jar @@ -25,12 +25,12 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 b36643b591..6c879cca01 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-smb-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-smb-client-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 a877cb74f7..bf089abcc2 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-processors @@ -29,7 +29,7 @@ org.apache.nifi nifi-smb-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -55,7 +55,7 @@ org.apache.nifi nifi-smb-smbj-common - 2.0.0-M1 + 2.0.0-SNAPSHOT com.hierynomus @@ -72,7 +72,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -88,7 +88,7 @@ org.apache.nifi nifi-smb-smbj-client - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 af3b99c447..bf2e55e35b 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-smbj-client-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-smb-client-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-smb-smbj-client - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 cfa9385c13..6413d4eba3 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-smbj-client @@ -29,7 +29,7 @@ org.apache.nifi nifi-smb-client-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -47,7 +47,7 @@ org.apache.nifi nifi-smb-smbj-common - 2.0.0-M1 + 2.0.0-SNAPSHOT com.hierynomus @@ -65,7 +65,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 e59d19a3e2..596df3ba0f 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 @@ org.apache.nifi nifi-smb-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-smb-smbj-common @@ -32,7 +32,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT com.hierynomus @@ -42,7 +42,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-smb-bundle/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/pom.xml index 74b5f09440..e3667bd159 100644 --- a/nifi-nar-bundles/nifi-smb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-smb-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 f343312335..8dbebc3fb0 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 @@ org.apache.nifi nifi-snmp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-snmp-nar nar 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 3541b2f93b..d81925af36 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-snmp-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-snmp-processors jar @@ -59,7 +59,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-json-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile diff --git a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml index 75e06a1b87..da1ef896a4 100644 --- a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-snmp-bundle @@ -33,7 +33,7 @@ org.apache.nifi nifi-snmp-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 0a75b8f13c..01f32ffe1e 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 @@ nifi-snowflake-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,12 +31,12 @@ org.apache.nifi nifi-snowflake-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snowflake-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 3d6bd68b28..ddf5dd293d 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 @@ nifi-snowflake-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -39,13 +39,13 @@ org.apache.nifi nifi-snowflake-services - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-snowflake-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -85,31 +85,31 @@ org.apache.nifi nifi-key-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-key-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-dbcp-base - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-proxy-configuration-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 29fbe6749a..65db772090 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 @@ nifi-snowflake-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,7 +31,7 @@ org.apache.nifi nifi-snowflake-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 b976a9ae71..95661e2dd5 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 @@ nifi-snowflake-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -41,7 +41,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 bd8191919b..0a7ccd559d 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 @@ org.apache.nifi nifi-snowflake-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-snowflake-services-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-snowflake-services - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-snowflake-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 11eaf4a0c6..3b2a87ce64 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 @@ org.apache.nifi nifi-snowflake-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-snowflake-services @@ -33,7 +33,7 @@ org.apache.nifi nifi-dbcp-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -44,13 +44,13 @@ org.apache.nifi nifi-key-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-snowflake-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml index 4e0a2e28b6..059db5453b 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml @@ -15,7 +15,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 9975ec503b..6ad9830a97 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 @@ org.apache.nifi nifi-social-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-social-media-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-twitter-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 79a4ef6721..03e0cacff7 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 @@ org.apache.nifi nifi-social-media-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-twitter-processors @@ -52,7 +52,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml index b7671b0b5f..25eb0e090c 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 2d8bdf309e..728335e003 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 @@ org.apache.nifi nifi-solr-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-solr-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-solr-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 c4c71fc4c4..e7e898b870 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 @@ org.apache.nifi nifi-solr-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-solr-processors jar @@ -29,7 +29,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -71,7 +71,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -105,19 +105,19 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-solr-bundle/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/pom.xml index 9b8b8a7461..2d2c5061b9 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-solr-bundle 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 9c68760864..ca5dbcc2e6 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 @@ org.apache.nifi nifi-spark-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-livy-controller-service-api-nar @@ -27,13 +27,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-livy-controller-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 65103bc2b1..1ed17dcbb0 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 @@ org.apache.nifi nifi-spark-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-livy-controller-service-api 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 a6a5177302..1960a05e73 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 @@ org.apache.nifi nifi-spark-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-livy-controller-service @@ -35,7 +35,7 @@ org.apache.nifi nifi-livy-controller-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.codehaus.jettison @@ -56,7 +56,7 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.hadoop 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 5e39c5d39b..976cf5270c 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 @@ org.apache.nifi nifi-spark-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-livy-nar @@ -27,18 +27,18 @@ org.apache.nifi nifi-livy-controller-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-livy-controller-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-livy-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 64532f53d9..21e7a5ae17 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 @@ org.apache.nifi nifi-spark-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-livy-processors @@ -31,7 +31,7 @@ org.apache.nifi nifi-livy-controller-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -67,7 +67,7 @@ org.apache.nifi nifi-livy-controller-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -78,7 +78,7 @@ org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/pom.xml index b7be03e981..1c2cf7089b 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-spark-bundle @@ -76,7 +76,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 e33e2289c7..05fcb5a6a1 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 @@ org.apache.nifi nifi-splunk-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-splunk-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-splunk-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 3c463d64c6..bafbb3cde2 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 @@ org.apache.nifi nifi-splunk-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-splunk-processors @@ -45,7 +45,7 @@ org.apache.nifi nifi-event-put - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-io diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml index f663a247f0..bb375856a5 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 d9425c8837..6c5c09c430 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 @@ org.apache.nifi nifi-sql-reporting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-sql-reporting-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-sql-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 dd620cf1c4..c83df6e057 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 @@ org.apache.nifi nifi-sql-reporting-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-sql-reporting-tasks @@ -37,12 +37,12 @@ org.apache.nifi nifi-reporting-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-database-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -63,7 +63,7 @@ org.apache.nifi nifi-calcite-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.calcite @@ -91,13 +91,13 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-user-actions - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml index 132db22622..f405f42bc6 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-sql-reporting-bundle pom @@ -33,7 +33,7 @@ org.apache.nifi nifi-sql-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 21471c8da0..0acc6e2fe1 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> nifi-standard-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -42,17 +42,17 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-custom-ui-utilities - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT javax.servlet.jsp 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 bab56107b8..3966e24c94 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-content-viewer @@ -30,7 +30,7 @@ org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-codec 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 9cb8e3c968..8d6df4ebec 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-nar nar 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 61b3d06b18..b47748b8ca 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-parameter-providers jar @@ -43,7 +43,7 @@ org.apache.nifi nifi-web-client-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 a06bc1d179..ecdf349171 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-processors jar @@ -40,37 +40,37 @@ org.apache.nifi nifi-put-pattern - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bin-manager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-listed-entity - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-put - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-listen - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-syslog-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -83,7 +83,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -96,12 +96,12 @@ org.apache.nifi nifi-flowfile-packager - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -167,12 +167,12 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -265,7 +265,7 @@ org.apache.nifi nifi-socket-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT javax.jms @@ -291,12 +291,12 @@ org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -339,13 +339,13 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-distributed-cache-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -356,25 +356,25 @@ org.apache.nifi nifi-standard-prioritizers - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-lookup-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -417,7 +417,7 @@ org.apache.nifi nifi-standard-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT net.sf.supercsv @@ -450,7 +450,7 @@ org.apache.nifi nifi-calcite-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -459,7 +459,7 @@ org.apache.nifi nifi-database-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -486,7 +486,7 @@ org.apache.nifi nifi-database-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 2d8e85f4cb..10134185c6 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-reporting-tasks jar 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 7a50be2bb9..78862bc6ea 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 @@ org.apache.nifi nifi-standard-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-rules @@ -43,7 +43,7 @@ org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 632e5ee5d2..83b35a400f 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> nifi-standard-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-standard-utils diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 1eced735d3..91567def49 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-standard-bundle @@ -45,39 +45,39 @@ org.apache.nifi nifi-standard-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-reporting-tasks - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-rules - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-parameter-providers - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-content-viewer war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jolt-transform-json-ui war - 2.0.0-M1 + 2.0.0-SNAPSHOT com.bazaarvoice.jolt 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 8cab190b3b..9fb770cefb 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dbcp-service-api 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 17c869cb63..7f47a0d57e 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 @@ org.apache.nifi nifi-dbcp-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dbcp-service-nar @@ -27,18 +27,18 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-dbcp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hikari-dbcp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 bc4e8c1cc7..c8b430239d 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 @@ org.apache.nifi nifi-dbcp-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dbcp-service jar @@ -29,7 +29,7 @@ org.apache.nifi nifi-dbcp-base - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -38,12 +38,12 @@ org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -53,28 +53,28 @@ org.apache.nifi nifi-record-sink-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -121,7 +121,7 @@ org.apache.nifi nifi-kerberos-test-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 28e840f43a..b41d123a83 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 @@ org.apache.nifi nifi-dbcp-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hikari-dbcp-service jar @@ -25,7 +25,7 @@ org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -39,12 +39,12 @@ org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -58,7 +58,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 ade9279dab..49125d51df 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-dbcp-service-bundle 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 293100d4db..a942c6b0e1 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-client-service-api jar 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 79a5b04e7e..29cd028d29 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 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-client-service jar @@ -38,12 +38,12 @@ org.apache.nifi nifi-security-socket-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 a2b072fac2..ab1ed808f1 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 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-protocol 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 394626c235..32386b4045 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 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-server Provides a Controller Service for hosting Distributed Caches @@ -33,7 +33,7 @@ org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -42,7 +42,7 @@ org.apache.nifi nifi-security-socket-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -51,7 +51,7 @@ org.apache.nifi nifi-write-ahead-log - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 d14c61a04d..6f018c29e6 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 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-services-nar nar @@ -25,7 +25,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 16b6118c61..6c06a25add 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-distributed-cache-services-bundle pom 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 42fbaf72e5..bb52766a8c 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-file-resource-service-api 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 a1df505e78..bfc3530cbb 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-file-resource-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-file-resource-service-nar @@ -28,13 +28,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-file-resource-service - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 88ae45b470..4da79c6e19 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-file-resource-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-file-resource-service 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 59712d3644..1f6dd5f95d 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 @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-file-resource-service-bundle 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 f7b796b649..970da010e2 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 @@ org.apache.nifi nifi-hadoop-dbcp-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-dbcp-service-nar @@ -27,13 +27,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-dbcp-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 cc254053f5..4f23161056 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 @@ org.apache.nifi nifi-hadoop-dbcp-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-dbcp-service jar @@ -25,7 +25,7 @@ org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -39,17 +39,17 @@ org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -97,13 +97,13 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 9cc48426d9..11df1d2ca5 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hadoop-dbcp-service-bundle 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 e4096c69d2..de0d13596b 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hbase-client-service-api 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 081dd02a3e..c1ac96edee 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 @@ org.apache.nifi nifi-hbase_2-client-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hbase_2-client-service-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-hbase_2-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 96510da64a..ae1dae946a 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 @@ org.apache.nifi nifi-hbase_2-client-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-hbase_2-client-service @@ -29,7 +29,7 @@ org.apache.nifi nifi-hbase-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -52,12 +52,12 @@ org.apache.nifi nifi-hadoop-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -144,7 +144,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 bc1e95b471..3dae76fc5a 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 31457d7534..49912c319d 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-http-context-map-api 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 ef897c79cc..abb520ec25 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 @@ org.apache.nifi nifi-http-context-map-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-http-context-map-nar @@ -27,7 +27,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 57220a8308..656a1dec2c 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 @@ org.apache.nifi nifi-http-context-map-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-http-context-map 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 06adc35e88..ea628c81d5 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-http-context-map-bundle 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 5f28a4be61..14b5a2eae9 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-credentials-service-api jar 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 9bc4dc61b3..a7b549bae6 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 @@ org.apache.nifi nifi-kerberos-credentials-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-credentials-service-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 b786113ee9..2bc51d4dec 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 @@ org.apache.nifi nifi-kerberos-credentials-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-credentials-service jar 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 98fe156985..93d96f9b39 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-credentials-service-bundle pom 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 ff356e49bf..3e76bf422a 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-user-service-api jar 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 1c99efb5ca..dae213c952 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 @@ org.apache.nifi nifi-kerberos-user-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-user-service-nar nar @@ -25,13 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-user-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 dbadc3fcbc..d2fd271554 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 @@ org.apache.nifi nifi-kerberos-user-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-user-service jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-security-kerberos - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 e5e3bc0ac1..625d6da780 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-kerberos-user-service-bundle pom 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 e3ec1eeba8..8ff8a8e47a 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-key-service-api 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 f6c43a7fcb..f434da15cd 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 @@ org.apache.nifi nifi-key-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-key-service-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-key-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 4c3feebd54..0a9f854fd0 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 @@ org.apache.nifi nifi-key-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-key-service jar 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 80add45402..662c3ca75e 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-key-service-bundle 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 f335f8de24..3fda4dde91 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-lookup-service-api 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 92f28dc37f..9c957a5eea 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 @@ org.apache.nifi nifi-lookup-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-lookup-services-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-lookup-services - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 7c3e115e8d..d0a252d027 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 @@ org.apache.nifi nifi-lookup-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-lookup-services jar @@ -46,7 +46,7 @@ org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons @@ -100,7 +100,7 @@ org.apache.nifi nifi-database-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -113,7 +113,7 @@ org.apache.nifi nifi-record-path - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -137,7 +137,7 @@ org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -147,7 +147,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 ee4c4be45f..fc7892be97 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-lookup-services-bundle 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 ecd6c56d3c..9b2ccd5c52 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-oauth2-provider-api 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 4bc7183984..8e563046c7 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 @@ org.apache.nifi nifi-oauth2-provider-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-oauth2-provider-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-oauth2-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 3bdb4b7070..3a96b7f2eb 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 @@ org.apache.nifi nifi-oauth2-provider-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-oauth2-provider-service 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 26f8758f4c..ace93512f0 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 1f530f8eb0..5f3cb2e343 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 @@ nifi-standard-services org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 27b82dec40..2891fe20c6 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 @@ nifi-proxy-configuration-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,13 +28,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-proxy-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 05ff8fa7d6..578f314f1b 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 @@ nifi-proxy-configuration-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 e982cbfc48..afe1bd535f 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 @@ nifi-standard-services org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 fcd90a68f1..27334d81f6 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-serialization-service-api 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 8d8a2793e1..9294213e0e 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 @@ org.apache.nifi nifi-record-serialization-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-serialization-services-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 40574c73f2..5466a9dadf 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 @@ -18,14 +18,14 @@ org.apache.nifi nifi-record-serialization-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-serialization-services-shared org.apache.nifi nifi-standard-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -38,7 +38,7 @@ org.apache.nifi nifi-schema-inference-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 5596d53dae..8227f6f6e1 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 @@ org.apache.nifi nifi-record-serialization-services-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-serialization-services @@ -47,17 +47,17 @@ org.apache.nifi nifi-record-serialization-services-shared - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-syslog-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -66,12 +66,12 @@ org.apache.nifi nifi-json-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-yaml-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons 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 914dda0e76..6871e74fef 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 9ac0aa987c..dc4b0c3afd 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-sink-api 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 5e950fdd52..1031b834ba 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 @@ org.apache.nifi nifi-record-sink-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-sink-service-nar @@ -32,7 +32,7 @@ org.apache.nifi nifi-record-sink-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 28ea061b76..a27efde278 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 @@ org.apache.nifi nifi-record-sink-service-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-record-sink-service @@ -47,7 +47,7 @@ org.apache.nifi nifi-service-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -56,7 +56,7 @@ org.apache.nifi nifi-event-transport - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 0619768c48..27257b3c14 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom 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 175d690dec..d5f5032580 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-schema-registry-service-api 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 90676a7f74..f0695ca025 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 @@ org.apache.nifi nifi-ssl-context-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ssl-context-service-nar nar @@ -25,7 +25,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 61c78667bf..2ddd989327 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 @@ org.apache.nifi nifi-ssl-context-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ssl-context-service jar 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 5d4dd182ee..facbd9a736 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ssl-context-bundle pom 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 804c9a303d..ce7e33bcf8 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-ssl-context-service-api jar 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 b1aea2f79d..398db97da5 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 @@ org.apache.nifi nifi-standard-services - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-services-api-nar nar @@ -25,7 +25,7 @@ org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar @@ -56,19 +56,19 @@ org.apache.nifi nifi-dbcp-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-hbase-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-oauth2-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile @@ -114,19 +114,19 @@ org.apache.nifi nifi-record-sink-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-web-client-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-key-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 7113e0f467..7503f50ff9 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 @@ org.apache.nifi nifi-web-client-provider-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-client-provider-api 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 e5a660b8d9..66cd1d79c4 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 @@ org.apache.nifi nifi-web-client-provider-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-client-provider-service-nar nar @@ -26,7 +26,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 4e9630c284..6037ab4114 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 @@ org.apache.nifi nifi-web-client-provider-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-web-client-provider-service 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 148781afc8..a9cf0c140d 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../../nifi-standard-shared-bundle/nifi-standard-shared-bom nifi-web-client-provider-bundle diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml index 1c853ff845..de31d8a20e 100644 --- a/nifi-nar-bundles/nifi-standard-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-services pom 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 9170c1eeea..6edaa9d1c1 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 @@ org.apache.nifi nifi-standard-shared-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-shared-bom pom 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 f99add1733..6648212a1a 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 @@ org.apache.nifi nifi-standard-shared-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-shared-nar nar @@ -27,7 +27,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar diff --git a/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-shared-bundle/pom.xml index e2622c24c6..d09713129e 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-standard-shared-bundle 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 92b00e4f53..11a9d5f73f 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 @@ org.apache.nifi nifi-stateful-analysis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-stateful-analysis-nar nar @@ -26,7 +26,7 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 34e7faa8f4..9ac252d749 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 @@ org.apache.nifi nifi-stateful-analysis-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-stateful-analysis-processors @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT @@ -48,7 +48,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml index e0870ee379..2f4dd18d34 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-stateful-analysis-bundle pom @@ -30,7 +30,7 @@ org.apache.nifi nifi-stateful-analysis-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 aeec0f49a2..8bd55800f0 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 @@ nifi-stateless-processor-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,7 +28,7 @@ org.apache.nifi nifi-stateless-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 8ddcdb4573..b34ab809e2 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 @@ nifi-stateless-processor-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,43 +27,43 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-stateless-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -72,12 +72,12 @@ org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j @@ -88,44 +88,44 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 ba398a5130..3cb9b278e8 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 @@ nifi-stateless-processor-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -39,7 +39,7 @@ org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -48,12 +48,12 @@ org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml index 4b45ff47da..b41bd239b5 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 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom 4.0.0 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 67a64e67ea..2b6a86d664 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 @@ org.apache.nifi nifi-update-attribute-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-update-attribute-model Data model for UpdateAttribute. @@ -26,7 +26,7 @@ org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT jakarta.xml.bind 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 f1747f150d..8dc5b5dbd9 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 @@ org.apache.nifi nifi-update-attribute-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-update-attribute-nar nar @@ -25,14 +25,14 @@ org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 d8aa1fb87a..8695d0138c 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 @@ org.apache.nifi nifi-update-attribute-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-update-attribute-processor Processor for UpdateAttribute 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 973b1f03b4..ca70c7f3a3 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 @@ org.apache.nifi nifi-update-attribute-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-update-attribute-ui war @@ -66,12 +66,12 @@ org.apache.nifi nifi-custom-ui-utilities - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-expression-language - 2.0.0-M1 + 2.0.0-SNAPSHOT jakarta.xml.bind diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml index c45280b190..71b2275a58 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 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-update-attribute-bundle pom @@ -34,18 +34,18 @@ org.apache.nifi nifi-update-attribute-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-update-attribute-processor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-update-attribute-ui war - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 0fbba724da..73551283f0 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-websocket-processors-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-websocket-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 c40da9ae7a..89034d0824 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-websocket-processors @@ -41,7 +41,7 @@ org.apache.nifi nifi-websocket-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -55,7 +55,7 @@ org.apache.nifi nifi-websocket-services-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 2b9984e1e9..686de4c694 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-websocket-services-api-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 f84207bcd7..3ef8c0ae66 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-websocket-services-api 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 d0a8506ad1..4ba0df6ac8 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-websocket-services-jetty-nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-websocket-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 5b809ecad8..83bcf3b278 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 @@ org.apache.nifi nifi-websocket-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-websocket-services-jetty @@ -33,13 +33,13 @@ org.apache.nifi nifi-websocket-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-jetty-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.eclipse.jetty.websocket diff --git a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml index ab40db5a2b..c63e04a311 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-websocket-bundle 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 fd5f87a805..e159266b9c 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 @@ language governing permissions and limitations under the License. --> nifi-windows-event-log-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-windows-event-log-nar @@ -24,7 +24,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 bfd9d6c944..ab2f3e7667 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 @@ language governing permissions and limitations under the License. --> nifi-windows-event-log-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-windows-event-log-processors @@ -55,7 +55,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT net.java.dev.jna @@ -74,7 +74,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 371e19c0bb..1fc3d65d27 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-nar-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-windows-event-log-bundle @@ -35,7 +35,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-windows-event-log-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 125073e735..d990ac3123 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 @@ nifi-workday-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,13 +31,13 @@ org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-workday-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 46adf8f2b2..d412be5bdf 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 @@ org.apache.nifi nifi-workday-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -66,7 +66,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -82,7 +82,7 @@ org.apache.nifi nifi-record-serialization-services - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-workday-bundle/pom.xml b/nifi-nar-bundles/nifi-workday-bundle/pom.xml index 077a5f6d68..0de725610d 100644 --- a/nifi-nar-bundles/nifi-workday-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-workday-bundle/pom.xml @@ -21,7 +21,7 @@ nifi-nar-bundles org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-workday-bundle 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 c8f2901699..b9407cb295 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 @@ org.apache.nifi nifi-zendesk-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-zendesk-nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-zendesk-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi 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 2aa32a673b..321efd6b6d 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 @@ org.apache.nifi nifi-zendesk-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-zendesk-processors @@ -37,7 +37,7 @@ org.apache.nifi nifi-web-client-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -57,7 +57,7 @@ org.apache.nifi nifi-web-client-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT test diff --git a/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml b/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml index 6dbd1b14a4..cf5fa5828a 100644 --- a/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-zendesk-bundle/pom.xml @@ -19,7 +19,7 @@ nifi-standard-shared-bom org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT ../nifi-standard-shared-bundle/nifi-standard-shared-bom diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml index dff9fc2419..e4ea0e746f 100755 --- a/nifi-nar-bundles/pom.xml +++ b/nifi-nar-bundles/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-bundles pom @@ -168,87 +168,87 @@ org.apache.nifi nifi-bom - 2.0.0-M1 + 2.0.0-SNAPSHOT import pom org.apache.nifi nifi-distributed-cache-client-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-kerberos-credentials-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-security-kerberos-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-mongodb-client-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-distributed-cache-protocol - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-server - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-http-context-map - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-cassandra-services-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-volatile-provenance-repository - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-python-extensions/nifi-openai-module/pom.xml b/nifi-python-extensions/nifi-openai-module/pom.xml index efd644ad5f..084bf997cc 100644 --- a/nifi-python-extensions/nifi-openai-module/pom.xml +++ b/nifi-python-extensions/nifi-openai-module/pom.xml @@ -18,7 +18,7 @@ nifi-python-extensions org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml index 2dcbf20488..6ca4bf582d 100644 --- a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml +++ b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-python-extensions org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -29,12 +29,12 @@ org.apache.nifi nifi-openai-module - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-text-embeddings-module - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-python-extensions/nifi-text-embeddings-module/pom.xml b/nifi-python-extensions/nifi-text-embeddings-module/pom.xml index 144c10dc3f..d82c2be03b 100644 --- a/nifi-python-extensions/nifi-text-embeddings-module/pom.xml +++ b/nifi-python-extensions/nifi-text-embeddings-module/pom.xml @@ -18,7 +18,7 @@ nifi-python-extensions org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-python-extensions/pom.xml b/nifi-python-extensions/pom.xml index eb6d4f3c22..088db5d8ca 100644 --- a/nifi-python-extensions/pom.xml +++ b/nifi-python-extensions/pom.xml @@ -18,7 +18,7 @@ nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-registry/nifi-registry-assembly/pom.xml b/nifi-registry/nifi-registry-assembly/pom.xml index 2d21f7aafb..6eadbdcdbd 100644 --- a/nifi-registry/nifi-registry-assembly/pom.xml +++ b/nifi-registry/nifi-registry-assembly/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-assembly pom @@ -108,7 +108,7 @@ org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry @@ -132,7 +132,7 @@ org.apache.nifi.registry nifi-registry-web-docs war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry @@ -144,7 +144,7 @@ org.apache.nifi.registry nifi-registry-docs - 2.0.0-M1 + 2.0.0-SNAPSHOT resources runtime zip @@ -236,7 +236,7 @@ org.apache.nifi.registry nifi-registry-ranger-assembly - 2.0.0-M1 + 2.0.0-SNAPSHOT bin runtime ${nifi.registry.extension.archive.type} @@ -279,7 +279,7 @@ org.apache.nifi.registry nifi-registry-aws-assembly - 2.0.0-M1 + 2.0.0-SNAPSHOT bin runtime ${nifi.registry.extension.archive.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 7926984658..71a3f638d0 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-bootstrap @@ -24,7 +24,7 @@ org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons 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 671ca6bcaf..b8f14b9762 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-bundle-utils @@ -24,12 +24,12 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-parser - 2.0.0-M1 + 2.0.0-SNAPSHOT org.glassfish.jaxb 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 b7f8969d90..93850e50df 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-client @@ -24,17 +24,17 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.glassfish.jersey.core 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 a8402f4f5c..654cb4540c 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-data-model @@ -40,17 +40,17 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-model - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 e84757862b..ec0447ecd6 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 @@ nifi-registry-core org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 c339dfd4a9..f80b9724ab 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT pom nifi-registry-docs @@ -27,7 +27,7 @@ org.apache.nifi.registry nifi-registry-web-api - 2.0.0-M1 + 2.0.0-SNAPSHOT war 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 77b40adb79..2416f2dad7 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-flow-diff @@ -24,7 +24,7 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 172f13b5c1..f225523ee3 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-registry-framework @@ -160,7 +160,7 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -179,7 +179,7 @@ org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -195,27 +195,27 @@ org.apache.nifi.registry nifi-registry-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bundle-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT jakarta.servlet @@ -389,7 +389,7 @@ org.apache.nifi.registry nifi-registry-test - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -425,7 +425,7 @@ org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT jakarta.xml.bind 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 caf5925dc8..718dcaa541 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-jetty jar @@ -26,22 +26,22 @@ org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-configuration - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.eclipse.jetty.http2 @@ -83,7 +83,7 @@ org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 eebe807190..b86437af48 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-properties-loader jar 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 4ac34d8d8c..71278c1a61 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-properties jar 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 ceaf8c2b7f..b1580b6a17 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 nifi-registry-provider-api 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 71b5483f40..e2f44659dc 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-resources pom 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 6871e75daf..1d04e63db3 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 @@ org.apache.nifi.registry nifi-registry-revision - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision-api jar 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 9ba05b4e13..72c6ec580f 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 @@ org.apache.nifi.registry nifi-registry-revision - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision-common jar @@ -28,7 +28,7 @@ org.apache.nifi.registry nifi-registry-revision-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 14d0626320..ded04731a0 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 @@ org.apache.nifi.registry nifi-registry-revision - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision-entity-model jar 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 804e56020a..1a321a9515 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 @@ org.apache.nifi.registry nifi-registry-revision - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision-entity-service jar @@ -27,12 +27,12 @@ org.apache.nifi.registry nifi-registry-revision-entity-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-common - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 7d78ed21cf..3e56049bb5 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 @@ org.apache.nifi.registry nifi-registry-revision - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision-spring-jdbc jar @@ -27,7 +27,7 @@ org.apache.nifi.registry nifi-registry-revision-common - 2.0.0-M1 + 2.0.0-SNAPSHOT org.springframework @@ -36,7 +36,7 @@ org.apache.nifi.registry nifi-registry-test - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 be9bc30940..83d6208236 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-revision pom 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 8c45e29624..151a663b2f 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-runtime jar @@ -26,17 +26,17 @@ org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-jetty - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j 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 b36eba482f..ad3d50e129 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 @@ nifi-registry-core org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 d676482a77..80a54899ef 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-security-utils 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 5d0b6b1592..fa1632cb17 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-test 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 ecdaf90dc3..de5d00a407 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-utils 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 34efa803b8..836da933ce 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-web-api war @@ -301,17 +301,17 @@ org.apache.nifi.registry nifi-registry-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-spring-jdbc - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-service - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi @@ -321,30 +321,30 @@ org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-security-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-cert - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.commons @@ -386,13 +386,13 @@ org.apache.nifi.registry nifi-registry-test - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 6cc9cccd5b..c84f4abf48 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-web-docs war @@ -40,7 +40,7 @@ org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 b28a1b952d..17cb0cdcc0 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 @@ org.apache.nifi.registry nifi-registry-core - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-ui - 2.0.0-M1 + 2.0.0-SNAPSHOT war ${basedir}/src/main diff --git a/nifi-registry/nifi-registry-core/pom.xml b/nifi-registry/nifi-registry-core/pom.xml index 6ce3f6679e..9801f393a1 100644 --- a/nifi-registry/nifi-registry-core/pom.xml +++ b/nifi-registry/nifi-registry-core/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi.registry nifi-registry - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-core pom diff --git a/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml b/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml index 7dc63a9598..390bb4495c 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 @@ nifi-registry-docker-maven org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT dockermaven diff --git a/nifi-registry/nifi-registry-docker-maven/pom.xml b/nifi-registry/nifi-registry-docker-maven/pom.xml index 63772ac464..c3e4adb7c3 100644 --- a/nifi-registry/nifi-registry-docker-maven/pom.xml +++ b/nifi-registry/nifi-registry-docker-maven/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.registry nifi-registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 44f0b49949..d7356e083d 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 @@ nifi-registry-aws org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi.registry nifi-registry-aws-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 b1066a18ba..ad08062888 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 @@ nifi-registry-aws org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 243717dc22..95263f0466 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 @@ nifi-registry-extensions org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 89131c5a8a..a474cf4255 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 @@ nifi-registry-ranger org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi.registry nifi-registry-ranger-plugin - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j 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 09bb8c8e0b..7259c61c06 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 @@ nifi-registry-ranger org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 ed4ab7fae0..01db3d30d2 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 @@ nifi-registry-ranger org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-ranger-jersey-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT com.sun.jersey 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 989d4373ec..8f5b872243 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 @@ nifi-registry-extensions org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-registry/nifi-registry-extensions/pom.xml b/nifi-registry/nifi-registry-extensions/pom.xml index ccf96e4629..797845318c 100644 --- a/nifi-registry/nifi-registry-extensions/pom.xml +++ b/nifi-registry/nifi-registry-extensions/pom.xml @@ -17,7 +17,7 @@ nifi-registry org.apache.nifi.registry - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 0f338563c4..a42e34d924 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 @@ language governing permissions and limitations under the License. --> org.apache.nifi.registry nifi-registry-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-toolkit-assembly pom @@ -54,7 +54,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi.registry nifi-registry-toolkit-persistence - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j 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 5a50e5f623..61965662ac 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 @@ org.apache.nifi.registry nifi-registry-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-toolkit-persistence @@ -24,22 +24,22 @@ org.apache.nifi.registry nifi-registry-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-cli diff --git a/nifi-registry/nifi-registry-toolkit/pom.xml b/nifi-registry/nifi-registry-toolkit/pom.xml index 603c83b195..124bc928c5 100644 --- a/nifi-registry/nifi-registry-toolkit/pom.xml +++ b/nifi-registry/nifi-registry-toolkit/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi.registry nifi-registry - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-registry-toolkit pom diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index baf16a9573..44ed0ea09f 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry @@ -109,69 +109,69 @@ org.apache.nifi.registry nifi-registry-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-provider-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-ui war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-api war - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-resources - 2.0.0-M1 + 2.0.0-SNAPSHOT resources runtime zip diff --git a/nifi-server-api/pom.xml b/nifi-server-api/pom.xml index 0100053163..fd863ee87a 100644 --- a/nifi-server-api/pom.xml +++ b/nifi-server-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-server-api jar @@ -27,19 +27,19 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT provided diff --git a/nifi-stateless/nifi-stateless-api/pom.xml b/nifi-stateless/nifi-stateless-api/pom.xml index cc4a7388e8..ecd05d3fde 100644 --- a/nifi-stateless/nifi-stateless-api/pom.xml +++ b/nifi-stateless/nifi-stateless-api/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 ff82c112a1..b2754be4db 100644 --- a/nifi-stateless/nifi-stateless-assembly/pom.xml +++ b/nifi-stateless/nifi-stateless-assembly/pom.xml @@ -18,7 +18,7 @@ nifi-stateless org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -31,45 +31,45 @@ org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-resources resources - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime zip @@ -120,13 +120,13 @@ org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar diff --git a/nifi-stateless/nifi-stateless-bootstrap/pom.xml b/nifi-stateless/nifi-stateless-bootstrap/pom.xml index f0db7eee6b..472453a5fd 100644 --- a/nifi-stateless/nifi-stateless-bootstrap/pom.xml +++ b/nifi-stateless/nifi-stateless-bootstrap/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,42 +27,42 @@ org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile true org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile true org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile true org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT compile true org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT compile true 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 d6c6e6e617..8a355b325f 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 @@ org.apache.nifi nifi-stateless-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-stateless-engine @@ -28,70 +28,70 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-components - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-parameter - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided @@ -116,7 +116,7 @@ org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 1fe31a489b..c9c6f6077d 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 @@ nifi-stateless-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -28,7 +28,7 @@ org.apache.nifi nifi-stateless-engine - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 1d24747d6e..8fed3d2c54 100644 --- a/nifi-stateless/nifi-stateless-bundle/pom.xml +++ b/nifi-stateless/nifi-stateless-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-stateless org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-stateless/nifi-stateless-resources/pom.xml b/nifi-stateless/nifi-stateless-resources/pom.xml index 8c228f9fe4..296c6aa2fc 100644 --- a/nifi-stateless/nifi-stateless-resources/pom.xml +++ b/nifi-stateless/nifi-stateless-resources/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-stateless/pom.xml b/nifi-stateless/pom.xml index 2802f6e7df..78d22d0c30 100644 --- a/nifi-stateless/pom.xml +++ b/nifi-stateless/pom.xml @@ -17,7 +17,7 @@ nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 050156e95e..f5810a4565 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 @@ org.apache.nifi nifi-alternate-config-extensions-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-alternate-config-extensions-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-alternate-config-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 beb548aff2..c81a4d606e 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 @@ org.apache.nifi nifi-alternate-config-extensions-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,12 +27,12 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 8a86c898e2..d9dbf6009f 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 @@ nifi-system-tests org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 2335eaef06..7c57750f19 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 @@ org.apache.nifi nifi-system-tests - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,12 +27,12 @@ org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core @@ -45,38 +45,38 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime org.apache.nifi nifi-server-api - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime org.apache.nifi nifi-nar-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT runtime @@ -100,37 +100,37 @@ org.apache.nifi nifi-stateless-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 cc11c6b8c5..3c6639aa0a 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 @@ org.apache.nifi nifi-system-test-extensions-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-system-test-extensions-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-system-test-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 a4dfbc542c..05b7633e77 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 @@ nifi-system-test-extensions-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,22 +27,22 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bin-manager - 2.0.0-M1 + 2.0.0-SNAPSHOT com.fasterxml.jackson.core @@ -51,13 +51,13 @@ org.apache.nifi nifi-record-serialization-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT compile org.apache.nifi nifi-record - 2.0.0-M1 + 2.0.0-SNAPSHOT compile 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 38efe31fc3..9a167b47f8 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 @@ nifi-system-tests org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 5cbec8bfd8..67096fc8bc 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 @@ org.apache.nifi nifi-system-test-extensions2-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-system-test-extensions2-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-system-test-extensions2 - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 e0e15153cb..2751c33c57 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 @@ nifi-system-test-extensions2-bundle org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,12 +27,12 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT \ 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 700602d4bc..5500a662c6 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 @@ nifi-system-tests org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 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 1f88892f38..88598417d3 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-assembly @@ -29,19 +29,19 @@ org.apache.nifi nifi-nar-provider-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 61e3cae77f..737949269c 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-processors-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-processors - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-nar-provider-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar 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 42990204a7..5b265d9e32 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-processors @@ -29,24 +29,24 @@ org.apache.nifi nifi-nar-provider-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 bbf97e7a2b..311da5509e 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 955c429fa5..c90c57556b 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-service-api @@ -29,7 +29,7 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided 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 69f1fedff9..ea545b0c99 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-service-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-service-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-service - 2.0.0-M1 + 2.0.0-SNAPSHOT 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 12feb3817c..f8dab296af 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 @@ org.apache.nifi nifi-system-test-nar-provider-bundles - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-nar-provider-service @@ -29,23 +29,23 @@ org.apache.nifi nifi-nar-provider-service-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT provided org.apache.nifi nifi-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-mock - 2.0.0-M1 + 2.0.0-SNAPSHOT test 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 a828b71b34..2c29a74543 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 @@ nifi-system-tests org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-system-tests/nifi-system-test-suite/pom.xml b/nifi-system-tests/nifi-system-test-suite/pom.xml index 4a9660e698..b5dea26222 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 @@ nifi-system-tests org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -126,31 +126,31 @@ org.apache.nifi nifi-client-dto - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-framework-components - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-framework-cluster-protocol - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-framework-core-api - 2.0.0-M1 + 2.0.0-SNAPSHOT test org.apache.nifi nifi-toolkit-cli - 2.0.0-M1 + 2.0.0-SNAPSHOT test @@ -202,101 +202,101 @@ org.apache.nifi nifi-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-runtime - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-bootstrap - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-jetty-bundle - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-framework-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-server-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-shared-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions2-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-alternate-config-extensions-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-nar-provider-assembly - 2.0.0-M1 + 2.0.0-SNAPSHOT assembly zip @@ -306,28 +306,28 @@ org.apache.nifi nifi-py4j-nar - 2.0.0-M1 + 2.0.0-SNAPSHOT nar org.apache.nifi nifi-python-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-extension-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-framework - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-python-test-extensions - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-system-tests/pom.xml b/nifi-system-tests/pom.xml index 25effec720..0b4773e677 100644 --- a/nifi-system-tests/pom.xml +++ b/nifi-system-tests/pom.xml @@ -18,7 +18,7 @@ nifi org.apache.nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-system-tests diff --git a/nifi-toolkit/nifi-toolkit-api/pom.xml b/nifi-toolkit/nifi-toolkit-api/pom.xml index 9827a0e123..2c7d2ceeb3 100644 --- a/nifi-toolkit/nifi-toolkit-api/pom.xml +++ b/nifi-toolkit/nifi-toolkit-api/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 diff --git a/nifi-toolkit/nifi-toolkit-assembly/pom.xml b/nifi-toolkit/nifi-toolkit-assembly/pom.xml index ee8609b2bc..ed472c5ff5 100644 --- a/nifi-toolkit/nifi-toolkit-assembly/pom.xml +++ b/nifi-toolkit/nifi-toolkit-assembly/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-toolkit-assembly pom @@ -64,12 +64,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit-encrypt-config - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-toolkit-cli - 2.0.0-M1 + 2.0.0-SNAPSHOT org.slf4j diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index 92e8db6d69..d77c87ec1f 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-toolkit-cli Tooling to make tls configuration easier @@ -55,17 +55,17 @@ org.apache.nifi nifi-security-ssl - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-utils - 2.0.0-M1 + 2.0.0-SNAPSHOT commons-cli @@ -74,12 +74,12 @@ org.apache.nifi nifi-framework-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-client-dto - 2.0.0-M1 + 2.0.0-SNAPSHOT ch.qos.logback @@ -90,12 +90,12 @@ org.apache.nifi.registry nifi-registry-data-model - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 2.0.0-M1 + 2.0.0-SNAPSHOT diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml index 32483a9c28..db194ee877 100644 --- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml +++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-toolkit - 2.0.0-M1 + 2.0.0-SNAPSHOT 4.0.0 @@ -27,52 +27,52 @@ org.apache.nifi nifi-flow-encryptor - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties-loader - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 2.0.0-M1 + 2.0.0-SNAPSHOT org.apache.nifi nifi-security-crypto-key - 2.0.0-M1 + 2.0.0-SNAPSHOT info.picocli diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml index 15eed93979..520a98d7ac 100644 --- a/nifi-toolkit/pom.xml +++ b/nifi-toolkit/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT nifi-toolkit pom diff --git a/pom.xml b/pom.xml index 0945a4cfcb..35ffb0497f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi - 2.0.0-M1 + 2.0.0-SNAPSHOT pom Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. @@ -84,7 +84,7 @@ scm:git:git://git.apache.org/nifi.git scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git https://git-wip-us.apache.org/repos/asf?p=nifi.git - nifi-2.0.0-M1-RC6 + HEAD JIRA @@ -104,7 +104,7 @@ v16.13.2 1.14.2 1.5.1 - 1700698937 + 1700699726 UTF-8 UTF-8 2014