diff --git a/c2/c2-client-bundle/c2-client-api/pom.xml b/c2/c2-client-bundle/c2-client-api/pom.xml
index 80dd74a125..8903bbfc18 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.1.0
+ 2.2.0-SNAPSHOT
c2-client-api
@@ -31,7 +31,7 @@ limitations under the License.
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.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 583623f9e9..8152195eb2 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.1.0
+ 2.2.0-SNAPSHOT
c2-client-base
@@ -35,7 +35,7 @@ limitations under the License.
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.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 4621e59d2f..ee42d15857 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.1.0
+ 2.2.0-SNAPSHOT
c2-client-http
@@ -35,22 +35,22 @@ limitations under the License.
org.apache.nifi
c2-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.0-SNAPSHOT
com.squareup.okio
diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml b/c2/c2-client-bundle/c2-client-service/pom.xml
index 23a68deb21..15683249d8 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.1.0
+ 2.2.0-SNAPSHOT
c2-client-service
@@ -35,22 +35,22 @@ limitations under the License.
org.apache.nifi
c2-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
diff --git a/c2/c2-client-bundle/pom.xml b/c2/c2-client-bundle/pom.xml
index 13ee3f3691..ad39f3a0e3 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.1.0
+ 2.2.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 483f06d1fe..3e398f9687 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.1.0
+ 2.2.0-SNAPSHOT
c2-protocol-api
@@ -31,7 +31,7 @@ limitations under the License.
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
io.swagger.core.v3
diff --git a/c2/c2-protocol/c2-protocol-component-api/pom.xml b/c2/c2-protocol/c2-protocol-component-api/pom.xml
index b5acf88990..86763ff45b 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.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/c2/c2-protocol/pom.xml b/c2/c2-protocol/pom.xml
index 46809507b3..2c60e36fe3 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.1.0
+ 2.2.0-SNAPSHOT
c2-protocol
diff --git a/c2/pom.xml b/c2/pom.xml
index 85ec81dbf8..4e59a9ae28 100644
--- a/c2/pom.xml
+++ b/c2/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
nifi
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
c2
diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index 3892f843d2..d425963710 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../minifi-bom
minifi-assembly
@@ -97,7 +97,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-docs
- 2.1.0
+ 2.2.0-SNAPSHOT
resources
runtime
zip
@@ -107,7 +107,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-resources
- 2.1.0
+ 2.2.0-SNAPSHOT
resources
runtime
zip
@@ -115,7 +115,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
@@ -135,31 +135,31 @@ limitations under the License.
org.apache.nifi.minifi
minifi-framework-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi.minifi
minifi-server-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi.minifi
minifi-provenance-repository-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi.minifi
minifi-standard-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi.minifi
minifi-update-attribute-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -187,85 +187,85 @@ limitations under the License.
org.apache.nifi
nifi-jetty-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-record-serialization-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dbcp-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-distributed-cache-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-proxy-configuration-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-http-context-map-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-oauth2-provider-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-lookup-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-registry-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-ssl-context-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-site-to-site-reporting-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-provenance-repository-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -292,25 +292,25 @@ limitations under the License.
org.apache.nifi
nifi-py4j-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-python-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-python-extension-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
diff --git a/minifi/minifi-bom/pom.xml b/minifi/minifi-bom/pom.xml
index 78a6a7d91a..e087cfac0e 100644
--- a/minifi/minifi-bom/pom.xml
+++ b/minifi/minifi-bom/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-bom
org.apache.nifi.minifi
@@ -32,19 +32,19 @@
org.apache.nifi.minifi
minifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi.minifi
minifi-commons-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml
index 0d1adb89b5..13f5b19455 100644
--- a/minifi/minifi-bootstrap/pom.xml
+++ b/minifi/minifi-bootstrap/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../minifi-bom
minifi-bootstrap
@@ -29,32 +29,32 @@ limitations under the License.
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jetty-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -65,17 +65,17 @@ limitations under the License.
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/minifi/minifi-commons/minifi-commons-api/pom.xml b/minifi/minifi-commons/minifi-commons-api/pom.xml
index 52752073c9..c34be5b94f 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.1.0
+ 2.2.0-SNAPSHOT
minifi-commons-api
@@ -31,7 +31,7 @@
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/minifi/minifi-commons/minifi-commons-framework/pom.xml b/minifi/minifi-commons/minifi-commons-framework/pom.xml
index 5747f64007..c9a4635ba0 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.1.0
+ 2.2.0-SNAPSHOT
minifi-commons-framework
@@ -33,22 +33,22 @@ limitations under the License.
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -77,12 +77,12 @@ limitations under the License.
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/minifi/minifi-commons/minifi-commons-utils/pom.xml b/minifi/minifi-commons/minifi-commons-utils/pom.xml
index 1b2c247ef1..a253589c88 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.1.0
+ 2.2.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 6848dc3f66..edf4cc3f75 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.1.0
+ 2.2.0-SNAPSHOT
minifi-flow-status-report
diff --git a/minifi/minifi-commons/pom.xml b/minifi/minifi-commons/pom.xml
index da8c9d989c..52802f241f 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.1.0
+ 2.2.0-SNAPSHOT
minifi-commons
pom
diff --git a/minifi/minifi-docker/pom.xml b/minifi/minifi-docker/pom.xml
index 3eaae91ca4..64728efaeb 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.1.0
+ 2.2.0-SNAPSHOT
minifi-docker
diff --git a/minifi/minifi-docs/pom.xml b/minifi/minifi-docs/pom.xml
index 84cd4068ad..32b79effd2 100644
--- a/minifi/minifi-docs/pom.xml
+++ b/minifi/minifi-docs/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi.minifi
minifi
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
minifi-docs
diff --git a/minifi/minifi-integration-tests/pom.xml b/minifi/minifi-integration-tests/pom.xml
index d38a5bd884..2a91ed8e5a 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.1.0
+ 2.2.0-SNAPSHOT
minifi-integration-tests
jar
@@ -33,7 +33,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-toolkit-schema
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -51,7 +51,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-toolkit-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
test
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 fa6f7a7e01..e1793a85ec 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.
org.apache.nifi.minifi
minifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../../minifi-bom
4.0.0
@@ -32,12 +32,12 @@ limitations under the License.
org.apache.nifi.minifi
minifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-loading-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
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 3b3bada2b3..14f306e9cb 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.1.0
+ 2.2.0-SNAPSHOT
minifi-framework-api
@@ -29,12 +29,12 @@ limitations under the License.
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
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 a69c6bebc3..91d2f591c1 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.1.0
+ 2.2.0-SNAPSHOT
minifi-framework-core
@@ -32,57 +32,57 @@ limitations under the License.
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-http
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-extension-manifest-parser
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -107,52 +107,52 @@ limitations under the License.
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-properties-loader/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-properties-loader/pom.xml
index e62a40e5ca..c562ca3734 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-properties-loader/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-properties-loader/pom.xml
@@ -21,7 +21,7 @@
org.apache.nifi.minifi
minifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
minifi-properties-loader
@@ -34,22 +34,22 @@
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
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 1950823e22..81a2793aba 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.1.0
+ 2.2.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 d9d09b43a3..cd8dcc84f5 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.1.0
+ 2.2.0-SNAPSHOT
minifi-runtime
@@ -33,42 +33,42 @@ limitations under the License.
org.apache.nifi.minifi
minifi-commons-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.slf4j
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 1b2452aa50..e9f8c3addb 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.1.0
+ 2.2.0-SNAPSHOT
minifi-server
jar
@@ -30,17 +30,17 @@
org.apache.nifi.minifi
minifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-headless-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -49,37 +49,37 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
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 e3fb4345f0..cdc4a3ed29 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.1.0
+ 2.2.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 d1a2ac41ff..98404b77b0 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-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../../minifi-bom
minifi-server-nar
@@ -27,13 +27,13 @@
org.apache.nifi.minifi
minifi-framework-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi.minifi
minifi-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
@@ -68,7 +68,7 @@
org.apache.nifi
nifi-headless-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml
index 01a54cf692..d2cc35ee6f 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.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -37,32 +37,32 @@ limitations under the License.
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-headless-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-loading-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -71,7 +71,7 @@ limitations under the License.
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.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 2814c2d2bb..f34c00a359 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.1.0
+ 2.2.0-SNAPSHOT
minifi-provenance-repositories
@@ -33,12 +33,12 @@ limitations under the License.
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
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 52c134d94d..4461be33aa 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.1.0
+ 2.2.0-SNAPSHOT
minifi-provenance-repository-nar
@@ -30,12 +30,12 @@ limitations under the License.
org.apache.nifi.minifi
minifi-provenance-repositories
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-provenance-repository-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
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 14a2e92edb..bc1940a23e 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.1.0
+ 2.2.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 b834004c66..3bc433806d 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.
org.apache.nifi.minifi
minifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../minifi-bom
4.0.0
@@ -46,29 +46,29 @@ limitations under the License.
org.apache.nifi
nifi-standard-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-prioritizers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-reporting-tasks
- 2.1.0
+ 2.2.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 093ae0ab29..8f5fc2def5 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.
org.apache.nifi.minifi
minifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../minifi-bom
4.0.0
@@ -30,17 +30,17 @@ limitations under the License.
org.apache.nifi
nifi-update-attribute-processor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/minifi/minifi-nar-bundles/pom.xml b/minifi/minifi-nar-bundles/pom.xml
index 18e2aff915..9c3ab814ea 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.1.0
+ 2.2.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 84556fdb4f..e6043626da 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.1.0
+ 2.2.0-SNAPSHOT
minifi-toolkit-assembly
pom
@@ -60,7 +60,7 @@ limitations under the License.
org.apache.nifi.minifi
minifi-toolkit-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.slf4j
diff --git a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml
index 34c31e553e..2fc4d72d96 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.1.0
+ 2.2.0-SNAPSHOT
minifi-toolkit-configuration
jar
@@ -29,17 +29,17 @@ limitations under the License.
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-toolkit-schema
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -48,7 +48,7 @@ limitations under the License.
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-schema/pom.xml
index 03ac532c62..49c85d883b 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.1.0
+ 2.2.0-SNAPSHOT
minifi-toolkit-schema
@@ -36,7 +36,7 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/minifi/minifi-toolkit/pom.xml b/minifi/minifi-toolkit/pom.xml
index af9b89ce84..4e17575c4d 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.1.0
+ 2.2.0-SNAPSHOT
minifi-toolkit
pom
diff --git a/minifi/pom.xml b/minifi/pom.xml
index 72a77f22e3..9e56a08669 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
org.apache.nifi
nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi
diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 8110d2effd..8aaf246391 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.1.0
+ 2.2.0-SNAPSHOT
nifi-assembly
pom
@@ -131,19 +131,19 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-per-process-group-logging
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-flow-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
runtime
org.apache.nifi
nifi-single-user-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
runtime
@@ -153,43 +153,43 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateless-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-resources
resources
- 2.1.0
+ 2.2.0-SNAPSHOT
runtime
zip
@@ -197,668 +197,668 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-docs
resources
- 2.1.0
+ 2.2.0-SNAPSHOT
runtime
zip
org.apache.nifi
nifi-python-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-python-extension-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-framework-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-server-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-provenance-repository-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-py4j-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-ssl-context-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-key-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-cipher-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-distributed-cache-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-content-viewer-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jetty-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-update-attribute-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kafka-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kafka-3-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kafka-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-confluent-platform-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-http-context-map-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-lookup-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-poi-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-ldap-iaa-providers-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kerberos-iaa-providers-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-single-user-iaa-providers-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dbcp-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-social-media-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-enrich-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-geohash-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-aws-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-aws-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-network-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-avro-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hl7-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-oauth2-provider-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-azure-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-azure-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-scripting-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-groovyx-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-client-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-restapi-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-email-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-amqp-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-splunk-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jms-cf-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jms-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-registry-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-site-to-site-reporting-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-record-serialization-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mqtt-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-opentelemetry-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-snmp-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-evtx-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-slack-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-smb-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-smb-client-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-smb-smbj-client-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-windows-event-log-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-services-jetty-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-workday-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-gcp-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-gcp-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-stateful-analysis-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-cdc-mysql-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-pgp-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-pgp-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-pgp-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-redis-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-redis-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hazelcast-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hazelcast-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kerberos-user-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-proxy-configuration-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jolt-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-record-sink-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hashicorp-vault-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hashicorp-vault-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-salesforce-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-box-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-box-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-box-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-web-client-provider-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hubspot-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-zendesk-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-zendesk-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dropbox-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dropbox-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dropbox-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-airtable-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-flow-registry-client-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-shopify-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jslt-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-framework-kubernetes-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-compress-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-file-resource-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-apicurio-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-db-schema-registry-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-protobuf-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-github-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-gitlab-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -880,25 +880,25 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-graph-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-neo4j-cypher-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-graph-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-other-graph-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -915,25 +915,25 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-hadoop-libraries-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hadoop-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hadoop-dbcp-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-parquet-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -950,7 +950,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-iotdb-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -969,7 +969,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-media-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -987,7 +987,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-sql-reporting-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -1004,7 +1004,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-questdb-status-history-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -1059,7 +1059,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-asn1-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -1076,19 +1076,19 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-snowflake-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-snowflake-services-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-snowflake-processors-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-bom/pom.xml b/nifi-bom/pom.xml
index 97cdfea9b4..ec3e5ce5ed 100644
--- a/nifi-bom/pom.xml
+++ b/nifi-bom/pom.xml
@@ -18,7 +18,7 @@
nifi
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-bom
nifi-bom
@@ -42,7 +42,7 @@
org.apache.nifi
nifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -50,7 +50,7 @@
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -58,7 +58,7 @@
org.apache.nifi
nifi-stateless-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -66,7 +66,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -74,7 +74,7 @@
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -82,13 +82,13 @@
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -96,7 +96,7 @@
org.apache.nifi
nifi-per-process-group-logging
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -104,7 +104,7 @@
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml
index a7d7bbe411..ab0a922fe2 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.1.0
+ 2.2.0-SNAPSHOT
nifi-bootstrap
jar
@@ -27,7 +27,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index b873ec4821..4a147e6f2b 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -18,7 +18,7 @@
nifi
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-code-coverage
@@ -127,1467 +127,1467 @@
org.apache.nifi
c2-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-http
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-flow-status-report
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-commons-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-provenance-repositories
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.minifi
minifi-toolkit-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-build
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-calcite-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-deprecation-log
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flow-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flowfile-packager
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hl7-query-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jetty-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kubernetes-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-metrics
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-per-process-group-logging
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-crypto-key
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-single-user-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-uuid5
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-write-ahead-log
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-extension-manifest-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-extension-manifest-parser
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-runtime-manifest-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-external-resource-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-administration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-file-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flowfile-repo-serialization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-zookeeper
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-components
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-kubernetes-leader-election
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-kubernetes-state-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-leader-election-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-loading-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-zookeeper-leader-election
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-headless-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-repository-models
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-prioritizers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-user-actions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jetty
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-api
- 2.1.0
+ 2.2.0-SNAPSHOT
war
org.apache.nifi
nifi-content-viewer-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-optimistic-locking
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-security
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-airtable-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-amqp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-apicurio-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-asana-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-asana-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-asana-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-asn1-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-avro-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-abstract-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-parameter-value-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-graph-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-reporting-task
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-box-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-box-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-box-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-cdc-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-cdc-mysql-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-cipher-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-compress-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-confluent-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dropbox-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dropbox-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dropbox-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-elasticsearch-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-elasticsearch-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-elasticsearch-restapi-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-email-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-enrich-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-evtx-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-bin-manager
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-conflict-resolution
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-database-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-listen
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-put
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-file-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-put-pattern
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-inference-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-yaml-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-reporting-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-resource-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-service-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-syslog-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flow-registry-client-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-gcp-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-gcp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-gcp-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-geohash-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-graph-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-graph-test-clients
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-neo4j-cypher-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-other-graph-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-groovyx-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hdfs-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-parameter-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-parameter-value-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hazelcast-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hazelcast-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hl7-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hubspot-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-iotdb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jms-cf-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jms-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jolt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jslt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kerberos-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ldap-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-media-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mongodb-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mongodb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mongodb-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mqtt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-network-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-network-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-opentelemetry-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parquet-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-poi-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-persistent-provenance-repository
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-volatile-provenance-repository
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-py4j-bridge
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-redis-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-redis-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-redis-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-salesforce-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-scripting-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-shopify-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-single-user-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site-reporting-task
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-slack-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-smb-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-smb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-smb-smbj-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-smb-smbj-common
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snmp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snowflake-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snowflake-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snowflake-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-twitter-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-splunk-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-sql-reporting-tasks
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-reporting-tasks
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-rules
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jolt-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateful-analysis-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-processor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-websocket-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-websocket-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-websocket-services-jetty
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-windows-event-log-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-workday-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-zendesk-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dbcp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-server
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-file-resource-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-file-resource-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-dbcp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-http-context-map-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-http-context-map
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kerberos-user-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kerberos-user-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-key-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-key-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-lookup-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-lookup-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-oauth2-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-oauth2-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-proxy-configuration-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-proxy-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-services-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-sink-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-sink-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-bundle-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-data-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-flow-diff
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-jetty
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-common
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-entity-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-entity-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-spring-jdbc
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-runtime
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-security-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-security-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-web-api
- 2.1.0
+ 2.2.0-SNAPSHOT
war
org.apache.nifi.registry
nifi-registry-toolkit-persistence
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateless-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateless-bootstrap
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateless-engine
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-toolkit-cli
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-commons/nifi-build/pom.xml b/nifi-commons/nifi-build/pom.xml
index 544fba420d..8d105f565f 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.1.0
+ 2.2.0-SNAPSHOT
nifi-build
diff --git a/nifi-commons/nifi-calcite-utils/pom.xml b/nifi-commons/nifi-calcite-utils/pom.xml
index 20c3bbd0e8..08e21ca814 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.1.0
+ 2.2.0-SNAPSHOT
nifi-calcite-utils
diff --git a/nifi-commons/nifi-content-viewer-utils/pom.xml b/nifi-commons/nifi-content-viewer-utils/pom.xml
index b2edf9a1c5..6889148215 100644
--- a/nifi-commons/nifi-content-viewer-utils/pom.xml
+++ b/nifi-commons/nifi-content-viewer-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-content-viewer-utils
diff --git a/nifi-commons/nifi-custom-ui-utils/pom.xml b/nifi-commons/nifi-custom-ui-utils/pom.xml
index 09dfb15684..de4f3f47bb 100644
--- a/nifi-commons/nifi-custom-ui-utils/pom.xml
+++ b/nifi-commons/nifi-custom-ui-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-custom-ui-utils
diff --git a/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi-commons/nifi-data-provenance-utils/pom.xml
index 948c45952a..2c0f24a3c2 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.1.0
+ 2.2.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 862def3106..3f0e8d10b2 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.1.0
+ 2.2.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 65408ab40f..7fa828976d 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.1.0
+ 2.2.0-SNAPSHOT
nifi-expression-language
jar
@@ -99,17 +99,17 @@
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-uuid5
- 2.1.0
+ 2.2.0-SNAPSHOT
com.jayway.jsonpath
diff --git a/nifi-commons/nifi-flow-encryptor/pom.xml b/nifi-commons/nifi-flow-encryptor/pom.xml
index b7a1d8c72b..f202372421 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.1.0
+ 2.2.0-SNAPSHOT
nifi-flow-encryptor
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml
index 159a09d611..bc0fc242e9 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.1.0
+ 2.2.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 319a72e792..4ba50fd72b 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.1.0
+ 2.2.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 70a0a64743..323efe4951 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.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault
@@ -48,12 +48,12 @@
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -62,7 +62,7 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml
index 65caf5f0d0..199536fa7c 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.1.0
+ 2.2.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 35c9a8811a..008688180e 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.1.0
+ 2.2.0-SNAPSHOT
nifi-jetty-configuration
jar
diff --git a/nifi-commons/nifi-json-schema-api/pom.xml b/nifi-commons/nifi-json-schema-api/pom.xml
index 706936e6d1..0e88046a03 100644
--- a/nifi-commons/nifi-json-schema-api/pom.xml
+++ b/nifi-commons/nifi-json-schema-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-json-schema-api
diff --git a/nifi-commons/nifi-json-schema-shared/pom.xml b/nifi-commons/nifi-json-schema-shared/pom.xml
index dfcb9ddab6..58a774ffdc 100644
--- a/nifi-commons/nifi-json-schema-shared/pom.xml
+++ b/nifi-commons/nifi-json-schema-shared/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-json-schema-shared
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-json-schema-api
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-commons/nifi-json-utils/pom.xml b/nifi-commons/nifi-json-utils/pom.xml
index 8f7b2de596..12825f87a3 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.1.0
+ 2.2.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 04287194f4..3ec5293d84 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.1.0
+ 2.2.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 69382f77c0..d7e2d1e1d2 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.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-commons/nifi-parameter/pom.xml b/nifi-commons/nifi-parameter/pom.xml
index fdcbc85f69..0b10621f3e 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.1.0
+ 2.2.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 af04791c05..ba93f36816 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.1.0
+ 2.2.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 1384ccb7e6..0440bb41f6 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.1.0
+ 2.2.0-SNAPSHOT
nifi-properties
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-property-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-commons/nifi-property-encryptor/pom.xml b/nifi-commons/nifi-property-encryptor/pom.xml
index ab45f47af5..4c133b42d8 100644
--- a/nifi-commons/nifi-property-encryptor/pom.xml
+++ b/nifi-commons/nifi-property-encryptor/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-property-encryptor
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-security-crypto-key
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-commons/nifi-property-utils/pom.xml b/nifi-commons/nifi-property-utils/pom.xml
index 1815d4d0f5..df60d9ddf7 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.1.0
+ 2.2.0-SNAPSHOT
nifi-property-utils
diff --git a/nifi-commons/nifi-record-path/pom.xml b/nifi-commons/nifi-record-path/pom.xml
index b9c3717a14..f368710c10 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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-path
@@ -93,12 +93,12 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-uuid5
- 2.1.0
+ 2.2.0-SNAPSHOT
org.antlr
@@ -129,7 +129,7 @@
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-commons/nifi-record/pom.xml b/nifi-commons/nifi-record/pom.xml
index 7fa6eba226..6376507c23 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.1.0
+ 2.2.0-SNAPSHOT
nifi-record
diff --git a/nifi-commons/nifi-schema-utils/pom.xml b/nifi-commons/nifi-schema-utils/pom.xml
index 76d7ac894e..8c4d40dc74 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.1.0
+ 2.2.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 0cc9602e16..be28734d8a 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.1.0
+ 2.2.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 285b0ba9c5..ce2e67e110 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.1.0
+ 2.2.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 ecb73b9fcd..5095b6e7d0 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.1.0
+ 2.2.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 c4f41ec4fd..326a645c22 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.1.0
+ 2.2.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 627af27389..ec6cbabe6d 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.1.0
+ 2.2.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 20a7b71cdd..1bc789540f 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.1.0
+ 2.2.0-SNAPSHOT
nifi-security-kerberos
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-security-kerberos-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-commons/nifi-security-proxied-entity/pom.xml b/nifi-commons/nifi-security-proxied-entity/pom.xml
index 029ff94589..6480ab019b 100644
--- a/nifi-commons/nifi-security-proxied-entity/pom.xml
+++ b/nifi-commons/nifi-security-proxied-entity/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-security-proxied-entity
Shared security components for handling Proxied Entities in HTTP requests and response
diff --git a/nifi-commons/nifi-security-ssl/pom.xml b/nifi-commons/nifi-security-ssl/pom.xml
index bcb6b0328d..4871834b19 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.1.0
+ 2.2.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 7f25cc393a..572f0d3d47 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.1.0
+ 2.2.0-SNAPSHOT
nifi-security-utils-api
diff --git a/nifi-commons/nifi-single-user-utils/pom.xml b/nifi-commons/nifi-single-user-utils/pom.xml
index 48d15681c7..1ae7948d88 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.1.0
+ 2.2.0-SNAPSHOT
nifi-single-user-utils
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.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 996053f004..a943584950 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.1.0
+ 2.2.0-SNAPSHOT
nifi-site-to-site-client
@@ -40,22 +40,22 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -72,7 +72,7 @@
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.httpcomponents
diff --git a/nifi-commons/nifi-swagger-integration/pom.xml b/nifi-commons/nifi-swagger-integration/pom.xml
index d1f90d3055..11032e18c3 100644
--- a/nifi-commons/nifi-swagger-integration/pom.xml
+++ b/nifi-commons/nifi-swagger-integration/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-swagger-integration
jar
diff --git a/nifi-commons/nifi-utils/pom.xml b/nifi-commons/nifi-utils/pom.xml
index 47d5a8578b..b67c524a97 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.1.0
+ 2.2.0-SNAPSHOT
nifi-utils
jar
diff --git a/nifi-commons/nifi-uuid5/pom.xml b/nifi-commons/nifi-uuid5/pom.xml
index cc6ba0c270..1e48b38770 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.1.0
+ 2.2.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 e1858bc3e0..28516a2f2e 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.1.0
+ 2.2.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 36a1743150..1aee9340c6 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.1.0
+ 2.2.0-SNAPSHOT
nifi-web-client
Standard implementation of nifi-web-client-api using Java HttpClient
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
com.squareup.okhttp3
diff --git a/nifi-commons/nifi-web-servlet-shared/pom.xml b/nifi-commons/nifi-web-servlet-shared/pom.xml
index 8896f31c23..ae1238b0d4 100644
--- a/nifi-commons/nifi-web-servlet-shared/pom.xml
+++ b/nifi-commons/nifi-web-servlet-shared/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-commons
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-web-servlet-shared
Shared classes for handling HTTP Servlet requests and responses
diff --git a/nifi-commons/nifi-web-utils/pom.xml b/nifi-commons/nifi-web-utils/pom.xml
index 98dc1d5d03..7b88b8e2a2 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.1.0
+ 2.2.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 0a22787092..ce9f57fe47 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.1.0
+ 2.2.0-SNAPSHOT
nifi-write-ahead-log
jar
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-commons/nifi-xml-processing/pom.xml b/nifi-commons/nifi-xml-processing/pom.xml
index 67ae733618..d9f5ee59f9 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.1.0
+ 2.2.0-SNAPSHOT
nifi-xml-processing
jar
diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml
index 69171b529e..9a7d263d8c 100644
--- a/nifi-commons/pom.xml
+++ b/nifi-commons/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-commons
pom
@@ -84,12 +84,12 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml
index 2eb00c729d..114a3eae3f 100644
--- a/nifi-docker/dockerhub/pom.xml
+++ b/nifi-docker/dockerhub/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-docker
- 2.1.0
+ 2.2.0-SNAPSHOT
dockerhub
diff --git a/nifi-docker/dockermaven/pom.xml b/nifi-docker/dockermaven/pom.xml
index d6a9b04912..d152e80357 100644
--- a/nifi-docker/dockermaven/pom.xml
+++ b/nifi-docker/dockermaven/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-docker
- 2.1.0
+ 2.2.0-SNAPSHOT
dockermaven
diff --git a/nifi-docker/pom.xml b/nifi-docker/pom.xml
index 86964e205b..149bc996ee 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.1.0
+ 2.2.0-SNAPSHOT
nifi-docker
diff --git a/nifi-docs/pom.xml b/nifi-docs/pom.xml
index 0e77518de1..f5562131e3 100644
--- a/nifi-docs/pom.xml
+++ b/nifi-docs/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
nifi-docs
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 30d0460d41..782fb15c25 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-bom
nifi-extension-bom
@@ -298,7 +298,7 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml b/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
index 79078f56b9..195ccaa7aa 100644
--- a/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-nar/pom.xml
@@ -20,7 +20,7 @@
nifi-airtable-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -31,12 +31,12 @@
org.apache.nifi
nifi-airtable-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml b/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
index cb2fe8ecbc..2aca24f075 100644
--- a/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-airtable-bundle/nifi-airtable-processors/pom.xml
@@ -20,7 +20,7 @@
nifi-airtable-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-airtable-processors
@@ -50,7 +50,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-airtable-bundle/pom.xml b/nifi-extension-bundles/nifi-airtable-bundle/pom.xml
index e410ae9573..7a1827a26a 100644
--- a/nifi-extension-bundles/nifi-airtable-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-airtable-bundle/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
index 0ab8f9cbf7..ede6e98962 100644
--- a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-amqp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-amqp-nar
nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-amqp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
index 55150f4b61..de5b5ae420 100644
--- a/nifi-extension-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-amqp-processors
jar
diff --git a/nifi-extension-bundles/nifi-amqp-bundle/pom.xml b/nifi-extension-bundles/nifi-amqp-bundle/pom.xml
index 0c3f1ad240..88624bfd1a 100644
--- a/nifi-extension-bundles/nifi-amqp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-amqp-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-amqp-bundle
diff --git a/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml b/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
index f70b4c54c6..a0d6a01d82 100644
--- a/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-apicurio-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-apicurio-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml b/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
index 3b7468b7cb..ff9fa652f1 100644
--- a/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-apicurio-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-apicurio-schema-registry-service
@@ -37,12 +37,12 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
com.github.ben-manes.caffeine
@@ -55,7 +55,7 @@
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-apicurio-bundle/pom.xml b/nifi-extension-bundles/nifi-apicurio-bundle/pom.xml
index f706c3bc48..374c3d3d07 100644
--- a/nifi-extension-bundles/nifi-apicurio-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-apicurio-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
index 68951f3f7c..b7a80b1dfe 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-processors-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-asana-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
index f353afebb1..782ed6430a 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-processors
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-asana-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
index 6552fede26..0b27824fd1 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-services-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
index 630f22369c..39b1ecb5cd 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-services-api
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
index bdec6484a3..dd18dc73b6 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-services-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-asana-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asana-services
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
index f4d561ab3f..dd58d3b3e3 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-asana-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-asana-services
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-asana-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-asana-bundle/pom.xml b/nifi-extension-bundles/nifi-asana-bundle/pom.xml
index 6381de4b0d..5ee3dd3654 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
diff --git a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
index fe0efdc7cb..e3820a7399 100644
--- a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-asn1-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-asn1-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index 6e55532d9c..f929af81c3 100644
--- a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -17,7 +17,7 @@
nifi-asn1-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-asn1-bundle/pom.xml b/nifi-extension-bundles/nifi-asn1-bundle/pom.xml
index 575ce8a5a5..1820f7ea84 100644
--- a/nifi-extension-bundles/nifi-asn1-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-asn1-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml b/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
index e2f95bb6b7..f8e7c4dd7a 100644
--- a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-avro-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-avro-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-avro-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml b/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
index 20b72a03ca..6dc35f0f9a 100644
--- a/nifi-extension-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-avro-processors
diff --git a/nifi-extension-bundles/nifi-avro-bundle/pom.xml b/nifi-extension-bundles/nifi-avro-bundle/pom.xml
index 1596c161e9..ae093a856a 100644
--- a/nifi-extension-bundles/nifi-avro-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-avro-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
index 2cf2ffa5f3..b427a78d0c 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml
@@ -19,7 +19,7 @@
nifi-aws-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-abstract-processors
@@ -111,7 +111,7 @@
org.apache.nifi
nifi-migration-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.github.ben-manes.caffeine
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
index 884cc5ffb8..beb816408e 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-nar
@@ -59,28 +59,28 @@
org.apache.nifi
nifi-aws-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-aws-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-parameter-value-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-aws-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
index b5a35ac717..668407565c 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-parameter-providers
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-aws-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
index df28204597..8a7a174bf2 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-parameter-value-providers
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -55,7 +55,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index 7ceaccaa09..862627cd08 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-processors
@@ -34,12 +34,12 @@
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-resource-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -48,7 +48,7 @@
org.apache.nifi
nifi-aws-abstract-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -69,7 +69,7 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -165,7 +165,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -183,13 +183,13 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record-serialization-services-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -295,13 +295,13 @@
org.apache.nifi
nifi-proxy-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-file-resource-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
index 79055b4fd3..5671c0182a 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-schema-registry-service
@@ -28,7 +28,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
index df8c0e8d68..59f5a5c4a7 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-aws-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-aws-service-api-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-aws-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
index b6c0300199..dce06328fe 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml
@@ -17,7 +17,7 @@
nifi-aws-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 0ad0212e55..388394345d 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
@@ -52,7 +52,7 @@
org.apache.nifi
nifi-aws-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
index 4c44302549..1e0f0d0c62 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml
@@ -17,7 +17,7 @@
nifi-azure-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-azure-graph-authorizer
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
index 352872e768..7d0aca5fe2 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-azure-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-azure-nar
@@ -29,17 +29,17 @@
org.apache.nifi
nifi-azure-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-reporting-task
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-azure-graph-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -51,13 +51,13 @@
org.apache.nifi
nifi-azure-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-azure-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
index c2630e2758..f101c1819e 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-azure-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-azure-parameter-providers
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-azure-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 96cc16016a..ddc9b677b0 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-azure-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-azure-processors
jar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-service-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-resource-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -51,7 +51,7 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -60,7 +60,7 @@
org.apache.nifi
nifi-azure-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -162,30 +162,30 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-proxy-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-file-resource-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
index 52f66f6722..273a9bb454 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-azure-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-azure-reporting-task
jar
@@ -34,12 +34,12 @@
org.apache.nifi
nifi-metrics
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-reporting-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.google.code.gson
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
index 284733b9cf..b5e9f4eb03 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-azure-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-azure-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
index 10a139c85d..58daa6fede 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml
@@ -17,7 +17,7 @@
nifi-azure-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 97963fdafb..fe4eb7ff74 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
index d00d378351..7ab1ab9186 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-box-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-box-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-box-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-processors/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
index 4ecde5f7dd..7b08c0f9f4 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-box-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-processors
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-box-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -45,7 +45,7 @@
org.apache.nifi
nifi-conflict-resolution
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -55,7 +55,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
index 22fe80d06b..5460b9c530 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
nifi-box-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-services-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-box-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
index 2df85a728d..025fe271c3 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api/pom.xml
@@ -19,7 +19,7 @@
nifi-box-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-services-api
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
index 372eee7caa..58a3a1107d 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-nar/pom.xml
@@ -19,7 +19,7 @@
nifi-box-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-services-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-box-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-box-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
index 998a1c88a1..94a420c7d4 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
@@ -19,7 +19,7 @@
nifi-box-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-box-services
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-box-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.box
diff --git a/nifi-extension-bundles/nifi-box-bundle/pom.xml b/nifi-extension-bundles/nifi-box-bundle/pom.xml
index 799cacf85d..4ab214d64c 100644
--- a/nifi-extension-bundles/nifi-box-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-cdc/nifi-cdc-api/pom.xml b/nifi-extension-bundles/nifi-cdc/nifi-cdc-api/pom.xml
index 0c6db492c4..7d2213bb09 100644
--- a/nifi-extension-bundles/nifi-cdc/nifi-cdc-api/pom.xml
+++ b/nifi-extension-bundles/nifi-cdc/nifi-cdc-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-cdc
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-cdc-api
diff --git a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml
index 67dc6311a8..3d73ea8365 100644
--- a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-cdc-mysql-nar
nar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index bd17460b84..3f13d648f1 100644
--- a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-cdc-mysql-processors
jar
@@ -23,7 +23,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-cdc-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -59,7 +59,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-distributed-cache-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
index 38d1bc951c..4b54acb503 100644
--- a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-cdc
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-cdc-mysql-bundle
pom
@@ -32,7 +32,7 @@
org.apache.nifi
nifi-cdc-mysql-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-cdc/pom.xml b/nifi-extension-bundles/nifi-cdc/pom.xml
index 8763a1d037..ad6b99f71c 100644
--- a/nifi-extension-bundles/nifi-cdc/pom.xml
+++ b/nifi-extension-bundles/nifi-cdc/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-cdc
diff --git a/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml b/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
index a7ef1994f8..594589e586 100644
--- a/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-cipher-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-cipher-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-cipher-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml b/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
index fea07e6500..f3aea0adb4 100644
--- a/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-cipher-bundle/nifi-cipher-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-cipher-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-cipher-processors
diff --git a/nifi-extension-bundles/nifi-cipher-bundle/pom.xml b/nifi-extension-bundles/nifi-cipher-bundle/pom.xml
index 2f656b093e..0932d9c574 100644
--- a/nifi-extension-bundles/nifi-cipher-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-cipher-bundle/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
index b1ad67f975..11a10cfe51 100644
--- a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-compress-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-compress-nar
nar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-compress-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 324ef62440..567d876f0c 100644
--- a/nifi-extension-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-compress-processors
jar
@@ -23,7 +23,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-compress-bundle/pom.xml b/nifi-extension-bundles/nifi-compress-bundle/pom.xml
index 7fd6de6769..fb85b1b42c 100644
--- a/nifi-extension-bundles/nifi-compress-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-compress-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-compress-bundle
pom
diff --git a/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml b/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
index 09399e92c2..23e2c99a8d 100644
--- a/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-confluent-platform-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-confluent-platform-nar
nar
@@ -22,13 +22,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-confluent-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml b/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
index 3578ccadab..ab532f2b5a 100644
--- a/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-confluent-platform-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-confluent-schema-registry-service
@@ -56,7 +56,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -75,7 +75,7 @@
org.apache.nifi
nifi-web-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-confluent-platform-bundle/pom.xml b/nifi-extension-bundles/nifi-confluent-platform-bundle/pom.xml
index e8450dbb53..c3b0fb607c 100644
--- a/nifi-extension-bundles/nifi-confluent-platform-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-confluent-platform-bundle/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-confluent-platform-bundle
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
index f17ed903af..b886f689c4 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-dropbox-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-processors-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-dropbox-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dropbox-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
index d1dd8922df..d36c14a9de 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-dropbox-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-processors
@@ -37,12 +37,12 @@
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dropbox-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -65,12 +65,12 @@
org.apache.nifi
nifi-conflict-resolution
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -81,7 +81,7 @@
org.apache.nifi
nifi-dropbox-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
index aea2837bd5..d64335a932 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api-nar/pom.xml
@@ -19,11 +19,11 @@
nifi-dropbox-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
@@ -31,12 +31,12 @@
org.apache.nifi
nifi-dropbox-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
index 5e5d6c87df..c259645638 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-api/pom.xml
@@ -19,7 +19,7 @@
nifi-dropbox-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-services-api
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
index 082def8ef1..663d674bbd 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-dropbox-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-services-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-dropbox-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dropbox-services
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
index c8d52a292f..a3f5f9c204 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/nifi-dropbox-services/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-dropbox-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dropbox-services
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-dropbox-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml b/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
index 2cd7c8b229..fd5a0586fd 100644
--- a/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-dropbox-bundle/pom.xml
@@ -19,11 +19,11 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-dropbox-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
index a585234822..fe43048382 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-elasticsearch-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-client-service-api-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
index 01c6a46786..39cb2509cb 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-elasticsearch-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-client-service-api
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
index 2f307a38f8..ec73dcad10 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-elasticsearch-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-client-service-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-elasticsearch-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index a00c552c5d..80e6ae99a9 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-elasticsearch-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-client-service
@@ -50,13 +50,13 @@
org.apache.nifi
nifi-elasticsearch-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
@@ -66,7 +66,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -147,13 +147,13 @@
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-elasticsearch-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml
index 394f0c5f16..7f4465f282 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-restapi-nar
@@ -24,13 +24,13 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-elasticsearch-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-elasticsearch-restapi-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
index 0031724922..b35e5f8763 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-restapi-processors
@@ -29,19 +29,19 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-elasticsearch-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -54,12 +54,12 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -98,7 +98,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -108,19 +108,19 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-elasticsearch-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-elasticsearch-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
index b30160eac1..36768cca09 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-test-utils/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-elasticsearch-test-utils
diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index d3f8a234ca..873e7dc2d3 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -15,7 +15,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
@@ -46,7 +46,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-elasticsearch-restapi-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.elasticsearch.client
diff --git a/nifi-extension-bundles/nifi-email-bundle/nifi-email-nar/pom.xml b/nifi-extension-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
index e941ec48c9..5447fc79d7 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-email-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-email-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-email-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 03c0fa4821..9037ffadfc 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-email-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-email-processors
diff --git a/nifi-extension-bundles/nifi-email-bundle/pom.xml b/nifi-extension-bundles/nifi-email-bundle/pom.xml
index 641161aac4..d978ba4c36 100644
--- a/nifi-extension-bundles/nifi-email-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-email-bundle
diff --git a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
index d8285fdb0c..706016125e 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-enrich-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-enrich-nar
nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-enrich-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
index b4a4c54058..cb1c12f045 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-enrich-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-enrich-processors
@@ -39,7 +39,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -84,7 +84,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
@@ -100,7 +100,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-enrich-bundle/pom.xml b/nifi-extension-bundles/nifi-enrich-bundle/pom.xml
index 3cd6f1901b..1213572ac9 100644
--- a/nifi-extension-bundles/nifi-enrich-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-enrich-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-enrich-bundle
diff --git a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml
index cab064f1a1..c3889eb476 100644
--- a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-evtx-nar
@@ -25,7 +25,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-evtx-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
index edc38da0b9..137c2f1c55 100644
--- a/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml
@@ -20,7 +20,7 @@
nifi-evtx-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-evtx-processors
@@ -36,7 +36,7 @@
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-evtx-bundle/pom.xml b/nifi-extension-bundles/nifi-evtx-bundle/pom.xml
index 191ac9c286..274b05beb1 100644
--- a/nifi-extension-bundles/nifi-evtx-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-evtx-bundle/pom.xml
@@ -21,7 +21,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-evtx-bundle
pom
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
index 0b05b22be0..023c825975 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-bin-manager
jar
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
index 2b6a737333..5286a854eb 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-conflict-resolution/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-conflict-resolution
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
index e246c33126..d44329aa2f 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-database-test-utils
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-database-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
index 69c37eef2a..fc50372a63 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-database-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-database-utils
@@ -28,18 +28,18 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -57,7 +57,7 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
index 5f4a3bf6d7..7512c4450d 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-dbcp-base/pom.xml
@@ -18,7 +18,7 @@
nifi-extension-utils
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dbcp-base
@@ -27,27 +27,27 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dbcp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kerberos-user-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-event-listen/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
index d78c1b8de4..e446287266 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-event-listen/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-event-listen
jar
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-event-put/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-event-put/pom.xml
index 96dee01010..2ad7e95ea4 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-event-put/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-event-put/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-event-put
jar
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-event-transport/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
index 5dfd0beb91..8945d499ce 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-event-transport/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-event-transport
jar
@@ -47,18 +47,18 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-file-transfer/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-file-transfer/pom.xml
index 86e1c17ddb..19dc5f7561 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-file-transfer/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-file-transfer/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-file-transfer
jar
@@ -27,17 +27,17 @@
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-git-flow-registry/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-git-flow-registry/pom.xml
index 9ad70b0716..6c05a6db45 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-git-flow-registry/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-git-flow-registry/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-git-flow-registry
jar
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
index bbfbb60aab..bb6335913b 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-utils
jar
@@ -27,17 +27,17 @@
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kerberos-user-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
index 99082017d8..9f141b6828 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-listed-entity
jar
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -54,7 +54,7 @@
org.apache.nifi
nifi-distributed-cache-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -65,7 +65,7 @@
org.apache.nifi
nifi-mock-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-migration-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-migration-utils/pom.xml
index 4d3636a4aa..86507f6e21 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-migration-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-migration-utils/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-migration-utils
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
index fe03f6810e..d68886c7d7 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-put-pattern
jar
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-path-property/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-path-property/pom.xml
index 038ef7d349..247b5468fb 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-path-property/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-path-property/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-record-path-property
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
index ccfe49ee8d..26b755a6c8 100755
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-avro-record-utils
@@ -28,7 +28,7 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.avro
@@ -58,17 +58,17 @@
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
index 6f25f3e7f0..db86dcf57a 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-record-utils
jar
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -74,12 +74,12 @@
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
index 19e59960c4..22c97b0b37 100755
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-json-record-utils
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-inference-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.jayway.jsonpath
@@ -50,7 +50,7 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
index 4b5d7e0786..3d047bc599 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mock-record-utils
@@ -28,23 +28,23 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.avro
@@ -59,7 +59,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
index 23c6d5e533..6a9938c917 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-schema-inference-utils/pom.xml
@@ -17,7 +17,7 @@
nifi-record-utils
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
index eaecec761a..ae6fba6ebc 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-record-utils
@@ -27,23 +27,23 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
index 6c8be9dc1a..952d780c76 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-yaml-record-utils/pom.xml
@@ -18,19 +18,19 @@
org.apache.nifi
nifi-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-yaml-record-utils
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
index ce5bde7e32..a6c6f49503 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
nifi-record-utils
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
index 1f8bd56ad6..5e747a97b4 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml
@@ -17,7 +17,7 @@
nifi-extension-utils
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -34,7 +34,7 @@
org.apache.nifi
nifi-metrics
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
index 3f27c2e604..7f9d8c4140 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-resource-transfer/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-resource-transfer
@@ -28,7 +28,7 @@
org.apache.nifi
nifi-file-resource-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-service-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
index 24387edd91..6185d19c41 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-service-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-service-utils
jar
diff --git a/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
index 29fbbc3af7..f6a04e3dfc 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-syslog-utils
jar
diff --git a/nifi-extension-bundles/nifi-extension-utils/pom.xml b/nifi-extension-bundles/nifi-extension-utils/pom.xml
index 08bd88f5cf..0e206b9052 100644
--- a/nifi-extension-bundles/nifi-extension-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
nifi-extension-utils
diff --git a/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml b/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml
index b69f806d84..bc9a6245fe 100644
--- a/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-flow-registry-client-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-flow-registry-client-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml b/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml
index caf4984fb8..cb42d03ac4 100644
--- a/nifi-extension-bundles/nifi-flow-registry-client-bundle/nifi-flow-registry-client-services/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-flow-registry-client-services
jar
@@ -25,22 +25,22 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-revision-entity-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-data-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-flow-registry-client-bundle/pom.xml b/nifi-extension-bundles/nifi-flow-registry-client-bundle/pom.xml
index fc2df5b3b1..3d4166fc38 100644
--- a/nifi-extension-bundles/nifi-flow-registry-client-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-flow-registry-client-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-flow-registry-client-bundle
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
index 23b1a1f9c1..b6d36face4 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-gcp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gcp-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-gcp-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-gcp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.codehaus.mojo
@@ -138,7 +138,7 @@
org.apache.nifi
nifi-gcp-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.codehaus.mojo
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
index 51845f4c7d..755a95a6a7 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-parameter-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-gcp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gcp-parameter-providers
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-gcp-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -39,7 +39,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index a54cc05e61..2bf4d4e165 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-gcp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gcp-processors
@@ -59,18 +59,18 @@
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-gcp-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-resource-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -79,12 +79,12 @@
org.apache.nifi
nifi-conflict-resolution
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-migration-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.google.cloud
@@ -141,13 +141,13 @@
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
index fbba7fd0ee..f0f2fe4b43 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-gcp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gcp-services-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-gcp-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
index 12805c6550..868523d3bd 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-gcp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gcp-services-api
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index db2651c0cf..d1c953d635 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-gcp-bundle
diff --git a/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml b/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
index aef8571680..57961daf52 100644
--- a/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-geohash-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-geohash-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-geohash-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml b/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
index 8f2de3696c..0a8742ef86 100644
--- a/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-geohash-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-geohash-processors
@@ -43,7 +43,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
@@ -56,7 +56,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-geohash-bundle/pom.xml b/nifi-extension-bundles/nifi-geohash-bundle/pom.xml
index 720245fc9e..c92f1c8877 100644
--- a/nifi-extension-bundles/nifi-geohash-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-geohash-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-geohash-bundle
diff --git a/nifi-extension-bundles/nifi-github-bundle/nifi-github-extensions/pom.xml b/nifi-extension-bundles/nifi-github-bundle/nifi-github-extensions/pom.xml
index 4fc9ce58a6..0e49bb118c 100644
--- a/nifi-extension-bundles/nifi-github-bundle/nifi-github-extensions/pom.xml
+++ b/nifi-extension-bundles/nifi-github-bundle/nifi-github-extensions/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-github-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-github-extensions
jar
@@ -32,7 +32,7 @@
org.apache.nifi
nifi-git-flow-registry
- 2.1.0
+ 2.2.0-SNAPSHOT
org.kohsuke
diff --git a/nifi-extension-bundles/nifi-github-bundle/nifi-github-nar/pom.xml b/nifi-extension-bundles/nifi-github-bundle/nifi-github-nar/pom.xml
index d5b10e8126..085d52c429 100644
--- a/nifi-extension-bundles/nifi-github-bundle/nifi-github-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-github-bundle/nifi-github-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-github-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-github-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-github-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-github-bundle/pom.xml b/nifi-extension-bundles/nifi-github-bundle/pom.xml
index fd2beaaa48..7b0ea84857 100644
--- a/nifi-extension-bundles/nifi-github-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-github-bundle/pom.xml
@@ -18,7 +18,7 @@
nifi-standard-shared-bom
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-extensions/pom.xml b/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-extensions/pom.xml
index 5393b18b29..69b9e37d81 100644
--- a/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-extensions/pom.xml
+++ b/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-extensions/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-gitlab-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gitlab-extensions
jar
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-git-flow-registry
- 2.1.0
+ 2.2.0-SNAPSHOT
org.gitlab4j
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-nar/pom.xml b/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-nar/pom.xml
index 8d115f6863..13ca542c86 100644
--- a/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-gitlab-bundle/nifi-gitlab-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-gitlab-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-gitlab-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-gitlab-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
index 5f937996de..596ce5afcb 100644
--- a/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gitlab-bundle/pom.xml
@@ -18,7 +18,7 @@
nifi-standard-shared-bom
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
index 73a064cc97..5653aa2f76 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-graph-client-service-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
index 83e15344bb..b0ca5c145b 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-graph-client-service-api
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
index 056faa6bda..08bce4a319 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-graph-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-graph-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-graph-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
index 837e08bf66..2d96b20fda 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-graph-processors
@@ -51,24 +51,24 @@
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
org.apache.nifi
nifi-graph-test-clients
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -78,7 +78,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 902e32b40a..8c0a35fa3e 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-graph-test-clients
@@ -77,7 +77,7 @@
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
index 994901fac9..a28368a7b4 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-neo4j-cypher-service-nar
nar
@@ -25,13 +25,13 @@
org.apache.nifi
nifi-graph-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-neo4j-cypher-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 365b444d66..0eb63a23c2 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -13,7 +13,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-neo4j-cypher-service
jar
@@ -36,7 +36,7 @@
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -49,7 +49,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
@@ -59,7 +59,7 @@
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
@@ -70,7 +70,7 @@
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
index 9f93d4e24b..6d88acac25 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-other-graph-services-nar
nar
@@ -25,13 +25,13 @@
org.apache.nifi
nifi-graph-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-other-graph-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index 963b94768f..382b45665b 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -13,7 +13,7 @@
org.apache.nifi
nifi-graph-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-other-graph-services
jar
@@ -31,7 +31,7 @@
org.apache.nifi
nifi-graph-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -50,7 +50,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
@@ -60,7 +60,7 @@
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
compile
diff --git a/nifi-extension-bundles/nifi-graph-bundle/pom.xml b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
index 2f84d3f8b3..6f250e9ff7 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-graph-bundle
diff --git a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
index 72a3bbf971..ba3e0820a2 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-groovyx-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-groovyx-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-groovyx-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
index 496c5fc90d..bc599bea81 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-groovyx-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-groovyx-processors
diff --git a/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml b/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
index da4e47dac6..245ef3a834 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-groovyx-bundle
diff --git a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml
index 3ffcaff9e6..f85c0bea79 100644
--- a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-hadoop-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-nar
nar
@@ -25,13 +25,13 @@
org.apache.nifi
nifi-hadoop-libraries-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hdfs-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
index f38c5db444..141d6baca4 100644
--- a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-hadoop-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hdfs-processors
jar
@@ -34,7 +34,7 @@
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -52,7 +52,7 @@
org.apache.nifi
nifi-hadoop-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.avro
@@ -61,7 +61,7 @@
org.apache.nifi
nifi-flowfile-packager
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.hadoop
@@ -111,7 +111,7 @@
org.apache.nifi
nifi-resource-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -120,7 +120,7 @@
org.apache.nifi
nifi-file-resource-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-hadoop-bundle/pom.xml b/nifi-extension-bundles/nifi-hadoop-bundle/pom.xml
index d1ca2d8533..ce377fa39c 100644
--- a/nifi-extension-bundles/nifi-hadoop-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-hadoop-bundle
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
index 6026714398..07ec2f1a5c 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
@@ -13,7 +13,7 @@
org.apache.nifi
nifi-hadoop-libraries-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-libraries-nar
nar
@@ -21,7 +21,7 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 81b9a67563..9c569e89bb 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-hadoop-libraries-bundle
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml
index feb50ee4c0..744005a19c 100644
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-client-service-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hashicorp-vault-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml
index df0d216378..2456781d8d 100755
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service-api/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-client-service-api
jar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
index 4e5b853979..faa8d0901f 100755
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
+++ b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hashicorp-vault-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-client-service
@@ -31,23 +31,23 @@
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-hashicorp-vault
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
index d97ce82ecd..7d152c6f7a 100644
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hashicorp-vault-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-nar
@@ -29,29 +29,29 @@
org.apache.nifi
nifi-hashicorp-vault-parameter-value-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-hashicorp-vault-parameter-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hashicorp-vault-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
index bd29f87b8c..0fa96ad763 100755
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
+++ b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-provider/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hashicorp-vault-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-parameter-provider
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-hashicorp-vault-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml
index 0c9f7f642a..0d25ac0b91 100755
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hashicorp-vault-parameter-value-provider
jar
@@ -34,19 +34,19 @@
org.apache.nifi
nifi-hashicorp-vault-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-hashicorp-vault
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/pom.xml b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/pom.xml
index 3ce9d8e4e6..eeda8ec4db 100644
--- a/nifi-extension-bundles/nifi-hashicorp-vault-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hashicorp-vault-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-hashicorp-vault-bundle
diff --git a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
index d906e971e8..08b2e13b1e 100644
--- a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hazelcast-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hazelcast-services-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hazelcast-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
index af83cfd829..500abe274d 100644
--- a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hazelcast-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hazelcast-services-api
diff --git a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
index e10c07bfd2..2a85f67fa6 100644
--- a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hazelcast-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hazelcast-services-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-hazelcast-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hazelcast-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
index 55d5f74afd..84a027fb4a 100644
--- a/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
+++ b/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hazelcast-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hazelcast-services
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-hazelcast-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-hazelcast-bundle/pom.xml b/nifi-extension-bundles/nifi-hazelcast-bundle/pom.xml
index 8a97ea8bbf..e5c02056d4 100644
--- a/nifi-extension-bundles/nifi-hazelcast-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hazelcast-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-hazelcast-bundle
diff --git a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
index c85c10d2b2..b566c72c80 100644
--- a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hl7-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hl7-nar
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-hl7-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
index 310c26e784..170193bed3 100644
--- a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-hl7-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hl7-processors
@@ -44,7 +44,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -53,7 +53,7 @@
org.apache.nifi
nifi-hl7-query-language
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-beanutils
diff --git a/nifi-extension-bundles/nifi-hl7-bundle/pom.xml b/nifi-extension-bundles/nifi-hl7-bundle/pom.xml
index e1fb8cd135..1ebc321906 100644
--- a/nifi-extension-bundles/nifi-hl7-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hl7-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hl7-bundle
pom
diff --git a/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml b/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
index 67e67fb106..fe144b16aa 100644
--- a/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-hubspot-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-hubspot-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml b/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
index f10955d38b..f3664acf79 100644
--- a/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/pom.xml
@@ -17,7 +17,7 @@
nifi-hubspot-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -44,7 +44,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-hubspot-bundle/pom.xml b/nifi-extension-bundles/nifi-hubspot-bundle/pom.xml
index 5d3e5af78d..f71f03ed7b 100644
--- a/nifi-extension-bundles/nifi-hubspot-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hubspot-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
index 337da3fd96..ca13dc8680 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-iotdb-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-iotdb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
index fe0dd9c211..39b0c17d6d 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/pom.xml
@@ -17,7 +17,7 @@
nifi-iotdb-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index f2f24f2a6a..0282b71ba3 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-iotdb-bundle
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml
index 15488aa36e..55e7d8dcd2 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-jms-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jms-cf-service-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jms-cf-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml
index 6296d08bcc..3b64c477ec 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml
@@ -12,7 +12,7 @@
org.apache.nifi
nifi-jms-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-jms-cf-service
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml
index f8fe87314b..3d298ae7a6 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-jms-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jms-processors-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-jms-cf-service-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jms-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
index ff327290f7..3008f7428e 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
@@ -12,7 +12,7 @@
org.apache.nifi
nifi-jms-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-jms-processors
@@ -36,7 +36,7 @@
org.apache.nifi
nifi-jms-cf-service
provided
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework
@@ -82,7 +82,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-jms-bundle/pom.xml b/nifi-extension-bundles/nifi-jms-bundle/pom.xml
index c323a50b09..72608d9e6c 100644
--- a/nifi-extension-bundles/nifi-jms-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-jms-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-jms-bundle
diff --git a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-nar/pom.xml b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-nar/pom.xml
index 5947ef581b..30b3c7befb 100644
--- a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-nar/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-jolt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jolt-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-jolt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/pom.xml b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/pom.xml
index 1587b25775..0093d07daa 100644
--- a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-processors/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-jolt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jolt-processors
@@ -38,7 +38,7 @@
org.apache.nifi
nifi-jolt-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.github.ben-manes.caffeine
@@ -51,7 +51,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
index 4e7e82a2bd..f3e23106bd 100644
--- a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
+++ b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
@@ -13,7 +13,7 @@ language governing permissions and limitations under the License. -->
nifi-jolt-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -36,17 +36,17 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-custom-ui-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jolt-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.ws.rs
@@ -78,12 +78,12 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-web-servlet-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-frontend
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-utils/pom.xml b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-utils/pom.xml
index e51bfb8647..273c80e169 100644
--- a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-utils/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-jolt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jolt-utils
diff --git a/nifi-extension-bundles/nifi-jolt-bundle/pom.xml b/nifi-extension-bundles/nifi-jolt-bundle/pom.xml
index 1fd8f63928..963f8ebf2d 100644
--- a/nifi-extension-bundles/nifi-jolt-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-jolt-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-jolt-bundle
@@ -48,7 +48,7 @@
org.apache.nifi
nifi-jolt-transform-json-ui
war
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml b/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
index 1879c34671..2dd27d49e8 100644
--- a/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-jslt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jslt-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-jslt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml b/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
index 326cc573d7..50219f42b8 100644
--- a/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-jslt-bundle/nifi-jslt-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-jslt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jslt-processors
diff --git a/nifi-extension-bundles/nifi-jslt-bundle/pom.xml b/nifi-extension-bundles/nifi-jslt-bundle/pom.xml
index 1072946238..ad439d5b8f 100644
--- a/nifi-extension-bundles/nifi-jslt-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-jslt-bundle/pom.xml
@@ -18,11 +18,11 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-jslt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
pom
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/pom.xml
index 0c56f24178..129422422d 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-3-integration
@@ -30,49 +30,49 @@
org.apache.nifi
nifi-kafka-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-kerberos-user-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -95,13 +95,13 @@
org.apache.nifi
nifi-kafka-3-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-kafka-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -112,7 +112,7 @@
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service-nar/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service-nar/pom.xml
index f18763bd6a..963ba976ba 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-3-service-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-kafka-3-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
index 3e8214fcdb..f55306a609 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-service/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-3-service
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-kafka-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -51,7 +51,7 @@
org.apache.nifi
nifi-kafka-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.testcontainers
@@ -73,13 +73,13 @@
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-code-coverage/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-code-coverage/pom.xml
index 180a0a0a50..94d415d67f 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-code-coverage/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-code-coverage/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-code-coverage
@@ -65,27 +65,27 @@
org.apache.nifi
nifi-kafka-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-3-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-3-integration
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml
index ddda18cc59..1f0a900b65 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-kafka-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kafka-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
index d4c81bf766..d3a2202f62 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-processors
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-kafka-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -43,7 +43,7 @@
org.apache.nifi
nifi-kafka-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api-nar/pom.xml
index be93c0788b..21c1bd51fa 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kafka-service-api-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-kafka-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api/pom.xml
index 7d9119b6aa..58a2790655 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-service-api/pom.xml
@@ -16,7 +16,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-kafka-service-api
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
index 6d816cbd0b..c6fe30b50b 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-shared/pom.xml
@@ -16,7 +16,7 @@
org.apache.nifi
nifi-kafka-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-kafka-shared
diff --git a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
index 10afbd992d..aa768d7d1b 100644
--- a/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-kafka-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-kafka-bundle
diff --git a/nifi-extension-bundles/nifi-media-bundle/nifi-media-nar/pom.xml b/nifi-extension-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
index 56149e58d5..9189a1a877 100644
--- a/nifi-extension-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/nifi-media-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-media-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-media-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-media-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index a78cb9de26..9458e12f29 100644
--- a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-media-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-media-processors
@@ -44,7 +44,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.tika
diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml b/nifi-extension-bundles/nifi-media-bundle/pom.xml
index 34c8df6611..8fee9f8bc7 100644
--- a/nifi-extension-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-media-bundle
pom
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
index a32d94a34d..3172fd8445 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-client-service-api-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
index 36400272fc..bb5f6d548d 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-client-service-api
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml
index 3d6d996536..c690ddcba1 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-nar
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-mongodb-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml
index 07be3cf31d..36af2748d2 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-processors
@@ -64,12 +64,12 @@
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -80,19 +80,19 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-mongodb-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-mongodb-services
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
index 7d86960a1c..72356e1a6b 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-services-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-mongodb-client-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mongodb-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
index 45694184eb..77ba04d55f 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml
@@ -13,7 +13,7 @@
org.apache.nifi
nifi-mongodb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mongodb-services
jar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-mongodb-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -54,7 +54,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -63,7 +63,7 @@
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.testcontainers
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index 9eeee1d73b..434c154776 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-mongodb-bundle
diff --git a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
index e8e4ccd204..062cff82c3 100644
--- a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-mqtt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-mqtt-nar
nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-mqtt-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index 049b3b2c90..89113d2a68 100644
--- a/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-mqtt-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -47,7 +47,7 @@
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -70,13 +70,13 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-mqtt-bundle/pom.xml b/nifi-extension-bundles/nifi-mqtt-bundle/pom.xml
index 05db037009..605109c454 100644
--- a/nifi-extension-bundles/nifi-mqtt-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mqtt-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-mqtt-bundle
diff --git a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
index d8261060df..fd38aacb4c 100644
--- a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-network-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-network-processors-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-network-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
index 27673fbd42..552bfcd27d 100644
--- a/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-network-bundle/nifi-network-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-network-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-network-processors
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-network-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -42,7 +42,7 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-network-bundle/nifi-network-utils/pom.xml b/nifi-extension-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
index 0c9feca771..9a14f6c674 100644
--- a/nifi-extension-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-network-bundle/nifi-network-utils/pom.xml
@@ -17,7 +17,7 @@
nifi-network-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-network-utils
diff --git a/nifi-extension-bundles/nifi-network-bundle/pom.xml b/nifi-extension-bundles/nifi-network-bundle/pom.xml
index 016053b9bd..31e1a7ec8a 100644
--- a/nifi-extension-bundles/nifi-network-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-network-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-network-bundle
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
index fcd1e2f5cb..7084a5b361 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-opentelemetry-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-opentelemetry-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-opentelemetry-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
index f934cb9a01..c0264ffeb6 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-opentelemetry-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-opentelemetry-processors
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -79,30 +79,30 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
index 4671512a62..4e972c5477 100644
--- a/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-opentelemetry-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-opentelemetry-bundle
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
index 622284570c..1dd371612e 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-parquet-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-parquet-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-parquet-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-libraries-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
index 321145b94a..0fe3ab96c0 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-parquet-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-parquet-processors
jar
@@ -102,12 +102,12 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hadoop-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index c47dd049f0..0282198c67 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-parquet-bundle
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
index 2e1b99b9aa..a69fc7b3df 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-pgp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
index 2c46c7f2a2..3163d78281 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-processors
@@ -34,7 +34,7 @@
org.apache.nifi
nifi-pgp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -46,7 +46,7 @@
org.apache.nifi
nifi-pgp-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
index 5086a5cd9f..58c7813f31 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-service-api-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-pgp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
index 0483c07ff2..6de1fb9527 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-service-api
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
index 9d17e8c386..c1cef6a817 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-service-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-pgp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-pgp-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
index 661ef960d1..058b65b56e 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-service
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-pgp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -46,7 +46,7 @@
org.apache.nifi
nifi-pgp-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
index a1909bbd57..857a5c6c9d 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-pgp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-pgp-test-utils
diff --git a/nifi-extension-bundles/nifi-pgp-bundle/pom.xml b/nifi-extension-bundles/nifi-pgp-bundle/pom.xml
index febf947eb7..b4622696c3 100644
--- a/nifi-extension-bundles/nifi-pgp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-pgp-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-pgp-bundle
diff --git a/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml b/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
index adfed601b3..2493484d74 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-poi-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-poi-nar
nar
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-poi-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml b/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
index 7723f13de7..48b0a57bd5 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-poi-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-poi-services
@@ -47,7 +47,7 @@
org.apache.nifi
nifi-record-serialization-services-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -80,7 +80,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index d5fb659a05..4b237eafef 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-poi-bundle
diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services-nar/pom.xml b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services-nar/pom.xml
index 41526ef9db..0f8b419956 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services-nar/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-protobuf-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-protobuf-services-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-protobuf-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index 788f2cc3cc..2ac2f21085 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-protobuf-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-protobuf-services
@@ -48,7 +48,7 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -74,13 +74,13 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-mock-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
index ecbb331a45..fe5d289911 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml
index 27ecc3b16d..ddc00a37af 100644
--- a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml
+++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-bridge/pom.xml
@@ -17,7 +17,7 @@
nifi-py4j-extension-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -63,22 +63,22 @@
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-inference-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-integration-tests/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-integration-tests/pom.xml
index c1de38e773..d7d4a17ab6 100644
--- a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-integration-tests/pom.xml
+++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-integration-tests/pom.xml
@@ -17,7 +17,7 @@
nifi-py4j-extension-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-python-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -36,18 +36,18 @@
org.apache.nifi
nifi-python-test-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-python-extension-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-py4j-bridge
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -84,7 +84,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-nar/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-nar/pom.xml
index f96a72f53d..ed9282eaa8 100644
--- a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-py4j-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-py4j-extension-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-py4j-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-py4j-bridge
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-python-test-extensions/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-python-test-extensions/pom.xml
index 5ce9ef28a4..03efa03503 100644
--- a/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-python-test-extensions/pom.xml
+++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/nifi-python-test-extensions/pom.xml
@@ -17,7 +17,7 @@
nifi-py4j-extension-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-py4j-extension-bundle/pom.xml b/nifi-extension-bundles/nifi-py4j-extension-bundle/pom.xml
index a99bd1abac..33b4c8b7a2 100644
--- a/nifi-extension-bundles/nifi-py4j-extension-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-py4j-extension-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
index bcaba06a69..71078b1c78 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-redis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-redis-extensions
@@ -39,13 +39,13 @@
org.apache.nifi
nifi-redis-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-redis-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework.data
@@ -79,7 +79,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -88,7 +88,7 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
index 546de2319e..95a4d6edde 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-redis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-redis-nar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-redis-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-redis-service-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
index 257fbe0cce..a66d153aef 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-redis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-redis-service-api-nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-redis-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
index be09bbe658..2361a10dc2 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-redis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-redis-service-api
diff --git a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
index 175ac59e54..13db7bcf89 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/nifi-redis-utils/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-redis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-redis-utils
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-redis-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-redis-bundle/pom.xml b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
index 759bb98e6c..4d69140cab 100644
--- a/nifi-extension-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-redis-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-redis-bundle
diff --git a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
index 316feb94a5..163fa033ad 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-registry-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-registry-nar
nar
@@ -23,13 +23,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index bb570f13fe..0a1bb1e2fc 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.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.1.0
+ 2.2.0-SNAPSHOT
@@ -44,7 +44,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-json-schema-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -62,7 +62,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-json-schema-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-registry-bundle/pom.xml b/nifi-extension-bundles/nifi-registry-bundle/pom.xml
index fe86b3ee30..b939feecf0 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-registry-bundle/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-registry-bundle
diff --git a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
index 75c509218e..70320caef0 100644
--- a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-salesforce-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-salesforce-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 81aeac8163..e1cdfe93b6 100644
--- a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -17,7 +17,7 @@
nifi-salesforce-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -37,7 +37,7 @@
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.camel
@@ -71,7 +71,7 @@
org.apache.nifi
nifi-oauth2-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-salesforce-bundle/pom.xml b/nifi-extension-bundles/nifi-salesforce-bundle/pom.xml
index 98f715402b..7ce5637d19 100644
--- a/nifi-extension-bundles/nifi-salesforce-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-salesforce-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
index 158fad072a..446c6e8228 100644
--- a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-scripting-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-scripting-nar
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index 9a168786e5..a57f85dd4c 100644
--- a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-scripting-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-scripting-processors
@@ -51,7 +51,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-scripting-bundle/pom.xml b/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
index f734952fb6..1f36471368 100644
--- a/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-scripting-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-scripting-bundle
@@ -36,7 +36,7 @@
org.apache.nifi
nifi-scripting-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -57,13 +57,13 @@
org.apache.nifi
nifi-metrics
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml b/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
index 918964b1ce..9ca493f0af 100644
--- a/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-nar/pom.xml
@@ -17,7 +17,7 @@
nifi-shopify-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-shopify-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml b/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
index dc602897e4..f5cafad8ea 100644
--- a/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-processors/pom.xml
@@ -17,7 +17,7 @@
nifi-shopify-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -45,7 +45,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-shopify-bundle/pom.xml b/nifi-extension-bundles/nifi-shopify-bundle/pom.xml
index bb1deb92ec..9c27767ef5 100644
--- a/nifi-extension-bundles/nifi-shopify-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-shopify-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
4.0.0
diff --git a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml b/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
index 46c82c0ad0..645d808f09 100644
--- a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-site-to-site-reporting-nar
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-site-to-site-reporting-task
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml b/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
index f4ec252eba..932799638b 100644
--- a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-site-to-site-reporting-task
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-reporting-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -47,7 +47,7 @@
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -72,12 +72,12 @@
org.apache.nifi
nifi-migration-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.glassfish
@@ -93,7 +93,7 @@
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/pom.xml b/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/pom.xml
index f1fd34a6cb..cd94ff1451 100644
--- a/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-site-to-site-reporting-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-site-to-site-reporting-bundle
diff --git a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
index 6bf65a2d00..f892e980f7 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-slack-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-slack-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-slack-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index 037ecab3d1..a37f3eabcb 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-slack-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-slack-processors
@@ -83,7 +83,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-slack-bundle/pom.xml b/nifi-extension-bundles/nifi-slack-bundle/pom.xml
index a5bd31236d..bc17e823ab 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-slack-bundle
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
index 3e120e89f9..c9435b2658 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-smb-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
index ca2ee7672e..61b3f1f403 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-client-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-client-api
jar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
index 4004422ea1..0437cc4e47 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-smb-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-smb-client-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
index ed6b055ae0..832ab2feda 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-processors
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-smb-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -49,7 +49,7 @@
org.apache.nifi
nifi-smb-smbj-common
- 2.1.0
+ 2.2.0-SNAPSHOT
com.hierynomus
@@ -75,7 +75,7 @@
org.apache.nifi
nifi-smb-smbj-client
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
index 0a4fc4f90e..9ecea016d3 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-smbj-client-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-smb-client-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-smb-smbj-client
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
index 9763e5d616..9ccf69581b 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-client/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-smbj-client
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-smb-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -44,7 +44,7 @@
org.apache.nifi
nifi-smb-smbj-common
- 2.1.0
+ 2.2.0-SNAPSHOT
com.hierynomus
diff --git a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
index 8fdd447076..a20656758d 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/nifi-smb-smbj-common/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-smb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-smb-smbj-common
diff --git a/nifi-extension-bundles/nifi-smb-bundle/pom.xml b/nifi-extension-bundles/nifi-smb-bundle/pom.xml
index 529f71119b..69c1a19f6e 100644
--- a/nifi-extension-bundles/nifi-smb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-smb-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-smb-bundle
diff --git a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
index a14008aaba..6cebb5ddcc 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-snmp-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-snmp-nar
nar
@@ -26,12 +26,12 @@
org.apache.nifi
nifi-snmp-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index 195b59012b..54f68b900e 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-snmp-processors
jar
@@ -49,7 +49,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-json-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-snmp-bundle/pom.xml b/nifi-extension-bundles/nifi-snmp-bundle/pom.xml
index 35bc13f28a..b6576a925e 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-snmp-bundle
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
index 49e6f85620..143fc0f950 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors-nar/pom.xml
@@ -20,7 +20,7 @@
nifi-snowflake-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -31,12 +31,12 @@
org.apache.nifi
nifi-snowflake-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snowflake-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
index b0ab17d943..987d364ffb 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-processors/pom.xml
@@ -20,7 +20,7 @@
nifi-snowflake-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -36,13 +36,13 @@
org.apache.nifi
nifi-snowflake-services
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-snowflake-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -67,13 +67,13 @@
org.apache.nifi
nifi-key-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-key-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -84,7 +84,7 @@
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
index 6e61e12495..31d4dcf18e 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api-nar/pom.xml
@@ -20,7 +20,7 @@
nifi-snowflake-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -31,12 +31,12 @@
org.apache.nifi
nifi-snowflake-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
index f3aad4a81f..b3a96780c8 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
@@ -20,7 +20,7 @@
nifi-snowflake-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
index fced444190..582fe89985 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-snowflake-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-snowflake-services-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-snowflake-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-snowflake-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
index 0ad706c26f..00c4e78fa9 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-snowflake-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-snowflake-services
@@ -33,7 +33,7 @@
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -48,7 +48,7 @@
org.apache.nifi
nifi-snowflake-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
index c96e326ac2..9628cdb8f3 100644
--- a/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-snowflake-bundle/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-snowflake-bundle
diff --git a/nifi-extension-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml b/nifi-extension-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
index e445ee96e5..a42ff0eb86 100644
--- a/nifi-extension-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-social-media-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-social-media-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-twitter-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml b/nifi-extension-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
index 5af276169d..480a9edd6d 100644
--- a/nifi-extension-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-social-media-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-twitter-processors
diff --git a/nifi-extension-bundles/nifi-social-media-bundle/pom.xml b/nifi-extension-bundles/nifi-social-media-bundle/pom.xml
index 07fe6d65b4..486c69ba19 100644
--- a/nifi-extension-bundles/nifi-social-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-social-media-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-social-media-bundle
diff --git a/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml b/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml
index 3b9ec32a5e..1895d8304b 100644
--- a/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-splunk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-splunk-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-splunk-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml b/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml
index f8f60dd60f..1858654358 100644
--- a/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-splunk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-splunk-processors
@@ -42,7 +42,7 @@
org.apache.nifi
nifi-event-put
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
@@ -59,7 +59,7 @@
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-splunk-bundle/pom.xml b/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
index e0770c53c2..7916f9d689 100644
--- a/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-splunk-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-splunk-bundle
diff --git a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
index 0fad8182a7..780368a22a 100644
--- a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-sql-reporting-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-sql-reporting-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-sql-reporting-tasks
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
index dd4960b81b..7fed7e93ac 100644
--- a/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
+++ b/nifi-extension-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-sql-reporting-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-sql-reporting-tasks
@@ -38,12 +38,12 @@
org.apache.nifi
nifi-reporting-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-database-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -60,7 +60,7 @@
org.apache.nifi
nifi-calcite-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.calcite
@@ -84,7 +84,7 @@
org.apache.nifi
nifi-user-actions
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
index cf6b9e3ea2..7bf5f614a9 100644
--- a/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-sql-reporting-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-sql-reporting-bundle
@@ -34,7 +34,7 @@
org.apache.nifi
nifi-sql-reporting-tasks
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer-nar/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer-nar/pom.xml
index 100c2662fe..d5bd53c5f6 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer-nar/pom.xml
@@ -21,7 +21,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-content-viewer-nar
nar
@@ -30,13 +30,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-standard-content-viewer
- 2.1.0
+ 2.2.0-SNAPSHOT
war
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
index d56f88d88f..0eb2029a60 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
@@ -21,7 +21,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-content-viewer
war
@@ -33,28 +33,28 @@
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-content-viewer-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-servlet-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-frontend
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.avro
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
index c22a93b191..d12b70a405 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-nar
nar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
index 199dcf2bd1..19435d2fb4 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-parameter-providers/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-parameter-providers
jar
@@ -38,7 +38,7 @@
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -56,7 +56,7 @@
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index b28af7de8f..a8544b9d3e 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-processors
jar
@@ -37,7 +37,7 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -47,7 +47,7 @@
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -85,7 +85,7 @@
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -105,12 +105,12 @@
org.apache.nifi
nifi-put-pattern
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-services-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -169,97 +169,97 @@
org.apache.nifi
nifi-bin-manager
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-listed-entity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-put
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-listen
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-file-transfer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-syslog-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-lookup-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flowfile-packager
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jetty-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-http-context-map-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-proxy-configuration-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-record-sink-api
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
@@ -294,12 +294,12 @@
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
com.hierynomus
@@ -383,12 +383,12 @@
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-dbcp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
com.squareup.okhttp3
@@ -421,7 +421,7 @@
org.apache.nifi
nifi-distributed-cache-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -431,13 +431,13 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-lookup-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -496,22 +496,22 @@
org.apache.nifi
nifi-calcite-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-database-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-oauth2-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
@@ -534,19 +534,19 @@
org.apache.nifi
nifi-database-test-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -557,17 +557,17 @@
org.apache.nifi
nifi-json-schema-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-json-schema-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-migration-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -579,7 +579,7 @@
org.apache.nifi
nifi-dbcp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
index 875aac0923..dabfdfb576 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-reporting-tasks
jar
diff --git a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
index 55be4c4429..f9bfa725ed 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-rules/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-rules
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index bf4d0dac33..0d5a288d45 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-standard-bundle
@@ -42,27 +42,27 @@
org.apache.nifi
nifi-standard-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-reporting-tasks
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-rules
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-parameter-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
com.hierynomus
diff --git a/nifi-extension-bundles/nifi-standard-services-api-bom/pom.xml b/nifi-extension-bundles/nifi-standard-services-api-bom/pom.xml
index a7e32b61ed..22c0ac2af8 100644
--- a/nifi-extension-bundles/nifi-standard-services-api-bom/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services-api-bom/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-services-api-bom
pom
@@ -39,128 +39,128 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-record
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-ssl-context-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-distributed-cache-client-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-http-context-map-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-dbcp-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-oauth2-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-schema-registry-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-json-schema-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-record-serialization-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-lookup-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-kerberos-user-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-kerberos-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-proxy-configuration-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-record-sink-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-web-client-provider-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-key-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-file-resource-service-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-mock-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service-nar/pom.xml
index 5f415d1795..42297cd58d 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-db-schema-registry-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-db-schema-registry-service-nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-db-schema-registry-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service/pom.xml
index 462d3557ce..34759318aa 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/nifi-db-schema-registry-service/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-db-schema-registry-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-db-schema-registry-service
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/pom.xml
index fa20d2c789..18957e6616 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-db-schema-registry-bundle/pom.xml
@@ -15,7 +15,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-db-schema-registry-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
index 303728d279..564bb9eb03 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dbcp-service-api
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
index 2b82eaac98..ab119e3b75 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-dbcp-service-nar
@@ -27,18 +27,18 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-dbcp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-hikari-dbcp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
index 2ccad0fc8b..00bc3fabb1 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-dbcp-service
jar
@@ -33,13 +33,13 @@
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-service-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -64,7 +64,7 @@
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -73,7 +73,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index d2f4025c67..5cf1d8f625 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hikari-dbcp-service
jar
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
index fd2f10f660..d0dfc5de6d 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-dbcp-service-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
index 4d644e2904..12a55be576 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-client-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml
index 1eba6e2bc1..9614f92f34 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-client-service
jar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-distributed-cache-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml
index 6ce875bed9..752c82bd5b 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-protocol
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml
index 7d3774c722..d0bbcffa65 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-server
Provides a Controller Service for hosting Distributed Caches
@@ -25,12 +25,12 @@
org.apache.nifi
nifi-distributed-cache-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -43,13 +43,13 @@
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -76,7 +76,7 @@
org.apache.nifi
nifi-write-ahead-log
- 2.1.0
+ 2.2.0-SNAPSHOT
commons-io
@@ -91,7 +91,7 @@
org.apache.nifi
nifi-distributed-cache-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml
index d03ad06c8f..35e574e3ab 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-services-nar
nar
@@ -26,23 +26,23 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-distributed-cache-client-service
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-distributed-cache-server
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
index 607989a9fc..ab22bc7919 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-distributed-cache-services-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
index eefd7c2f12..6bfcb7943b 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-file-resource-service-api
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml
index 4c67569f76..b26db6bb4e 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-file-resource-service-nar
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-file-resource-service
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml
index 499e92c57f..f24ee95c45 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/nifi-file-resource-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-file-resource-service
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
index 349505040e..2ac28b5739 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-file-resource-service-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-file-resource-service-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml
index e22e9201f9..f99026d044 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-dbcp-service-nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-hadoop-dbcp-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
index 6c372f32e0..b0ea75e54e 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-dbcp-service
jar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-dbcp-base
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -43,7 +43,7 @@
org.apache.nifi
nifi-hadoop-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
index 25b304e31d..830edad314 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-hadoop-dbcp-service-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
index 3e3980ba68..8cc63bc923 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-http-context-map-api
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml
index 848d432388..5cc866a4d1 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-http-context-map-nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-http-context-map
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml
index f06b680b1f..dfd0f0a121 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-http-context-map
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
index b01c881c92..0d8e578f1c 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-http-context-map-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
index 6fc7b4ad4e..38c390b12b 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-user-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml
index 6e7b155b8a..5bd007638c 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-user-service-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-kerberos-user-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml
index 4fe11e6aa3..d8b2a27de4 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-user-service
jar
@@ -29,7 +29,7 @@
org.apache.nifi
nifi-security-kerberos
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
index 6048ef4aea..e5ba4c22d4 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-user-service-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
index 2234b7ea4a..a8f2d96472 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-key-service-api
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml
index da6f82ef6e..a897dafe09 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-key-service-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-key-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml
index 3fe15162e9..2c1e159ffc 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/nifi-key-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-key-service
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
index 41f56ff20e..abe3f4e58f 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-key-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-key-service-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml
index 348243cd32..b5150c988d 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-lookup-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml
index 4a85e79f7e..2ddf890de4 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-lookup-services-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-lookup-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index d343b1cbb2..9c46b2eeca 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-lookup-services
jar
@@ -99,7 +99,7 @@
org.apache.nifi
nifi-database-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -112,7 +112,7 @@
org.apache.nifi
nifi-record-path
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -136,7 +136,7 @@
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml
index 449779f2db..c8e7123bb8 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-lookup-services-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
index 8eeddff94e..d7b55355d7 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-oauth2-provider-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml
index a2c3de075b..22acc89f2f 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-oauth2-provider-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-oauth2-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
index 11b969f5b2..7a9cde8a96 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-oauth2-provider-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-oauth2-provider-service
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
index f6bf1b495d..03160bb623 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-oauth2-provider-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml
index 8d4f16b49e..c4c80ba19e 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml
@@ -17,7 +17,7 @@
nifi-standard-services
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-proxy-configuration-api
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml
index 2bbc62f789..4e7d87ddcd 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -28,13 +28,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-proxy-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml
index a0d6173ca2..cdc3fd9ba5 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-proxy-configuration
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml
index 511241c50c..fbe9c4edba 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml
@@ -17,7 +17,7 @@
nifi-standard-services
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-proxy-configuration-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml
index 046c471bfa..19631a7a27 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-record-serialization-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml
index 26b9d96313..887829ba0d 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-serialization-services-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml
index 3dac376f62..0f4ab98d7e 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-shared/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-serialization-services-shared
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -46,7 +46,7 @@
org.apache.nifi
nifi-schema-inference-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
index 922436d24f..7ddda17458 100755
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-serialization-services
jar
@@ -37,37 +37,37 @@
org.apache.nifi
nifi-record-serialization-services-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-avro-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-syslog-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-json-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-yaml-record-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -167,7 +167,7 @@
org.apache.nifi
nifi-schema-inference-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.tukaani
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml
index ee72f5fe82..e8cb9a6148 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-record-serialization-services-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
index 44980db71b..fb5083ee95 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-record-sink-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml
index c81823c9ae..d6ef3c94f4 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-sink-service-nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-record-sink-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml
index 8c22c737c0..8706267030 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-record-sink-service
jar
@@ -37,12 +37,12 @@
org.apache.nifi
nifi-service-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-event-transport
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -90,13 +90,13 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
index 3071245b9c..3050eb4787 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-record-sink-service-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml
index 2bd32166bc..9575c8769f 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml
@@ -13,7 +13,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-schema-registry-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml
index c75862d54a..56f650ceba 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-ssl-context-service-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml
index 104d070455..e394886a3b 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-ssl-context-service
jar
@@ -33,12 +33,12 @@
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
index e68f5e599d..1956b40297 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-ssl-context-bundle
pom
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
index b9b805715b..662674b47c 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-ssl-context-service-api
jar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
index b1e709a695..9d39848665 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-services-api-nar
nar
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml
index 0e36c2609e..e3780d129b 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-api/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-web-client-provider-api
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml
index 9bbb14d2fc..87b748c44e 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-web-client-provider-service-nar
nar
@@ -27,13 +27,13 @@
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
index a7eb46f8e5..c535a6dd28 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-web-client-provider-service
@@ -41,7 +41,7 @@
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -50,13 +50,13 @@
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
index d7ae320bb1..9a50764def 100644
--- a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-web-client-provider-bundle
diff --git a/nifi-extension-bundles/nifi-standard-services/pom.xml b/nifi-extension-bundles/nifi-standard-services/pom.xml
index ea48c899ac..dd3491a851 100644
--- a/nifi-extension-bundles/nifi-standard-services/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-services/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-standard-services
diff --git a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index 032a0a25f8..cc01b61ce7 100644
--- a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../nifi-standard-services-api-bom
nifi-standard-shared-bom
diff --git a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
index 0d7f761085..91a601f340 100644
--- a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bom
nifi-standard-shared-nar
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-standard-shared-bundle/pom.xml b/nifi-extension-bundles/nifi-standard-shared-bundle/pom.xml
index 3412e6c7fd..60b1522c79 100644
--- a/nifi-extension-bundles/nifi-standard-shared-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-shared-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-standard-shared-bundle
diff --git a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
index 420f34fdde..240e0275cb 100644
--- a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-stateful-analysis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-stateful-analysis-nar
nar
diff --git a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
index d7d10b48c3..3398ac1009 100644
--- a/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-stateful-analysis-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-stateful-analysis-processors
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-stateful-analysis-bundle/pom.xml b/nifi-extension-bundles/nifi-stateful-analysis-bundle/pom.xml
index aebf97cbbd..3089fd5054 100644
--- a/nifi-extension-bundles/nifi-stateful-analysis-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-stateful-analysis-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-stateful-analysis-bundle
pom
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-stateful-analysis-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
index 5751b62249..a6b5b776f5 100644
--- a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
+++ b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml
@@ -18,14 +18,14 @@
org.apache.nifi
nifi-update-attribute-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-update-attribute-model
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
diff --git a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
index c75d0a600f..49213c45dc 100644
--- a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-update-attribute-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-update-attribute-nar
nar
@@ -25,28 +25,28 @@
org.apache.nifi
nifi-jetty-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-processor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-update-attribute-ui
- 2.1.0
+ 2.2.0-SNAPSHOT
war
diff --git a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
index 219c0f3635..52d2e5d735 100644
--- a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
+++ b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-update-attribute-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-update-attribute-processor
Processor for UpdateAttribute
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-update-attribute-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
index 55c38f9dfb..5daa85f180 100644
--- a/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
+++ b/nifi-extension-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-update-attribute-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-update-attribute-ui
war
@@ -80,7 +80,7 @@
org.apache.nifi
nifi-update-attribute-model
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -90,17 +90,17 @@
org.apache.nifi
nifi-custom-ui-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
@@ -141,12 +141,12 @@
org.apache.nifi
nifi-web-servlet-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-frontend
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-update-attribute-bundle/pom.xml b/nifi-extension-bundles/nifi-update-attribute-bundle/pom.xml
index e7a19b4df8..2a1d93b37b 100644
--- a/nifi-extension-bundles/nifi-update-attribute-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-update-attribute-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-update-attribute-bundle
pom
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
index 68aef74298..03890b4293 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-websocket-processors-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-websocket-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
index 8ad74d9410..44e4d65658 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-websocket-processors
@@ -35,7 +35,7 @@
org.apache.nifi
nifi-websocket-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
@@ -45,7 +45,7 @@
org.apache.nifi
nifi-websocket-services-jetty
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
index fa536114a7..b19b472381 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-websocket-services-api-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
index 2e585d501e..c26eff99b2 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml
@@ -12,7 +12,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-websocket-services-api
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
index 974e52e5b3..bedc6ec7aa 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-websocket-services-jetty-nar
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-websocket-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-websocket-services-jetty
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
index 71f0fe07a5..3248e0ad6b 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml
@@ -12,7 +12,7 @@
org.apache.nifi
nifi-websocket-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
nifi-websocket-services-jetty
@@ -29,13 +29,13 @@
org.apache.nifi
nifi-websocket-services-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-jetty-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.eclipse.jetty.websocket
@@ -57,7 +57,7 @@
org.apache.nifi
nifi-ssl-context-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-websocket-bundle/pom.xml b/nifi-extension-bundles/nifi-websocket-bundle/pom.xml
index d7c73588e3..769167bb21 100644
--- a/nifi-extension-bundles/nifi-websocket-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-websocket-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-websocket-bundle
diff --git a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
index c1bfcb21e2..9344249593 100644
--- a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-windows-event-log-nar
@@ -24,7 +24,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-windows-event-log-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index e9e8347fc9..799fe49363 100644
--- a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ b/nifi-extension-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.1.0
+ 2.2.0-SNAPSHOT
nifi-windows-event-log-processors
@@ -47,7 +47,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
net.java.dev.jna
diff --git a/nifi-extension-bundles/nifi-windows-event-log-bundle/pom.xml b/nifi-extension-bundles/nifi-windows-event-log-bundle/pom.xml
index e3d8dda057..c518814a92 100644
--- a/nifi-extension-bundles/nifi-windows-event-log-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-windows-event-log-bundle/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-extension-bundles
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-windows-event-log-bundle
pom
diff --git a/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml b/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
index 1fa6ca1e4d..cc516b5444 100644
--- a/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors-nar/pom.xml
@@ -20,7 +20,7 @@
nifi-workday-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -31,13 +31,13 @@
org.apache.nifi
nifi-standard-services-api-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-workday-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml b/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
index 1a4885c075..c242f868f2 100644
--- a/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-workday-bundle/nifi-workday-processors/pom.xml
@@ -20,7 +20,7 @@
org.apache.nifi
nifi-workday-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -54,7 +54,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -70,7 +70,7 @@
org.apache.nifi
nifi-record-serialization-services
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-workday-bundle/pom.xml b/nifi-extension-bundles/nifi-workday-bundle/pom.xml
index 5c73cd60c3..11d3b0069a 100644
--- a/nifi-extension-bundles/nifi-workday-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-workday-bundle/pom.xml
@@ -21,7 +21,7 @@
org.apache.nifi
nifi-standard-services-api-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-services-api-bom
nifi-workday-bundle
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-common/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-common/pom.xml
index 49e11dc7d7..6435e415d9 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-common/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-common/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-zendesk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-zendesk-common
jar
@@ -38,7 +38,7 @@
org.apache.nifi
nifi-record-path-property
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
index c69e50cfed..dcf2b19651 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-zendesk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-zendesk-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-zendesk-processors
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
index 4f7b84dd4f..860441a121 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-zendesk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-zendesk-processors
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-zendesk-common
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -45,7 +45,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services-nar/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services-nar/pom.xml
index d4d18d366e..25573449e0 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services-nar/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-zendesk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-zendesk-services-nar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-zendesk-services
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-standard-shared-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services/pom.xml
index eb6b850227..6f6fbd0691 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-services/pom.xml
@@ -19,7 +19,7 @@
org.apache.nifi
nifi-zendesk-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-zendesk-services
@@ -30,7 +30,7 @@
org.apache.nifi
nifi-zendesk-common
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -49,7 +49,7 @@
org.apache.nifi
nifi-web-client-provider-service
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-extension-bundles/nifi-zendesk-bundle/pom.xml b/nifi-extension-bundles/nifi-zendesk-bundle/pom.xml
index 3448c6cd2e..c39411747b 100644
--- a/nifi-extension-bundles/nifi-zendesk-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-zendesk-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-standard-shared-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-standard-shared-bundle/nifi-standard-shared-bom
nifi-zendesk-bundle
diff --git a/nifi-extension-bundles/pom.xml b/nifi-extension-bundles/pom.xml
index 0b88299015..2271fa6af2 100755
--- a/nifi-extension-bundles/pom.xml
+++ b/nifi-extension-bundles/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-extension-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-extension-bom
nifi-extension-bundles
diff --git a/nifi-framework-api/pom.xml b/nifi-framework-api/pom.xml
index fc641b5c5f..4ab86bccb9 100644
--- a/nifi-framework-api/pom.xml
+++ b/nifi-framework-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-api
jar
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
index 84c55c0219..714063577e 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-leader-election/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-kubernetes-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-kubernetes-leader-election
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-framework-leader-election-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-kubernetes-client
- 2.1.0
+ 2.2.0-SNAPSHOT
io.fabric8
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
index b1401cde74..5e779c4c75 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework-nar-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../../nifi-framework-nar-bom
nifi-framework-kubernetes-nar
@@ -26,18 +26,18 @@
org.apache.nifi
nifi-framework-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-framework-kubernetes-leader-election
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-kubernetes-state-provider
- 2.1.0
+ 2.2.0-SNAPSHOT
io.fabric8
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
index bd9e2f7f5b..c15b323e89 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-kubernetes-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-kubernetes-state-provider
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-kubernetes-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -63,7 +63,7 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/pom.xml
index 8a5843d43f..797c62acc2 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-framework-kubernetes-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-kubernetes-bundle
pom
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml
index 9a49845378..17f68ca38b 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/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.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-iaa-providers-nar
nar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-kerberos-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
index 883ba6f5ff..08d894f177 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-kerberos-iaa-providers-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-iaa-providers
jar
@@ -31,7 +31,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework.security.kerberos
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/pom.xml
index 85b7ff51e1..ca78dd412f 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-kerberos-iaa-providers-bundle
pom
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml
index 7c82422613..c2f6ad31c3 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/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.1.0
+ 2.2.0-SNAPSHOT
nifi-ldap-iaa-providers-nar
nar
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-ldap-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
index 35f7e7c554..bc060baeb9 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-ldap-iaa-providers-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-ldap-iaa-providers
jar
@@ -31,17 +31,17 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -82,7 +82,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -94,7 +94,7 @@
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/pom.xml
index a170d02e03..3c13c25979 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-ldap-iaa-providers-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-ldap-iaa-providers-bundle
pom
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml
index 849c398257..026210d036 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-provenance-repository-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-persistent-provenance-repository
jar
@@ -30,17 +30,17 @@
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.lucene
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml
index 663328426c..5e77df6e3d 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-provenance-repository-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-provenance-repository-nar
nar
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml
index 62b2924d89..6bbb66755e 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-provenance-repository-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-volatile-provenance-repository
jar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
index b52a59e24d..11316a9444 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-provenance-repository-bundle
pom
@@ -34,12 +34,12 @@
org.apache.nifi
nifi-persistent-provenance-repository
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-volatile-provenance-repository
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.lucene
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-extension-api/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-extension-api/pom.xml
index a6b6ea1b59..00487ecd69 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-extension-api/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-extension-api/pom.xml
@@ -17,7 +17,7 @@
nifi-py4j-framework-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework-api/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework-api/pom.xml
index 9085f43008..28ec1709d3 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework-api/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework-api/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-py4j-framework-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
index 7c26b0028a..4e4bbd7ab4 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/pom.xml
@@ -17,7 +17,7 @@
nifi-py4j-framework-bundle
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/pom.xml
index 4f9732def8..6ecee99ec2 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history-nar/pom.xml
index 24afcc1495..4f9ce16909 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-questdb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-questdb-status-history-nar
nar
@@ -26,13 +26,13 @@
org.apache.nifi
nifi-framework-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
org.apache.nifi
nifi-questdb-status-history
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history/pom.xml
index 04064c0222..7cc704e966 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb-status-history/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-questdb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-questdb-status-history
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -35,7 +35,7 @@
org.apache.nifi
nifi-framework-status-history-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -49,7 +49,7 @@
org.apache.nifi
nifi-questdb
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
index 7adc15f951..b18fcbc3d9 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/nifi-questdb/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-questdb-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-questdb
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/pom.xml
index da22beb0c5..2abd50542c 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-questdb-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-questdb-bundle
pom
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml
index 82b2839a0c..a32864e135 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/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.1.0
+ 2.2.0-SNAPSHOT
nifi-single-user-iaa-providers-nar
nar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-single-user-iaa-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml
index 3abbf8a52b..2e2e03777f 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/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.1.0
+ 2.2.0-SNAPSHOT
nifi-single-user-iaa-providers
jar
@@ -30,12 +30,12 @@
org.apache.nifi
nifi-single-user-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/pom.xml
index a540f3a53d..cbf615b45e 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/nifi-single-user-iaa-providers-bundle/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-extensions
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-single-user-iaa-providers-bundle
pom
diff --git a/nifi-framework-bundle/nifi-framework-extensions/pom.xml b/nifi-framework-bundle/nifi-framework-extensions/pom.xml
index 1a84d61109..8ccc19e911 100644
--- a/nifi-framework-bundle/nifi-framework-extensions/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-extensions/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-extensions
pom
diff --git a/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml b/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
index cbe10074a6..6e5433ab4e 100644
--- a/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework-bundle
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-nar-bom
pom
@@ -48,169 +48,169 @@
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-authorization-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-file-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-standard-prioritizers
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-cluster
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-zookeeper-leader-election
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi.registry
nifi-registry-security-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-crypto-key
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-security-ssl
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-uuid5
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-web-security
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-web-servlet-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-web-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
provided
diff --git a/nifi-framework-bundle/nifi-framework-nar/pom.xml b/nifi-framework-bundle/nifi-framework-nar/pom.xml
index ec2747b266..db12bbee55 100644
--- a/nifi-framework-bundle/nifi-framework-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-nar/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework-nar-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../nifi-framework-nar-bom
nifi-framework-nar
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-jetty-nar
- 2.1.0
+ 2.2.0-SNAPSHOT
nar
diff --git a/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
index d006246e3d..1c51bcf0dc 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-administration
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-user-actions
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.jetbrains.xodus
diff --git a/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
index 4fd20bc0f0..c69014f2ca 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml
@@ -17,7 +17,7 @@
nifi-framework
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -78,33 +78,33 @@
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -125,7 +125,7 @@
org.apache.nifi
nifi-mock-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
index 0cf692efeb..2991abe186 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-client-dto
@@ -29,7 +29,7 @@
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
diff --git a/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
index 1549e789bd..e26b959c45 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-file-authorizer
@@ -93,23 +93,23 @@
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -118,12 +118,12 @@
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
@@ -136,7 +136,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
index 3002baeffd..f52df562fd 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-flowfile-repo-serialization
@@ -24,27 +24,27 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-repository-models
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-write-ahead-log
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.github.ben-manes.caffeine
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
index e3687f3768..d6ed948e23 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml
@@ -17,7 +17,7 @@
nifi-framework
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -37,13 +37,13 @@
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework.security
@@ -52,7 +52,7 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
\ No newline at end of file
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
index 9492c03b1e..87a2274a73 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-authorization
@@ -28,12 +28,12 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
index 971f759ea4..2edc228444 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-cluster-protocol
jar
@@ -28,7 +28,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -45,7 +45,7 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -54,17 +54,17 @@
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
index 0f92fe282c..0d574f7497 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-zookeeper/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-cluster-zookeeper
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.zookeeper
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
index 8cbf45e94c..09416da55c 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-cluster
jar
@@ -31,22 +31,22 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-components
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -64,17 +64,17 @@
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-zookeeper
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework.security
@@ -87,23 +87,23 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization-providers
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.curator
@@ -124,42 +124,42 @@
org.apache.nifi
nifi-web-security
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-status-history-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-py4j-bridge
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -226,7 +226,7 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
index e346d5c644..e99328cd69 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-components
jar
@@ -34,17 +34,17 @@
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
com.fasterxml.jackson.core
@@ -58,17 +58,17 @@
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
@@ -77,12 +77,12 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -92,27 +92,27 @@
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-repository-models
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework
@@ -125,27 +125,27 @@
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-flow-diff
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-data-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -158,7 +158,7 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml
index efe9e4024b..08b344b145 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml
+++ b/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.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-core-api
@@ -22,23 +22,23 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-stateless-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -49,28 +49,28 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
@@ -83,12 +83,12 @@ language governing permissions and limitations under the License. -->
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
jakarta.xml.bind
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 9b502a15f4..a8f4d84e05 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-core
jar
@@ -30,18 +30,18 @@
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-properties-loader
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -74,151 +74,151 @@
org.apache.nifi
c2-protocol-component-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-loading-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi.registry
nifi-registry-flow-diff
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-deprecation-log
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-extension-manifest-model
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-parameter
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-extension-manifest-parser
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-components
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-runtime-manifest-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-zookeeper-leader-election
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-framework-cluster-zookeeper
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-status-history-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-schema-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-repository-models
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-xml-processing
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-protocol
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-client-dto
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-administration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-stateless-engine
- 2.1.0
+ 2.2.0-SNAPSHOT
org.glassfish.jersey.core
@@ -248,17 +248,17 @@
org.apache.nifi
nifi-data-provenance-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-write-ahead-log
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-flowfile-repo-serialization
- 2.1.0
+ 2.2.0-SNAPSHOT
@@ -321,24 +321,24 @@
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock-authorizer
- 2.1.0
+ 2.2.0-SNAPSHOT
test
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
@@ -369,12 +369,12 @@
org.apache.nifi
nifi-stateless-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-client
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-external-resource-utils/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-external-resource-utils/pom.xml
index 4c9d8ed13e..8189fd6a16 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-external-resource-utils/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-external-resource-utils/pom.xml
@@ -18,7 +18,7 @@
nifi-framework
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-external-resource-utils
@@ -30,17 +30,17 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
index b998c2f759..62b552a0cc 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-leader-election-shared/pom.xml
@@ -18,19 +18,19 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-leader-election-shared
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
index 16c7b51c33..94cae0b246 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-nar-loading-utils
jar
@@ -29,12 +29,12 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
index 40a399b413..65942ddc03 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-nar-utils
jar
@@ -27,24 +27,24 @@
org.apache.nifi
nifi-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-python-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-status-history-shared/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-status-history-shared/pom.xml
index fd5e98df8d..cbe8fe3e72 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-status-history-shared/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-status-history-shared/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-status-history-shared
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
index 7d87e88d03..e9946cc2c1 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-framework-zookeeper-leader-election/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-framework-zookeeper-leader-election
@@ -26,23 +26,23 @@
org.apache.nifi
nifi-framework-leader-election-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-cluster-zookeeper
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.zookeeper
diff --git a/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
index 88577aa178..e0b449ed5d 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-headless-server
jar
@@ -32,7 +32,7 @@
org.apache.nifi
nifi-framework-nar-loading-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -45,33 +45,33 @@
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-components
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-property-encryptor
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-administration
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
index 95286a6cdf..039c00e9a1 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml
@@ -13,7 +13,7 @@
nifi-framework
org.apache.nifi
- 2.1.0
+ 2.2.0-SNAPSHOT
4.0.0
@@ -24,7 +24,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
index d316e1e4c2..603c1c481d 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-nar-utils
jar
@@ -25,14 +25,14 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-server-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.aspectj
diff --git a/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
index b0cef72be7..f4578776fb 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-properties-loader
nifi-properties-loader
diff --git a/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
index 9c4a06508a..39e743cb31 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml
@@ -14,7 +14,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-repository-models
@@ -24,7 +24,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.commons
diff --git a/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index 2bfa45ca73..607e0f18c1 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-resources
pom
diff --git a/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
index bfbdd2d48f..7a84354f4f 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-runtime
jar
diff --git a/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
index 73a2139a93..cebd808b07 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-site-to-site
@@ -27,12 +27,12 @@
org.apache.nifi
nifi-site-to-site-client
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-expression-language
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
@@ -45,39 +45,39 @@
org.apache.nifi
nifi-framework-authorization
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-identity
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
index 1c15e6ae0d..dc4cdcacf7 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml
@@ -17,7 +17,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-standard-prioritizers
jar
@@ -26,12 +26,12 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-mock
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
index f80c229ca3..881b8d4118 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-framework
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-user-actions
@@ -27,7 +27,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
index ad5d6b5d6a..8c44523089 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-web
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-jetty
jar
@@ -38,52 +38,52 @@
org.apache.nifi
nifi-security-utils-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-core-api
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-framework-external-resource-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-content-viewer-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-ui-extension
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-jetty-configuration
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-security
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-web-servlet-shared
- 2.1.0
+ 2.2.0-SNAPSHOT
org.springframework
@@ -116,12 +116,12 @@
org.apache.nifi
nifi-framework-nar-utils
- 2.1.0
+ 2.2.0-SNAPSHOT
org.apache.nifi
nifi-security-cert-builder
- 2.1.0
+ 2.2.0-SNAPSHOT
test
diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
index 36cc756fed..ff85e87e8b 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-web
- 2.1.0
+ 2.2.0-SNAPSHOT
nifi-ui-extension
jar
@@ -26,7 +26,7 @@
org.apache.nifi
nifi-framework-api
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui/pom.xml
index a548f6c151..bc74175b1a 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui/pom.xml
@@ -20,12 +20,12 @@
org.apache.nifi
nifi-server-nar-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../../nifi-server-nar-bom
nifi-ui
- 2.1.0
+ 2.2.0-SNAPSHOT
war
${project.build.directory}/nifi-ui-working-directory
@@ -35,7 +35,7 @@
org.apache.nifi
nifi-frontend
- 2.1.0
+ 2.2.0-SNAPSHOT
diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
index 68bb3b47a5..38ebd7954a 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
@@ -18,7 +18,7 @@
org.apache.nifi
nifi-server-nar-bom
- 2.1.0
+ 2.2.0-SNAPSHOT
../../../nifi-server-nar-bom
nifi-web-api
@@ -130,7 +130,7 @@
org.apache.nifi
nifi-swagger-integration
- 2.1.0
+ 2.2.0-SNAPSHOT