This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit edc9e40582d39506d34f7679017a344738e44ca9
Merge: 728b07b30f f1d5a8c4de
Author: Joe Witt <joew...@apache.org>
AuthorDate: Sun Jun 11 20:45:15 2023 -0400

    Merge branch 'NIFI-11654-RC1' into support/nifi-1.x

 c2/c2-client-bundle/c2-client-api/pom.xml          |   4 +-
 c2/c2-client-bundle/c2-client-base/pom.xml         |   6 +-
 c2/c2-client-bundle/c2-client-http/pom.xml         |   8 +-
 c2/c2-client-bundle/c2-client-service/pom.xml      |   8 +-
 c2/c2-client-bundle/pom.xml                        |   2 +-
 c2/c2-protocol/c2-protocol-api/pom.xml             |   4 +-
 c2/c2-protocol/c2-protocol-component-api/pom.xml   |   2 +-
 c2/c2-protocol/pom.xml                             |   2 +-
 c2/pom.xml                                         |   4 +-
 minifi/minifi-assembly/pom.xml                     |   6 +-
 minifi/minifi-bootstrap/pom.xml                    |   2 +-
 minifi/minifi-c2/minifi-c2-api/pom.xml             |   2 +-
 minifi/minifi-c2/minifi-c2-assembly/pom.xml        |   2 +-
 .../minifi-c2-cache-filesystem/pom.xml             |   2 +-
 .../minifi-c2-cache/minifi-c2-cache-s3/pom.xml     |   2 +-
 minifi/minifi-c2/minifi-c2-cache/pom.xml           |   2 +-
 minifi/minifi-c2/minifi-c2-docker/pom.xml          |   4 +-
 .../minifi-c2/minifi-c2-integration-tests/pom.xml  |   2 +-
 minifi/minifi-c2/minifi-c2-jetty/pom.xml           |   2 +-
 .../minifi-c2-provider-cache/pom.xml               |   2 +-
 .../minifi-c2-provider-delegating/pom.xml          |   2 +-
 .../minifi-c2-provider-nifi-rest/pom.xml           |   2 +-
 .../minifi-c2-provider-util/pom.xml                |   2 +-
 minifi/minifi-c2/minifi-c2-provider/pom.xml        |   2 +-
 minifi/minifi-c2/minifi-c2-service/pom.xml         |   6 +-
 minifi/minifi-c2/pom.xml                           |   2 +-
 minifi/minifi-commons/minifi-commons-api/pom.xml   |   2 +-
 .../minifi-commons/minifi-commons-schema/pom.xml   |   2 +-
 minifi/minifi-commons/minifi-utils/pom.xml         |   2 +-
 minifi/minifi-commons/pom.xml                      |   2 +-
 minifi/minifi-docker/pom.xml                       |   2 +-
 minifi/minifi-docs/pom.xml                         |   2 +-
 minifi/minifi-integration-tests/pom.xml            |   2 +-
 .../minifi-framework-nar/pom.xml                   |   2 +-
 .../minifi-framework/minifi-framework-api/pom.xml  |   8 +-
 .../minifi-framework/minifi-framework-core/pom.xml |   6 +-
 .../minifi-framework/minifi-resources/pom.xml      |   2 +-
 .../minifi-framework/minifi-runtime/pom.xml        |   2 +-
 .../minifi-framework/minifi-server/pom.xml         |   2 +-
 .../minifi-framework/pom.xml                       |   2 +-
 .../minifi-server-nar/pom.xml                      |   8 +-
 .../minifi-framework-bundle/pom.xml                |  20 +-
 .../minifi-provenance-repositories/pom.xml         |   2 +-
 .../minifi-provenance-repository-nar/pom.xml       |   2 +-
 .../minifi-provenance-repository-bundle/pom.xml    |   2 +-
 .../minifi-nar-bundles/minifi-standard-nar/pom.xml |   8 +-
 .../minifi-update-attribute-nar/pom.xml            |   6 +-
 minifi/minifi-nar-bundles/pom.xml                  |   2 +-
 .../minifi-toolkit/minifi-toolkit-assembly/pom.xml |   2 +-
 .../minifi-toolkit-configuration/pom.xml           |   2 +-
 minifi/minifi-toolkit/pom.xml                      |   2 +-
 minifi/pom.xml                                     | 148 ++++-----
 nifi-api/pom.xml                                   |   2 +-
 nifi-assembly/pom.xml                              | 350 ++++++++++-----------
 nifi-bootstrap/pom.xml                             |  24 +-
 nifi-commons/nifi-bootstrap-utils/pom.xml          |   2 +-
 nifi-commons/nifi-build/pom.xml                    |   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml    |   8 +-
 nifi-commons/nifi-deprecation-log/pom.xml          |   2 +-
 nifi-commons/nifi-expression-language/pom.xml      |  10 +-
 nifi-commons/nifi-external-resource-utils/pom.xml  |   4 +-
 nifi-commons/nifi-flow-encryptor/pom.xml           |   6 +-
 nifi-commons/nifi-flowfile-packager/pom.xml        |   2 +-
 nifi-commons/nifi-hashicorp-vault-api/pom.xml      |   2 +-
 nifi-commons/nifi-hashicorp-vault/pom.xml          |  10 +-
 nifi-commons/nifi-hl7-query-language/pom.xml       |   2 +-
 nifi-commons/nifi-jetty-configuration/pom.xml      |   2 +-
 nifi-commons/nifi-json-utils/pom.xml               |   4 +-
 nifi-commons/nifi-logging-utils/pom.xml            |   2 +-
 nifi-commons/nifi-metrics/pom.xml                  |   4 +-
 nifi-commons/nifi-parameter/pom.xml                |   4 +-
 nifi-commons/nifi-properties/pom.xml               |   4 +-
 nifi-commons/nifi-property-encryptor/pom.xml       |   6 +-
 nifi-commons/nifi-property-protection-api/pom.xml  |   4 +-
 nifi-commons/nifi-property-protection-aws/pom.xml  |   6 +-
 .../nifi-property-protection-azure/pom.xml         |   6 +-
 .../nifi-property-protection-cipher/pom.xml        |   4 +-
 .../nifi-property-protection-factory/pom.xml       |  22 +-
 nifi-commons/nifi-property-protection-gcp/pom.xml  |   6 +-
 .../nifi-property-protection-hashicorp/pom.xml     |   8 +-
 .../nifi-property-protection-loader/pom.xml        |   4 +-
 .../nifi-property-protection-shared/pom.xml        |   4 +-
 nifi-commons/nifi-property-utils/pom.xml           |   2 +-
 nifi-commons/nifi-record-path/pom.xml              |  10 +-
 nifi-commons/nifi-record/pom.xml                   |   2 +-
 nifi-commons/nifi-repository-encryption/pom.xml    |   8 +-
 nifi-commons/nifi-schema-utils/pom.xml             |   2 +-
 nifi-commons/nifi-security-crypto-key/pom.xml      |   2 +-
 nifi-commons/nifi-security-kerberos-api/pom.xml    |   2 +-
 nifi-commons/nifi-security-kerberos/pom.xml        |   6 +-
 nifi-commons/nifi-security-kms/pom.xml             |   2 +-
 nifi-commons/nifi-security-socket-ssl/pom.xml      |   6 +-
 nifi-commons/nifi-security-ssl/pom.xml             |   2 +-
 nifi-commons/nifi-security-utils-api/pom.xml       |   2 +-
 nifi-commons/nifi-security-utils/pom.xml           |  12 +-
 nifi-commons/nifi-single-user-utils/pom.xml        |   4 +-
 nifi-commons/nifi-site-to-site-client/pom.xml      |  18 +-
 nifi-commons/nifi-socket-utils/pom.xml             |   8 +-
 nifi-commons/nifi-utils/pom.xml                    |   4 +-
 nifi-commons/nifi-uuid5/pom.xml                    |   2 +-
 nifi-commons/nifi-web-client-api/pom.xml           |   2 +-
 nifi-commons/nifi-web-client/pom.xml               |   4 +-
 nifi-commons/nifi-web-utils/pom.xml                |   2 +-
 nifi-commons/nifi-write-ahead-log/pom.xml          |   4 +-
 nifi-commons/nifi-xml-processing/pom.xml           |   2 +-
 nifi-commons/pom.xml                               |   2 +-
 nifi-docker/dockerhub/pom.xml                      |   2 +-
 nifi-docker/dockermaven/pom.xml                    |   2 +-
 nifi-docker/pom.xml                                |   2 +-
 nifi-docs/pom.xml                                  |   2 +-
 .../nifi-nifi-example-nar/pom.xml                  |   2 +-
 .../nifi-nifi-example-processors/pom.xml           |   6 +-
 nifi-external/nifi-example-bundle/pom.xml          |   4 +-
 .../nifi-kafka-connector-assembly/pom.xml          |  24 +-
 .../nifi-kafka-connector-tests/pom.xml             |  10 +-
 .../nifi-kafka-connector/pom.xml                   |  24 +-
 nifi-external/nifi-kafka-connect/pom.xml           |   2 +-
 nifi-external/nifi-spark-receiver/pom.xml          |   4 +-
 nifi-external/pom.xml                              |   2 +-
 nifi-framework-api/pom.xml                         |   4 +-
 nifi-h2/nifi-h2-database-migrator/pom.xml          |   4 +-
 nifi-h2/nifi-h2-database/pom.xml                   |   2 +-
 nifi-h2/pom.xml                                    |   2 +-
 .../nifi-extension-manifest-model/pom.xml          |   2 +-
 .../nifi-extension-manifest-parser/pom.xml         |   4 +-
 nifi-manifest/nifi-runtime-manifest-core/pom.xml   |  10 +-
 nifi-manifest/nifi-runtime-manifest-test/pom.xml   |   6 +-
 nifi-manifest/nifi-runtime-manifest/pom.xml        |   6 +-
 nifi-manifest/pom.xml                              |   2 +-
 .../nifi-processor-bundle-archetype/pom.xml        |   2 +-
 .../nifi-service-bundle-archetype/pom.xml          |   2 +-
 nifi-maven-archetypes/pom.xml                      |   2 +-
 nifi-mock/pom.xml                                  |  16 +-
 .../nifi-accumulo-bundle/nifi-accumulo-nar/pom.xml |   6 +-
 .../nifi-accumulo-processors/pom.xml               |  20 +-
 .../nifi-accumulo-services-api-nar/pom.xml         |   6 +-
 .../nifi-accumulo-services-api/pom.xml             |  10 +-
 .../nifi-accumulo-services-nar/pom.xml             |   6 +-
 .../nifi-accumulo-services/pom.xml                 |  18 +-
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml      |   4 +-
 .../nifi-airtable-bundle/nifi-airtable-nar/pom.xml |   6 +-
 .../nifi-airtable-processors/pom.xml               |   6 +-
 nifi-nar-bundles/nifi-airtable-bundle/pom.xml      |   2 +-
 .../nifi-ambari-bundle/nifi-ambari-nar/pom.xml     |   4 +-
 .../nifi-ambari-reporting-task/pom.xml             |  10 +-
 nifi-nar-bundles/nifi-ambari-bundle/pom.xml        |   2 +-
 .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml         |   4 +-
 .../nifi-amqp-bundle/nifi-amqp-processors/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-amqp-bundle/pom.xml          |   4 +-
 .../nifi-asana-processors-nar/pom.xml              |   2 +-
 .../nifi-asana-processors/pom.xml                  |   2 +-
 .../nifi-asana-services-api-nar/pom.xml            |   2 +-
 .../nifi-asana-services-api/pom.xml                |   2 +-
 .../nifi-asana-services-nar/pom.xml                |   2 +-
 .../nifi-asana-bundle/nifi-asana-services/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-asana-bundle/pom.xml         |   2 +-
 .../nifi-asn1-bundle/nifi-asn1-nar/pom.xml         |   6 +-
 .../nifi-asn1-bundle/nifi-asn1-services/pom.xml    |   4 +-
 nifi-nar-bundles/nifi-asn1-bundle/pom.xml          |   2 +-
 .../nifi-atlas-bundle/nifi-atlas-nar/pom.xml       |   4 +-
 .../nifi-atlas-reporting-task/pom.xml              |   8 +-
 nifi-nar-bundles/nifi-atlas-bundle/pom.xml         |   4 +-
 .../nifi-avro-bundle/nifi-avro-nar/pom.xml         |   4 +-
 .../nifi-avro-bundle/nifi-avro-processors/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-avro-bundle/pom.xml          |   2 +-
 .../nifi-aws-abstract-processors/pom.xml           |   6 +-
 .../nifi-aws-bundle/nifi-aws-nar/pom.xml           |  10 +-
 .../nifi-aws-parameter-providers/pom.xml           |  12 +-
 .../nifi-aws-parameter-value-providers/pom.xml     |   8 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml    |  16 +-
 .../nifi-aws-service-api-nar/pom.xml               |   6 +-
 .../nifi-aws-bundle/nifi-aws-service-api/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml           |   2 +-
 .../nifi-azure-graph-authorizer/pom.xml            |   6 +-
 .../nifi-azure-bundle/nifi-azure-nar/pom.xml       |  12 +-
 .../nifi-azure-parameter-providers/pom.xml         |   8 +-
 .../nifi-azure-processors/pom.xml                  |  24 +-
 .../nifi-azure-reporting-task/pom.xml              |  12 +-
 .../nifi-azure-services-api-nar/pom.xml            |   6 +-
 .../nifi-azure-services-api/pom.xml                |   2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml         |   2 +-
 .../nifi-beats-bundle/nifi-beats-nar/pom.xml       |   6 +-
 .../nifi-beats-processors/pom.xml                  |   8 +-
 nifi-nar-bundles/nifi-beats-bundle/pom.xml         |   2 +-
 .../nifi-box-bundle/nifi-box-nar/pom.xml           |   6 +-
 .../nifi-box-bundle/nifi-box-processors/pom.xml    |  10 +-
 .../nifi-box-services-api-nar/pom.xml              |   8 +-
 .../nifi-box-bundle/nifi-box-services-api/pom.xml  |   2 +-
 .../nifi-box-bundle/nifi-box-services-nar/pom.xml  |   8 +-
 .../nifi-box-bundle/nifi-box-services/pom.xml      |   8 +-
 nifi-nar-bundles/nifi-box-bundle/pom.xml           |   2 +-
 .../pom.xml                                        |  22 +-
 .../nifi-cassandra-nar/pom.xml                     |   4 +-
 .../nifi-cassandra-processors/pom.xml              |   6 +-
 .../nifi-cassandra-services-api-nar/pom.xml        |   6 +-
 .../nifi-cassandra-services-api/pom.xml            |   2 +-
 .../nifi-cassandra-services-nar/pom.xml            |   8 +-
 .../nifi-cassandra-services/pom.xml                |  12 +-
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml     |   4 +-
 .../nifi-ccda-bundle/nifi-ccda-nar/pom.xml         |   2 +-
 .../nifi-ccda-bundle/nifi-ccda-processors/pom.xml  |   8 +-
 nifi-nar-bundles/nifi-ccda-bundle/pom.xml          |   4 +-
 nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml     |   2 +-
 .../nifi-cdc-mysql-nar/pom.xml                     |   4 +-
 .../nifi-cdc-mysql-processors/pom.xml              |   6 +-
 .../nifi-cdc/nifi-cdc-mysql-bundle/pom.xml         |   4 +-
 nifi-nar-bundles/nifi-cdc/pom.xml                  |   2 +-
 .../nifi-cipher-bundle/nifi-cipher-nar/pom.xml     |   6 +-
 .../nifi-cipher-processors/pom.xml                 |   6 +-
 nifi-nar-bundles/nifi-cipher-bundle/pom.xml        |   2 +-
 .../nifi-compress-bundle/nifi-compress-nar/pom.xml |   4 +-
 .../nifi-compress-processors/pom.xml               |   4 +-
 nifi-nar-bundles/nifi-compress-bundle/pom.xml      |   2 +-
 .../nifi-confluent-platform-nar/pom.xml            |   6 +-
 .../nifi-confluent-schema-registry-service/pom.xml |   8 +-
 .../nifi-confluent-platform-bundle/pom.xml         |   2 +-
 .../nifi-couchbase-nar/pom.xml                     |   6 +-
 .../nifi-couchbase-processors/pom.xml              |   8 +-
 .../nifi-couchbase-services-api-nar/pom.xml        |   6 +-
 .../nifi-couchbase-services-api/pom.xml            |   2 +-
 nifi-nar-bundles/nifi-couchbase-bundle/pom.xml     |   2 +-
 .../nifi-cybersecurity-nar/pom.xml                 |   4 +-
 .../nifi-cybersecurity-processors/pom.xml          |   6 +-
 nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml |   2 +-
 .../nifi-datadog-bundle/nifi-datadog-nar/pom.xml   |   2 +-
 .../nifi-datadog-reporting-task/pom.xml            |   8 +-
 nifi-nar-bundles/nifi-datadog-bundle/pom.xml       |   4 +-
 .../nifi-dropbox-processors-nar/pom.xml            |   6 +-
 .../nifi-dropbox-processors/pom.xml                |  14 +-
 .../nifi-dropbox-services-api-nar/pom.xml          |   8 +-
 .../nifi-dropbox-services-api/pom.xml              |   2 +-
 .../nifi-dropbox-services-nar/pom.xml              |   6 +-
 .../nifi-dropbox-services/pom.xml                  |   6 +-
 nifi-nar-bundles/nifi-dropbox-bundle/pom.xml       |   4 +-
 .../nifi-easyrules-nar/pom.xml                     |   6 +-
 .../nifi-easyrules-service/pom.xml                 |   8 +-
 nifi-nar-bundles/nifi-easyrules-bundle/pom.xml     |   4 +-
 .../pom.xml                                        |   6 +-
 .../nifi-elasticsearch-client-service-api/pom.xml  |  10 +-
 .../nifi-elasticsearch-client-service-nar/pom.xml  |   6 +-
 .../nifi-elasticsearch-client-service/pom.xml      |  28 +-
 .../nifi-elasticsearch-nar/pom.xml                 |   4 +-
 .../nifi-elasticsearch-processors/pom.xml          |  16 +-
 .../nifi-elasticsearch-restapi-nar/pom.xml         |   6 +-
 .../nifi-elasticsearch-restapi-processors/pom.xml  |  32 +-
 .../nifi-elasticsearch-test-utils/pom.xml          |   4 +-
 nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml |   6 +-
 .../nifi-email-bundle/nifi-email-nar/pom.xml       |   4 +-
 .../nifi-email-processors/pom.xml                  |   8 +-
 nifi-nar-bundles/nifi-email-bundle/pom.xml         |   4 +-
 .../nifi-enrich-bundle/nifi-enrich-nar/pom.xml     |   2 +-
 .../nifi-enrich-processors/pom.xml                 |  12 +-
 nifi-nar-bundles/nifi-enrich-bundle/pom.xml        |   4 +-
 .../nifi-evtx-bundle/nifi-evtx-nar/pom.xml         |   4 +-
 .../nifi-evtx-bundle/nifi-evtx-processors/pom.xml  |   8 +-
 nifi-nar-bundles/nifi-evtx-bundle/pom.xml          |   4 +-
 .../nifi-extension-utils/nifi-bin-manager/pom.xml  |   4 +-
 .../nifi-conflict-resolution/pom.xml               |   2 +-
 .../nifi-database-test-utils/pom.xml               |   2 +-
 .../nifi-database-utils/pom.xml                    |   8 +-
 .../nifi-extension-utils/nifi-dbcp-base/pom.xml    |   4 +-
 .../nifi-extension-utils/nifi-event-listen/pom.xml |   8 +-
 .../nifi-extension-utils/nifi-event-put/pom.xml    |   6 +-
 .../nifi-event-transport/pom.xml                   |   6 +-
 .../nifi-extension-utils/nifi-hadoop-utils/pom.xml |   6 +-
 .../nifi-kerberos-test-utils/pom.xml               |   8 +-
 .../nifi-listed-entity/pom.xml                     |   4 +-
 .../nifi-prometheus-utils/pom.xml                  |   8 +-
 .../nifi-extension-utils/nifi-put-pattern/pom.xml  |   4 +-
 .../nifi-avro-record-utils/pom.xml                 |   6 +-
 .../nifi-hadoop-record-utils/pom.xml               |   6 +-
 .../nifi-json-record-utils/pom.xml                 |   6 +-
 .../nifi-mock-record-utils/pom.xml                 |   6 +-
 .../nifi-standard-record-utils/pom.xml             |   8 +-
 .../nifi-extension-utils/nifi-record-utils/pom.xml |   2 +-
 .../nifi-reporting-utils/pom.xml                   |   6 +-
 .../nifi-service-utils/pom.xml                     |   6 +-
 .../nifi-extension-utils/nifi-syslog-utils/pom.xml |   6 +-
 nifi-nar-bundles/nifi-extension-utils/pom.xml      |   2 +-
 .../nifi-flow-registry-client-nar/pom.xml          |   6 +-
 .../nifi-flow-registry-client-services/pom.xml     |  10 +-
 .../nifi-flow-registry-client-bundle/pom.xml       |   2 +-
 .../nifi-flume-bundle/nifi-flume-nar/pom.xml       |   4 +-
 .../nifi-flume-processors/pom.xml                  |   8 +-
 nifi-nar-bundles/nifi-flume-bundle/pom.xml         |   4 +-
 .../nifi-framework-external-resource-utils/pom.xml |   2 +-
 .../nifi-framework-nar/pom.xml                     |   8 +-
 .../nifi-framework/nifi-administration/pom.xml     |   4 +-
 .../nifi-framework/nifi-authorizer/pom.xml         |   4 +-
 .../nifi-framework/nifi-client-dto/pom.xml         |   6 +-
 .../nifi-framework/nifi-documentation/pom.xml      |   2 +-
 .../nifi-framework/nifi-file-authorizer/pom.xml    |   4 +-
 .../nifi-flowfile-repo-serialization/pom.xml       |  12 +-
 .../nifi-framework-authorization-providers/pom.xml |  10 +-
 .../nifi-framework-authorization/pom.xml           |   4 +-
 .../nifi-framework-cluster-protocol/pom.xml        |  10 +-
 .../nifi-framework/nifi-framework-cluster/pom.xml  |   2 +-
 .../nifi-framework-components/pom.xml              |  28 +-
 .../nifi-framework/nifi-framework-core-api/pom.xml |   8 +-
 .../nifi-framework/nifi-framework-core/pom.xml     |  34 +-
 .../nifi-framework-nar-loading-utils/pom.xml       |   2 +-
 .../nifi-framework-nar-utils/pom.xml               |   4 +-
 .../nifi-framework/nifi-headless-server/pom.xml    |   2 +-
 .../nifi-framework/nifi-mock-authorizer/pom.xml    |   2 +-
 .../nifi-framework/nifi-nar-utils/pom.xml          |   2 +-
 .../nifi-framework/nifi-properties-loader/pom.xml  |   2 +-
 .../nifi-framework/nifi-repository-models/pom.xml  |   6 +-
 .../nifi-framework/nifi-resources/pom.xml          |   2 +-
 .../nifi-framework/nifi-runtime/pom.xml            |   2 +-
 .../nifi-framework/nifi-shell-authorizer/pom.xml   |   4 +-
 .../nifi-framework/nifi-site-to-site/pom.xml       |   4 +-
 .../nifi-standard-prioritizers/pom.xml             |   2 +-
 .../nifi-framework/nifi-user-actions/pom.xml       |   2 +-
 .../nifi-web/nifi-custom-ui-utilities/pom.xml      |   2 +-
 .../nifi-framework/nifi-web/nifi-jetty/pom.xml     |   2 +-
 .../nifi-web/nifi-ui-extension/pom.xml             |   2 +-
 .../nifi-framework/nifi-web/nifi-web-api/pom.xml   |   6 +-
 .../nifi-web/nifi-web-content-access/pom.xml       |   2 +-
 .../nifi-web/nifi-web-content-viewer/pom.xml       |   2 +-
 .../nifi-framework/nifi-web/nifi-web-docs/pom.xml  |   2 +-
 .../nifi-framework/nifi-web/nifi-web-error/pom.xml |   2 +-
 .../nifi-web/nifi-web-optimistic-locking/pom.xml   |   2 +-
 .../nifi-web/nifi-web-security/pom.xml             |   2 +-
 .../nifi-framework/nifi-web/nifi-web-ui/pom.xml    |   2 +-
 .../nifi-framework/nifi-web/pom.xml                |  12 +-
 .../nifi-framework-bundle/nifi-framework/pom.xml   |   2 +-
 .../nifi-headless-server-nar/pom.xml               |   6 +-
 .../nifi-framework-bundle/nifi-server-nar/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml     |  80 ++---
 .../nifi-gcp-bundle/nifi-gcp-nar/pom.xml           |   8 +-
 .../nifi-gcp-parameter-providers/pom.xml           |  10 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml    |  12 +-
 .../nifi-gcp-services-api-nar/pom.xml              |   6 +-
 .../nifi-gcp-bundle/nifi-gcp-services-api/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-gcp-bundle/pom.xml           |   2 +-
 .../nifi-geohash-bundle/nifi-geohash-nar/pom.xml   |   4 +-
 .../nifi-geohash-processors/pom.xml                |  12 +-
 nifi-nar-bundles/nifi-geohash-bundle/pom.xml       |   2 +-
 .../nifi-graph-client-service-api-nar/pom.xml      |   6 +-
 .../nifi-graph-client-service-api/pom.xml          |   4 +-
 .../nifi-graph-bundle/nifi-graph-nar/pom.xml       |   4 +-
 .../nifi-graph-processors/pom.xml                  |  22 +-
 .../nifi-graph-test-clients/pom.xml                |   6 +-
 .../nifi-neo4j-3-cypher-service-nar/pom.xml        |   6 +-
 .../nifi-neo4j-3-cypher-service/pom.xml            |  10 +-
 .../nifi-neo4j-cypher-service-nar/pom.xml          |   6 +-
 .../nifi-neo4j-cypher-service/pom.xml              |  12 +-
 .../nifi-other-graph-services-nar/pom.xml          |   6 +-
 .../nifi-other-graph-services/pom.xml              |  10 +-
 nifi-nar-bundles/nifi-graph-bundle/pom.xml         |   4 +-
 .../nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml   |   4 +-
 .../nifi-groovyx-processors/pom.xml                |  14 +-
 nifi-nar-bundles/nifi-groovyx-bundle/pom.xml       |   4 +-
 .../nifi-grpc-bundle/nifi-grpc-common/pom.xml      |   8 +-
 .../nifi-grpc-bundle/nifi-grpc-nar/pom.xml         |   6 +-
 .../nifi-grpc-bundle/nifi-grpc-processors/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-grpc-bundle/pom.xml          |   4 +-
 .../nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml     |   4 +-
 .../nifi-hdfs-processors/pom.xml                   |  12 +-
 nifi-nar-bundles/nifi-hadoop-bundle/pom.xml        |   4 +-
 .../nifi-hadoop-libraries-nar/pom.xml              |   4 +-
 .../nifi-hadoop-libraries-bundle/pom.xml           |   2 +-
 .../pom.xml                                        |   6 +-
 .../pom.xml                                        |  10 +-
 .../nifi-hashicorp-vault-client-service/pom.xml    |  12 +-
 .../nifi-hashicorp-vault-nar/pom.xml               |  12 +-
 .../pom.xml                                        |   8 +-
 .../pom.xml                                        |  10 +-
 .../nifi-hashicorp-vault-bundle/pom.xml            |   2 +-
 .../nifi-hazelcast-services-api-nar/pom.xml        |   6 +-
 .../nifi-hazelcast-services-api/pom.xml            |   2 +-
 .../nifi-hazelcast-services-nar/pom.xml            |   6 +-
 .../nifi-hazelcast-services/pom.xml                |   8 +-
 nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml     |   2 +-
 .../nifi-hbase-bundle/nifi-hbase-nar/pom.xml       |   4 +-
 .../nifi-hbase-processors/pom.xml                  |  14 +-
 nifi-nar-bundles/nifi-hbase-bundle/pom.xml         |   4 +-
 .../nifi-hive-bundle/nifi-hive-nar/pom.xml         |   6 +-
 .../nifi-hive-bundle/nifi-hive-processors/pom.xml  |  22 +-
 .../nifi-hive-services-api-nar/pom.xml             |   6 +-
 .../nifi-hive-services-api/pom.xml                 |   6 +-
 .../nifi-hive-bundle/nifi-hive-test-utils/pom.xml  |   2 +-
 .../nifi-hive-bundle/nifi-hive3-nar/pom.xml        |   6 +-
 .../nifi-hive-bundle/nifi-hive3-processors/pom.xml |  30 +-
 .../nifi-hive-bundle/nifi-hive_1_1-nar/pom.xml     |   6 +-
 .../nifi-hive_1_1-processors/pom.xml               |  22 +-
 nifi-nar-bundles/nifi-hive-bundle/pom.xml          |   4 +-
 .../nifi-hl7-bundle/nifi-hl7-nar/pom.xml           |   4 +-
 .../nifi-hl7-bundle/nifi-hl7-processors/pom.xml    |   6 +-
 nifi-nar-bundles/nifi-hl7-bundle/pom.xml           |   6 +-
 .../nifi-html-bundle/nifi-html-nar/pom.xml         |   4 +-
 .../nifi-html-bundle/nifi-html-processors/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-html-bundle/pom.xml          |   4 +-
 .../nifi-hubspot-bundle/nifi-hubspot-nar/pom.xml   |   6 +-
 .../nifi-hubspot-processors/pom.xml                |  10 +-
 nifi-nar-bundles/nifi-hubspot-bundle/pom.xml       |   2 +-
 .../nifi-iceberg-processors-nar/pom.xml            |   6 +-
 .../nifi-iceberg-processors/pom.xml                |  18 +-
 .../nifi-iceberg-services-api-nar/pom.xml          |   6 +-
 .../nifi-iceberg-services-api/pom.xml              |   2 +-
 .../nifi-iceberg-services-nar/pom.xml              |   6 +-
 .../nifi-iceberg-services/pom.xml                  |   6 +-
 nifi-nar-bundles/nifi-iceberg-bundle/pom.xml       |   2 +-
 .../nifi-ignite-bundle/nifi-ignite-nar/pom.xml     |   4 +-
 .../nifi-ignite-processors/pom.xml                 |   6 +-
 nifi-nar-bundles/nifi-ignite-bundle/pom.xml        |   4 +-
 .../nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml |   4 +-
 .../nifi-influxdb-processors/pom.xml               |   6 +-
 nifi-nar-bundles/nifi-influxdb-bundle/pom.xml      |   4 +-
 .../nifi-iotdb-bundle/nifi-iotdb-nar/pom.xml       |   2 +-
 .../nifi-iotdb-processors/pom.xml                  |   2 +-
 nifi-nar-bundles/nifi-iotdb-bundle/pom.xml         |   2 +-
 nifi-nar-bundles/nifi-jetty-bundle/pom.xml         |   2 +-
 .../nifi-jms-cf-service-nar/pom.xml                |   6 +-
 .../nifi-jms-bundle/nifi-jms-cf-service/pom.xml    |   2 +-
 .../nifi-jms-processors-nar/pom.xml                |   6 +-
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml    |  12 +-
 nifi-nar-bundles/nifi-jms-bundle/pom.xml           |   2 +-
 .../nifi-jolt-record-nar/pom.xml                   |   6 +-
 .../nifi-jolt-record-processors/pom.xml            |  14 +-
 nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml   |   8 +-
 .../nifi-jslt-bundle/nifi-jslt-nar/pom.xml         |   4 +-
 .../nifi-jslt-bundle/nifi-jslt-processors/pom.xml  |   6 +-
 nifi-nar-bundles/nifi-jslt-bundle/pom.xml          |   4 +-
 .../nifi-kafka-bundle/nifi-kafka-1-0-nar/pom.xml   |   4 +-
 .../nifi-kafka-1-0-processors/pom.xml              |  14 +-
 .../nifi-kafka-bundle/nifi-kafka-2-0-nar/pom.xml   |   4 +-
 .../nifi-kafka-2-0-processors/pom.xml              |  14 +-
 .../nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml   |   4 +-
 .../nifi-kafka-2-6-processors/pom.xml              |  18 +-
 .../nifi-kafka-bundle/nifi-kafka-shared/pom.xml    |   4 +-
 nifi-nar-bundles/nifi-kafka-bundle/pom.xml         |  10 +-
 .../nifi-kerberos-iaa-providers-nar/pom.xml        |   2 +-
 .../nifi-kerberos-iaa-providers/pom.xml            |   4 +-
 .../nifi-kerberos-iaa-providers-bundle/pom.xml     |   4 +-
 .../nifi-kudu-controller-service/pom.xml           |   6 +-
 .../nifi-kudu-bundle/nifi-kudu-nar/pom.xml         |   8 +-
 .../nifi-kudu-bundle/nifi-kudu-processors/pom.xml  |  16 +-
 nifi-nar-bundles/nifi-kudu-bundle/pom.xml          |   2 +-
 .../nifi-language-translation-nar/pom.xml          |   4 +-
 .../nifi-yandex-processors/pom.xml                 |   8 +-
 .../nifi-language-translation-bundle/pom.xml       |   2 +-
 .../nifi-ldap-iaa-providers-nar/pom.xml            |   2 +-
 .../nifi-ldap-iaa-providers/pom.xml                |   8 +-
 .../nifi-ldap-iaa-providers-bundle/pom.xml         |   4 +-
 .../nifi-image-viewer-nar/pom.xml                  |   4 +-
 .../nifi-media-bundle/nifi-image-viewer/pom.xml    |   2 +-
 .../nifi-media-bundle/nifi-media-nar/pom.xml       |   4 +-
 .../nifi-media-processors/pom.xml                  |   6 +-
 nifi-nar-bundles/nifi-media-bundle/pom.xml         |   2 +-
 .../nifi-metrics-reporter-service-api-nar/pom.xml  |   6 +-
 .../nifi-metrics-reporter-service-api/pom.xml      |   2 +-
 .../nifi-metrics-reporting-nar/pom.xml             |   6 +-
 .../nifi-metrics-reporting-task/pom.xml            |   8 +-
 .../nifi-metrics-reporting-bundle/pom.xml          |   6 +-
 .../nifi-mongodb-client-service-api-nar/pom.xml    |   6 +-
 .../nifi-mongodb-client-service-api/pom.xml        |   4 +-
 .../nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml   |   4 +-
 .../nifi-mongodb-processors/pom.xml                |  18 +-
 .../nifi-mongodb-services-nar/pom.xml              |   6 +-
 .../nifi-mongodb-services/pom.xml                  |  10 +-
 nifi-nar-bundles/nifi-mongodb-bundle/pom.xml       |   4 +-
 .../nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml         |   4 +-
 .../nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml  |  10 +-
 nifi-nar-bundles/nifi-mqtt-bundle/pom.xml          |   4 +-
 .../nifi-network-processors-nar/pom.xml            |   4 +-
 .../nifi-network-processors/pom.xml                |   8 +-
 .../nifi-network-bundle/nifi-network-utils/pom.xml |   2 +-
 nifi-nar-bundles/nifi-network-bundle/pom.xml       |   2 +-
 .../nifi-parquet-bundle/nifi-parquet-nar/pom.xml   |   6 +-
 .../nifi-parquet-processors/pom.xml                |  10 +-
 nifi-nar-bundles/nifi-parquet-bundle/pom.xml       |   2 +-
 .../nifi-pgp-bundle/nifi-pgp-nar/pom.xml           |   6 +-
 .../nifi-pgp-bundle/nifi-pgp-processors/pom.xml    |   8 +-
 .../nifi-pgp-service-api-nar/pom.xml               |   6 +-
 .../nifi-pgp-bundle/nifi-pgp-service-api/pom.xml   |   2 +-
 .../nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml   |   6 +-
 .../nifi-pgp-bundle/nifi-pgp-service/pom.xml       |   8 +-
 .../nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml    |   2 +-
 nifi-nar-bundles/nifi-pgp-bundle/pom.xml           |   2 +-
 .../nifi-poi-bundle/nifi-poi-nar/pom.xml           |   4 +-
 .../nifi-poi-bundle/nifi-poi-processors/pom.xml    |   8 +-
 nifi-nar-bundles/nifi-poi-bundle/pom.xml           |   2 +-
 .../nifi-prometheus-nar/pom.xml                    |   6 +-
 .../nifi-prometheus-reporting-task/pom.xml         |  14 +-
 nifi-nar-bundles/nifi-prometheus-bundle/pom.xml    |   2 +-
 .../nifi-persistent-provenance-repository/pom.xml  |  20 +-
 .../nifi-provenance-repository-nar/pom.xml         |   2 +-
 .../nifi-volatile-provenance-repository/pom.xml    |   6 +-
 .../nifi-provenance-repository-bundle/pom.xml      |   6 +-
 .../nifi-ranger-bundle/nifi-ranger-nar/pom.xml     |   4 +-
 .../nifi-ranger-bundle/nifi-ranger-plugin/pom.xml  |   6 +-
 .../nifi-ranger-resources/pom.xml                  |   2 +-
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml        |   2 +-
 .../nifi-redis-extensions/pom.xml                  |   8 +-
 .../nifi-redis-bundle/nifi-redis-nar/pom.xml       |   6 +-
 .../nifi-redis-service-api-nar/pom.xml             |   6 +-
 .../nifi-redis-service-api/pom.xml                 |   2 +-
 nifi-nar-bundles/nifi-redis-bundle/pom.xml         |   2 +-
 .../nifi-registry-bundle/nifi-registry-nar/pom.xml |   6 +-
 .../nifi-registry-service/pom.xml                  |   6 +-
 nifi-nar-bundles/nifi-registry-bundle/pom.xml      |   2 +-
 .../nifi-rethinkdb-nar/pom.xml                     |   4 +-
 .../nifi-rethinkdb-processors/pom.xml              |   8 +-
 nifi-nar-bundles/nifi-rethinkdb-bundle/pom.xml     |   4 +-
 .../nifi-riemann-bundle/nifi-riemann-nar/pom.xml   |   2 +-
 .../nifi-riemann-processors/pom.xml                |   6 +-
 nifi-nar-bundles/nifi-riemann-bundle/pom.xml       |   4 +-
 .../nifi-rocksdb-bundle/nifi-rocksdb-nar/pom.xml   |   6 +-
 .../nifi-rocksdb-repository/pom.xml                |   8 +-
 nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml       |   2 +-
 .../nifi-rules-action-handler-nar/pom.xml          |   6 +-
 .../nifi-rules-action-handler-service/pom.xml      |  12 +-
 .../nifi-rules-action-handler-bundle/pom.xml       |   4 +-
 .../nifi-salesforce-nar/pom.xml                    |   6 +-
 .../nifi-salesforce-processors/pom.xml             |  10 +-
 nifi-nar-bundles/nifi-salesforce-bundle/pom.xml    |   2 +-
 .../nifi-scripting-nar/pom.xml                     |   4 +-
 .../nifi-scripting-processors/pom.xml              |  12 +-
 nifi-nar-bundles/nifi-scripting-bundle/pom.xml     |  14 +-
 .../nifi-shopify-bundle/nifi-shopify-nar/pom.xml   |   6 +-
 .../nifi-shopify-processors/pom.xml                |  10 +-
 nifi-nar-bundles/nifi-shopify-bundle/pom.xml       |   2 +-
 .../nifi-single-user-iaa-providers-nar/pom.xml     |   2 +-
 .../nifi-single-user-iaa-providers/pom.xml         |  10 +-
 .../nifi-single-user-iaa-providers-bundle/pom.xml  |   4 +-
 .../nifi-site-to-site-reporting-nar/pom.xml        |   4 +-
 .../nifi-site-to-site-reporting-task/pom.xml       |  18 +-
 .../nifi-site-to-site-reporting-bundle/pom.xml     |   4 +-
 .../nifi-slack-bundle/nifi-slack-nar/pom.xml       |   4 +-
 .../nifi-slack-processors/pom.xml                  |   6 +-
 nifi-nar-bundles/nifi-slack-bundle/pom.xml         |   2 +-
 .../nifi-smb-client-api-nar/pom.xml                |   6 +-
 .../nifi-smb-bundle/nifi-smb-client-api/pom.xml    |   6 +-
 .../nifi-smb-bundle/nifi-smb-nar/pom.xml           |   6 +-
 .../nifi-smb-bundle/nifi-smb-processors/pom.xml    |  12 +-
 .../nifi-smb-smbj-client-nar/pom.xml               |   6 +-
 .../nifi-smb-bundle/nifi-smb-smbj-client/pom.xml   |  10 +-
 .../nifi-smb-bundle/nifi-smb-smbj-common/pom.xml   |   6 +-
 nifi-nar-bundles/nifi-smb-bundle/pom.xml           |   4 +-
 .../nifi-snmp-bundle/nifi-snmp-nar/pom.xml         |   2 +-
 .../nifi-snmp-bundle/nifi-snmp-processors/pom.xml  |   8 +-
 nifi-nar-bundles/nifi-snmp-bundle/pom.xml          |   4 +-
 .../nifi-snowflake-processors-nar/pom.xml          |   6 +-
 .../nifi-snowflake-processors/pom.xml              |  18 +-
 .../nifi-snowflake-services-api-nar/pom.xml        |   6 +-
 .../nifi-snowflake-services-api/pom.xml            |   4 +-
 .../nifi-snowflake-services-nar/pom.xml            |   6 +-
 .../nifi-snowflake-services/pom.xml                |  16 +-
 nifi-nar-bundles/nifi-snowflake-bundle/pom.xml     |   2 +-
 .../nifi-social-media-nar/pom.xml                  |   4 +-
 .../nifi-twitter-processors/pom.xml                |   6 +-
 nifi-nar-bundles/nifi-social-media-bundle/pom.xml  |   2 +-
 .../nifi-solr-bundle/nifi-solr-nar/pom.xml         |   6 +-
 .../nifi-solr-bundle/nifi-solr-processors/pom.xml  |  14 +-
 nifi-nar-bundles/nifi-solr-bundle/pom.xml          |   2 +-
 .../nifi-livy-controller-service-api-nar/pom.xml   |   6 +-
 .../nifi-livy-controller-service-api/pom.xml       |   2 +-
 .../nifi-livy-controller-service/pom.xml           |   6 +-
 .../nifi-spark-bundle/nifi-livy-nar/pom.xml        |   8 +-
 .../nifi-spark-bundle/nifi-livy-processors/pom.xml |  10 +-
 nifi-nar-bundles/nifi-spark-bundle/pom.xml         |   4 +-
 .../nifi-splunk-bundle/nifi-splunk-nar/pom.xml     |   6 +-
 .../nifi-splunk-processors/pom.xml                 |   8 +-
 nifi-nar-bundles/nifi-splunk-bundle/pom.xml        |   2 +-
 .../nifi-spring-bundle/nifi-spring-nar/pom.xml     |   2 +-
 .../nifi-spring-processors/pom.xml                 |   6 +-
 nifi-nar-bundles/nifi-spring-bundle/pom.xml        |   4 +-
 .../nifi-sql-reporting-nar/pom.xml                 |   6 +-
 .../nifi-sql-reporting-tasks/pom.xml               |  20 +-
 nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml |   4 +-
 .../nifi-jolt-transform-json-ui/pom.xml            |  14 +-
 .../nifi-standard-content-viewer/pom.xml           |   6 +-
 .../nifi-standard-bundle/nifi-standard-nar/pom.xml |   4 +-
 .../nifi-standard-parameter-providers/pom.xml      |   6 +-
 .../nifi-standard-processors/pom.xml               |  54 ++--
 .../nifi-standard-reporting-tasks/pom.xml          |   8 +-
 .../nifi-standard-utils/pom.xml                    |   4 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml      |  14 +-
 .../nifi-dbcp-service-api/pom.xml                  |   4 +-
 .../nifi-dbcp-service-nar/pom.xml                  |   8 +-
 .../nifi-dbcp-service/pom.xml                      |  20 +-
 .../nifi-hikari-dbcp-service/pom.xml               |  12 +-
 .../nifi-dbcp-service-bundle/pom.xml               |   2 +-
 .../pom.xml                                        |   2 +-
 .../nifi-distributed-cache-client-service/pom.xml  |  10 +-
 .../nifi-distributed-cache-protocol/pom.xml        |   4 +-
 .../nifi-distributed-cache-server/pom.xml          |  14 +-
 .../nifi-distributed-cache-services-nar/pom.xml    |   4 +-
 .../nifi-distributed-cache-services-bundle/pom.xml |   2 +-
 .../nifi-hadoop-dbcp-service-nar/pom.xml           |   6 +-
 .../nifi-hadoop-dbcp-service/pom.xml               |  16 +-
 .../nifi-hadoop-dbcp-service-bundle/pom.xml        |   2 +-
 .../nifi-hbase-client-service-api/pom.xml          |   2 +-
 .../nifi-hbase_1_1_2-client-service-nar/pom.xml    |   6 +-
 .../nifi-hbase_1_1_2-client-service/pom.xml        |  12 +-
 .../nifi-hbase_1_1_2-client-service-bundle/pom.xml |   2 +-
 .../nifi-hbase_2-client-service-nar/pom.xml        |   6 +-
 .../nifi-hbase_2-client-service/pom.xml            |  12 +-
 .../nifi-hbase_2-client-service-bundle/pom.xml     |   2 +-
 .../nifi-http-context-map-api/pom.xml              |   2 +-
 .../nifi-http-context-map-nar/pom.xml              |   4 +-
 .../nifi-http-context-map/pom.xml                  |   4 +-
 .../nifi-http-context-map-bundle/pom.xml           |   2 +-
 .../nifi-hwx-schema-registry-nar/pom.xml           |   6 +-
 .../nifi-hwx-schema-registry-service/pom.xml       |  10 +-
 .../nifi-hwx-schema-registry-bundle/pom.xml        |   2 +-
 .../nifi-kerberos-credentials-service-api/pom.xml  |   2 +-
 .../nifi-kerberos-credentials-service-nar/pom.xml  |   6 +-
 .../nifi-kerberos-credentials-service/pom.xml      |   4 +-
 .../pom.xml                                        |   2 +-
 .../nifi-kerberos-user-service-api/pom.xml         |   4 +-
 .../nifi-kerberos-user-service-nar/pom.xml         |   6 +-
 .../nifi-kerberos-user-service/pom.xml             |   6 +-
 .../nifi-kerberos-user-service-bundle/pom.xml      |   2 +-
 .../nifi-key-service-api/pom.xml                   |   2 +-
 .../nifi-key-service-nar/pom.xml                   |   6 +-
 .../nifi-key-service/pom.xml                       |   8 +-
 .../nifi-key-service-bundle/pom.xml                |   2 +-
 .../nifi-load-distribution-service-api/pom.xml     |   2 +-
 .../nifi-lookup-service-api/pom.xml                |   2 +-
 .../nifi-lookup-services-nar/pom.xml               |   6 +-
 .../nifi-lookup-services/pom.xml                   |  18 +-
 .../nifi-lookup-services-bundle/pom.xml            |   2 +-
 .../nifi-oauth2-provider-api/pom.xml               |   2 +-
 .../nifi-oauth2-provider-nar/pom.xml               |   6 +-
 .../nifi-oauth2-provider-service/pom.xml           |   8 +-
 .../nifi-oauth2-provider-bundle/pom.xml            |   2 +-
 .../nifi-proxy-configuration-api/pom.xml           |   4 +-
 .../nifi-proxy-configuration-nar/pom.xml           |   6 +-
 .../nifi-proxy-configuration/pom.xml               |   4 +-
 .../nifi-proxy-configuration-bundle/pom.xml        |   2 +-
 .../nifi-record-serialization-service-api/pom.xml  |   2 +-
 .../nifi-record-serialization-services-nar/pom.xml |   6 +-
 .../nifi-record-serialization-services/pom.xml     |  14 +-
 .../pom.xml                                        |   2 +-
 .../nifi-record-sink-api/pom.xml                   |   2 +-
 .../nifi-record-sink-service-nar/pom.xml           |   6 +-
 .../nifi-record-sink-service/pom.xml               |   8 +-
 .../nifi-record-sink-service-bundle/pom.xml        |   2 +-
 .../nifi-rules-engine-service-api/pom.xml          |   4 +-
 .../nifi-schema-registry-service-api/pom.xml       |   2 +-
 .../nifi-ssl-context-service-nar/pom.xml           |   4 +-
 .../nifi-ssl-context-service/pom.xml               |   6 +-
 .../nifi-ssl-context-bundle/pom.xml                |   2 +-
 .../nifi-ssl-context-service-api/pom.xml           |   4 +-
 .../nifi-standard-services-api-nar/pom.xml         |  18 +-
 .../nifi-web-client-provider-api/pom.xml           |   4 +-
 .../nifi-web-client-provider-service-nar/pom.xml   |   6 +-
 .../nifi-web-client-provider-service/pom.xml       |  12 +-
 .../nifi-web-client-provider-bundle/pom.xml        |   2 +-
 nifi-nar-bundles/nifi-standard-services/pom.xml    |   2 +-
 .../nifi-stateful-analysis-nar/pom.xml             |   4 +-
 .../nifi-stateful-analysis-processors/pom.xml      |   6 +-
 .../nifi-stateful-analysis-bundle/pom.xml          |   4 +-
 .../nifi-stateless-processor-nar/pom.xml           |   6 +-
 .../nifi-stateless-processor-tests/pom.xml         |  32 +-
 .../nifi-stateless-processor/pom.xml               |  16 +-
 .../nifi-stateless-processor-bundle/pom.xml        |   2 +-
 .../nifi-tcp-bundle/nifi-tcp-nar/pom.xml           |   4 +-
 .../nifi-tcp-bundle/nifi-tcp-processors/pom.xml    |   6 +-
 nifi-nar-bundles/nifi-tcp-bundle/pom.xml           |   2 +-
 .../nifi-update-attribute-model/pom.xml            |   4 +-
 .../nifi-update-attribute-nar/pom.xml              |   6 +-
 .../nifi-update-attribute-processor/pom.xml        |   6 +-
 .../nifi-update-attribute-ui/pom.xml               |   8 +-
 .../nifi-update-attribute-bundle/pom.xml           |   8 +-
 .../nifi-websocket-processors-nar/pom.xml          |   6 +-
 .../nifi-websocket-processors/pom.xml              |  10 +-
 .../nifi-websocket-services-api-nar/pom.xml        |   6 +-
 .../nifi-websocket-services-api/pom.xml            |   4 +-
 .../nifi-websocket-services-jetty-nar/pom.xml      |   6 +-
 .../nifi-websocket-services-jetty/pom.xml          |   8 +-
 nifi-nar-bundles/nifi-websocket-bundle/pom.xml     |   2 +-
 .../nifi-windows-event-log-nar/pom.xml             |   4 +-
 .../nifi-windows-event-log-processors/pom.xml      |   6 +-
 .../nifi-windows-event-log-bundle/pom.xml          |   4 +-
 .../nifi-workday-processors-nar/pom.xml            |   6 +-
 .../nifi-workday-processors/pom.xml                |  22 +-
 nifi-nar-bundles/nifi-workday-bundle/pom.xml       |   2 +-
 .../nifi-zendesk-bundle/nifi-zendesk-nar/pom.xml   |   6 +-
 .../nifi-zendesk-processors/pom.xml                |   8 +-
 nifi-nar-bundles/nifi-zendesk-bundle/pom.xml       |   2 +-
 nifi-nar-bundles/pom.xml                           |  70 ++---
 nifi-registry/nifi-registry-assembly/pom.xml       |  12 +-
 .../nifi-registry-bootstrap/pom.xml                |   8 +-
 .../nifi-registry-bundle-utils/pom.xml             |   6 +-
 .../nifi-registry-client/pom.xml                   |   8 +-
 .../nifi-registry-data-model/pom.xml               |   8 +-
 .../nifi-registry-docker/pom.xml                   |   2 +-
 .../nifi-registry-core/nifi-registry-docs/pom.xml  |   4 +-
 .../nifi-registry-flow-diff/pom.xml                |   4 +-
 .../nifi-registry-framework/pom.xml                |  22 +-
 .../nifi-registry-core/nifi-registry-jetty/pom.xml |  12 +-
 .../nifi-registry-properties-loader/pom.xml        |   2 +-
 .../nifi-registry-properties/pom.xml               |   2 +-
 .../nifi-registry-provider-api/pom.xml             |   2 +-
 .../nifi-registry-resources/pom.xml                |   2 +-
 .../nifi-registry-revision-api/pom.xml             |   2 +-
 .../nifi-registry-revision-common/pom.xml          |   4 +-
 .../nifi-registry-revision-entity-model/pom.xml    |   2 +-
 .../nifi-registry-revision-entity-service/pom.xml  |   6 +-
 .../nifi-registry-revision-spring-jdbc/pom.xml     |   6 +-
 .../nifi-registry-revision/pom.xml                 |   2 +-
 .../nifi-registry-runtime/pom.xml                  |   8 +-
 .../nifi-registry-security-api/pom.xml             |   2 +-
 .../nifi-registry-security-utils/pom.xml           |   2 +-
 .../nifi-registry-core/nifi-registry-test/pom.xml  |   2 +-
 .../nifi-registry-core/nifi-registry-utils/pom.xml |   2 +-
 .../nifi-registry-web-api/pom.xml                  |  20 +-
 .../nifi-registry-web-docs/pom.xml                 |   4 +-
 .../nifi-registry-web-ui/pom.xml                   |   4 +-
 nifi-registry/nifi-registry-core/pom.xml           |   2 +-
 .../nifi-registry-docker-maven/dockermaven/pom.xml |   2 +-
 nifi-registry/nifi-registry-docker-maven/pom.xml   |   2 +-
 .../nifi-registry-aws-assembly/pom.xml             |   4 +-
 .../nifi-registry-aws-extensions/pom.xml           |   2 +-
 .../nifi-registry-aws/pom.xml                      |   2 +-
 .../nifi-registry-ranger-assembly/pom.xml          |   4 +-
 .../nifi-registry-ranger-jersey-bundle/pom.xml     |   2 +-
 .../nifi-registry-ranger-plugin/pom.xml            |  12 +-
 .../nifi-registry-ranger/pom.xml                   |   2 +-
 nifi-registry/nifi-registry-extensions/pom.xml     |   2 +-
 .../nifi-registry-toolkit-assembly/pom.xml         |   4 +-
 .../nifi-registry-toolkit-persistence/pom.xml      |  10 +-
 nifi-registry/nifi-registry-toolkit/pom.xml        |   2 +-
 nifi-registry/pom.xml                              |  28 +-
 nifi-server-api/pom.xml                            |   8 +-
 nifi-stateless/nifi-stateless-api/pom.xml          |   4 +-
 nifi-stateless/nifi-stateless-assembly/pom.xml     |  20 +-
 nifi-stateless/nifi-stateless-bootstrap/pom.xml    |  14 +-
 .../nifi-stateless-engine/pom.xml                  |  22 +-
 .../nifi-stateless-nar/pom.xml                     |   4 +-
 nifi-stateless/nifi-stateless-bundle/pom.xml       |   2 +-
 nifi-stateless/nifi-stateless-resources/pom.xml    |   2 +-
 nifi-stateless/pom.xml                             |   2 +-
 .../nifi-stateless-system-test-suite/pom.xml       |  28 +-
 .../nifi-system-test-extensions-nar/pom.xml        |   6 +-
 .../nifi-system-test-extensions/pom.xml            |  10 +-
 .../nifi-system-test-extensions-bundle/pom.xml     |   2 +-
 .../nifi-system-test-extensions2-nar/pom.xml       |   6 +-
 .../nifi-system-test-extensions2/pom.xml           |   6 +-
 .../nifi-system-test-extensions2-bundle/pom.xml    |   2 +-
 .../nifi-nar-provider-assembly/pom.xml             |   8 +-
 .../nifi-nar-provider-processors-nar/pom.xml       |   8 +-
 .../nifi-nar-provider-processors/pom.xml           |  10 +-
 .../nifi-nar-provider-service-api-nar/pom.xml      |   8 +-
 .../nifi-nar-provider-service-api/pom.xml          |   4 +-
 .../nifi-nar-provider-service-nar/pom.xml          |   8 +-
 .../nifi-nar-provider-service/pom.xml              |  10 +-
 .../nifi-system-test-nar-provider-bundles/pom.xml  |   2 +-
 nifi-system-tests/nifi-system-test-suite/pom.xml   |  36 +--
 nifi-system-tests/pom.xml                          |   2 +-
 nifi-toolkit/nifi-toolkit-admin/pom.xml            |  16 +-
 nifi-toolkit/nifi-toolkit-api/pom.xml              |   2 +-
 nifi-toolkit/nifi-toolkit-assembly/pom.xml         |  18 +-
 nifi-toolkit/nifi-toolkit-cli/pom.xml              |   6 +-
 nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml   |  20 +-
 nifi-toolkit/nifi-toolkit-flowanalyzer/pom.xml     |   6 +-
 nifi-toolkit/nifi-toolkit-flowfile-repo/pom.xml    |   4 +-
 nifi-toolkit/nifi-toolkit-kafka-migrator/pom.xml   |   4 +-
 nifi-toolkit/nifi-toolkit-s2s/pom.xml              |   4 +-
 nifi-toolkit/nifi-toolkit-tls/pom.xml              |   8 +-
 .../nifi-toolkit-zookeeper-migrator/pom.xml        |   2 +-
 nifi-toolkit/pom.xml                               |   2 +-
 pom.xml                                            |   8 +-
 766 files changed, 2627 insertions(+), 2627 deletions(-)



Reply via email to