From 8c66bf948cf6eaff910a9e650217946d63663726 Mon Sep 17 00:00:00 2001 From: Joe Witt Date: Wed, 27 Jul 2022 13:24:09 -0700 Subject: [PATCH] NIFI-10272-RC2 prepare for next development iteration --- c2/c2-client-bundle/c2-client-api/pom.xml | 8 +- c2/c2-client-bundle/c2-client-base/pom.xml | 10 +- c2/c2-client-bundle/c2-client-http/pom.xml | 10 +- c2/c2-client-bundle/c2-client-service/pom.xml | 13 +- c2/c2-client-bundle/pom.xml | 6 +- c2/c2-protocol/c2-protocol-api/pom.xml | 8 +- .../c2-protocol-component-api/pom.xml | 6 +- c2/c2-protocol/pom.xml | 6 +- c2/pom.xml | 4 +- minifi/minifi-assembly/pom.xml | 10 +- minifi/minifi-bootstrap/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-api/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-assembly/pom.xml | 6 +- .../minifi-c2-cache-filesystem/pom.xml | 6 +- .../minifi-c2-cache-s3/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-cache/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-docker/pom.xml | 8 +- .../minifi-c2-integration-tests/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-jetty/pom.xml | 6 +- .../minifi-c2-provider-cache/pom.xml | 6 +- .../minifi-c2-provider-delegating/pom.xml | 6 +- .../minifi-c2-provider-nifi-rest/pom.xml | 6 +- .../minifi-c2-provider-util/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-provider/pom.xml | 6 +- minifi/minifi-c2/minifi-c2-service/pom.xml | 10 +- minifi/minifi-c2/pom.xml | 6 +- .../minifi-commons-schema/pom.xml | 6 +- minifi/minifi-commons/minifi-utils/pom.xml | 6 +- minifi/minifi-commons/pom.xml | 6 +- minifi/minifi-docker/pom.xml | 6 +- minifi/minifi-docs/pom.xml | 6 +- minifi/minifi-integration-tests/pom.xml | 6 +- .../minifi-framework-nar/pom.xml | 10 +- .../minifi-framework-api/pom.xml | 12 +- .../minifi-framework-core/pom.xml | 8 +- .../minifi-framework/minifi-resources/pom.xml | 6 +- .../minifi-framework/minifi-runtime/pom.xml | 6 +- .../minifi-framework/minifi-server/pom.xml | 6 +- .../minifi-framework/pom.xml | 6 +- .../minifi-server-nar/pom.xml | 12 +- .../minifi-framework-bundle/pom.xml | 24 +- .../minifi-provenance-repositories/pom.xml | 6 +- .../minifi-provenance-repository-nar/pom.xml | 6 +- .../pom.xml | 6 +- .../minifi-standard-nar/pom.xml | 12 +- .../minifi-update-attribute-nar/pom.xml | 10 +- minifi/minifi-nar-bundles/pom.xml | 6 +- .../minifi-toolkit-assembly/pom.xml | 6 +- .../minifi-toolkit-configuration/pom.xml | 6 +- minifi/minifi-toolkit/pom.xml | 6 +- minifi/pom.xml | 126 ++++---- nifi-api/pom.xml | 2 +- nifi-assembly/pom.xml | 290 +++++++++--------- nifi-bootstrap/pom.xml | 22 +- nifi-commons/nifi-bootstrap-utils/pom.xml | 6 +- nifi-commons/nifi-build/pom.xml | 6 +- .../nifi-data-provenance-utils/pom.xml | 12 +- nifi-commons/nifi-expression-language/pom.xml | 14 +- .../nifi-external-resource-utils/pom.xml | 8 +- nifi-commons/nifi-flow-encryptor/pom.xml | 10 +- nifi-commons/nifi-flowfile-packager/pom.xml | 6 +- nifi-commons/nifi-hl7-query-language/pom.xml | 6 +- nifi-commons/nifi-jetty-configuration/pom.xml | 6 +- nifi-commons/nifi-json-utils/pom.xml | 8 +- nifi-commons/nifi-logging-utils/pom.xml | 6 +- nifi-commons/nifi-metrics/pom.xml | 8 +- nifi-commons/nifi-parameter/pom.xml | 8 +- nifi-commons/nifi-properties/pom.xml | 8 +- nifi-commons/nifi-property-encryptor/pom.xml | 8 +- .../nifi-property-protection-api/pom.xml | 8 +- .../nifi-property-protection-aws/pom.xml | 10 +- .../nifi-property-protection-azure/pom.xml | 10 +- .../nifi-property-protection-cipher/pom.xml | 8 +- .../nifi-property-protection-factory/pom.xml | 26 +- .../nifi-property-protection-gcp/pom.xml | 10 +- .../pom.xml | 10 +- .../nifi-property-protection-loader/pom.xml | 8 +- .../nifi-property-protection-shared/pom.xml | 8 +- nifi-commons/nifi-property-utils/pom.xml | 6 +- nifi-commons/nifi-record-path/pom.xml | 14 +- nifi-commons/nifi-record/pom.xml | 6 +- .../nifi-repository-encryption/pom.xml | 12 +- nifi-commons/nifi-schema-utils/pom.xml | 6 +- .../nifi-security-kerberos-api/pom.xml | 6 +- nifi-commons/nifi-security-kerberos/pom.xml | 10 +- nifi-commons/nifi-security-kms/pom.xml | 6 +- nifi-commons/nifi-security-socket-ssl/pom.xml | 10 +- nifi-commons/nifi-security-utils-api/pom.xml | 6 +- nifi-commons/nifi-security-utils/pom.xml | 14 +- nifi-commons/nifi-single-user-utils/pom.xml | 8 +- nifi-commons/nifi-site-to-site-client/pom.xml | 18 +- nifi-commons/nifi-socket-utils/pom.xml | 12 +- nifi-commons/nifi-utils/pom.xml | 8 +- nifi-commons/nifi-uuid5/pom.xml | 6 +- nifi-commons/nifi-vault-utils/pom.xml | 12 +- nifi-commons/nifi-web-utils/pom.xml | 6 +- nifi-commons/nifi-write-ahead-log/pom.xml | 8 +- nifi-commons/nifi-xml-processing/pom.xml | 6 +- nifi-commons/pom.xml | 2 +- nifi-docker/dockerhub/pom.xml | 6 +- nifi-docker/dockermaven/pom.xml | 6 +- nifi-docker/pom.xml | 2 +- nifi-docs/pom.xml | 2 +- .../nifi-nifi-example-nar/pom.xml | 6 +- .../nifi-nifi-example-processors/pom.xml | 10 +- nifi-external/nifi-example-bundle/pom.xml | 8 +- .../nifi-kafka-connector-assembly/pom.xml | 28 +- .../nifi-kafka-connector-tests/pom.xml | 14 +- .../nifi-kafka-connector/pom.xml | 28 +- nifi-external/nifi-kafka-connect/pom.xml | 6 +- nifi-external/nifi-spark-receiver/pom.xml | 8 +- nifi-external/pom.xml | 2 +- nifi-framework-api/pom.xml | 4 +- nifi-h2/nifi-h2-database-migrator/pom.xml | 8 +- nifi-h2/nifi-h2-database/pom.xml | 6 +- nifi-h2/pom.xml | 2 +- .../nifi-extension-manifest-model/pom.xml | 6 +- .../nifi-extension-manifest-parser/pom.xml | 8 +- .../nifi-runtime-manifest-core/pom.xml | 14 +- .../nifi-runtime-manifest-test/pom.xml | 10 +- nifi-manifest/nifi-runtime-manifest/pom.xml | 10 +- nifi-manifest/pom.xml | 2 +- .../nifi-processor-bundle-archetype/pom.xml | 6 +- .../nifi-service-bundle-archetype/pom.xml | 6 +- nifi-maven-archetypes/pom.xml | 2 +- nifi-mock/pom.xml | 16 +- .../nifi-accumulo-nar/pom.xml | 12 +- .../nifi-accumulo-processors/pom.xml | 24 +- .../nifi-accumulo-services-api-nar/pom.xml | 12 +- .../nifi-accumulo-services-api/pom.xml | 14 +- .../nifi-accumulo-services-nar/pom.xml | 12 +- .../nifi-accumulo-services/pom.xml | 28 +- nifi-nar-bundles/nifi-accumulo-bundle/pom.xml | 8 +- .../nifi-ambari-nar/pom.xml | 8 +- .../nifi-ambari-reporting-task/pom.xml | 14 +- nifi-nar-bundles/nifi-ambari-bundle/pom.xml | 6 +- .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml | 8 +- .../nifi-amqp-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-amqp-bundle/pom.xml | 8 +- .../nifi-asn1-bundle/nifi-asn1-nar/pom.xml | 10 +- .../nifi-asn1-services/pom.xml | 8 +- nifi-nar-bundles/nifi-asn1-bundle/pom.xml | 6 +- .../nifi-atlas-bundle/nifi-atlas-nar/pom.xml | 8 +- .../nifi-atlas-reporting-task/pom.xml | 12 +- nifi-nar-bundles/nifi-atlas-bundle/pom.xml | 8 +- .../nifi-avro-bundle/nifi-avro-nar/pom.xml | 8 +- .../nifi-avro-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-avro-bundle/pom.xml | 6 +- .../nifi-aws-abstract-processors/pom.xml | 10 +- .../nifi-aws-bundle/nifi-aws-nar/pom.xml | 12 +- .../pom.xml | 12 +- .../nifi-aws-processors/pom.xml | 20 +- .../nifi-aws-service-api-nar/pom.xml | 10 +- .../nifi-aws-service-api/pom.xml | 6 +- nifi-nar-bundles/nifi-aws-bundle/pom.xml | 6 +- .../nifi-azure-graph-authorizer/pom.xml | 10 +- .../nifi-azure-bundle/nifi-azure-nar/pom.xml | 14 +- .../nifi-azure-processors/pom.xml | 28 +- .../nifi-azure-reporting-task/pom.xml | 16 +- .../nifi-azure-services-api-nar/pom.xml | 10 +- .../nifi-azure-services-api/pom.xml | 6 +- nifi-nar-bundles/nifi-azure-bundle/pom.xml | 6 +- .../nifi-beats-bundle/nifi-beats-nar/pom.xml | 10 +- .../nifi-beats-processors/pom.xml | 18 +- nifi-nar-bundles/nifi-beats-bundle/pom.xml | 6 +- .../pom.xml | 26 +- .../nifi-cassandra-nar/pom.xml | 8 +- .../nifi-cassandra-processors/pom.xml | 10 +- .../nifi-cassandra-services-api-nar/pom.xml | 10 +- .../nifi-cassandra-services-api/pom.xml | 6 +- .../nifi-cassandra-services-nar/pom.xml | 12 +- .../nifi-cassandra-services/pom.xml | 16 +- .../nifi-cassandra-bundle/pom.xml | 8 +- .../nifi-ccda-bundle/nifi-ccda-nar/pom.xml | 6 +- .../nifi-ccda-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-ccda-bundle/pom.xml | 8 +- .../nifi-cdc/nifi-cdc-api/pom.xml | 6 +- .../nifi-cdc-mysql-nar/pom.xml | 8 +- .../nifi-cdc-mysql-processors/pom.xml | 10 +- .../nifi-cdc/nifi-cdc-mysql-bundle/pom.xml | 8 +- nifi-nar-bundles/nifi-cdc/pom.xml | 6 +- .../nifi-confluent-platform-nar/pom.xml | 10 +- .../pom.xml | 12 +- .../nifi-confluent-platform-bundle/pom.xml | 6 +- .../nifi-couchbase-nar/pom.xml | 10 +- .../nifi-couchbase-processors/pom.xml | 12 +- .../nifi-couchbase-services-api-nar/pom.xml | 10 +- .../nifi-couchbase-services-api/pom.xml | 6 +- .../nifi-couchbase-bundle/pom.xml | 6 +- .../nifi-cybersecurity-nar/pom.xml | 8 +- .../nifi-cybersecurity-processors/pom.xml | 10 +- .../nifi-cybersecurity-bundle/pom.xml | 6 +- .../nifi-datadog-nar/pom.xml | 6 +- .../nifi-datadog-reporting-task/pom.xml | 12 +- nifi-nar-bundles/nifi-datadog-bundle/pom.xml | 8 +- .../nifi-easyrules-nar/pom.xml | 10 +- .../nifi-easyrules-service/pom.xml | 12 +- .../nifi-easyrules-bundle/pom.xml | 8 +- .../pom.xml | 10 +- .../pom.xml | 14 +- .../pom.xml | 10 +- .../nifi-elasticsearch-client-service/pom.xml | 30 +- .../nifi-elasticsearch-nar/pom.xml | 8 +- .../nifi-elasticsearch-processors/pom.xml | 20 +- .../nifi-elasticsearch-restapi-nar/pom.xml | 10 +- .../pom.xml | 34 +- .../nifi-elasticsearch-bundle/pom.xml | 10 +- .../nifi-email-bundle/nifi-email-nar/pom.xml | 8 +- .../nifi-email-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-email-bundle/pom.xml | 8 +- .../nifi-enrich-nar/pom.xml | 6 +- .../nifi-enrich-processors/pom.xml | 16 +- nifi-nar-bundles/nifi-enrich-bundle/pom.xml | 8 +- .../nifi-evtx-bundle/nifi-evtx-nar/pom.xml | 8 +- .../nifi-evtx-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-evtx-bundle/pom.xml | 8 +- .../nifi-bin-manager/pom.xml | 8 +- .../nifi-database-test-utils/pom.xml | 6 +- .../nifi-database-utils/pom.xml | 12 +- .../nifi-event-listen/pom.xml | 12 +- .../nifi-event-put/pom.xml | 10 +- .../nifi-event-transport/pom.xml | 10 +- .../nifi-hadoop-utils/pom.xml | 10 +- .../nifi-kerberos-test-utils/pom.xml | 12 +- .../nifi-listed-entity/pom.xml | 8 +- .../nifi-prometheus-utils/pom.xml | 12 +- .../nifi-put-pattern/pom.xml | 8 +- .../nifi-avro-record-utils/pom.xml | 10 +- .../nifi-hadoop-record-utils/pom.xml | 10 +- .../nifi-mock-record-utils/pom.xml | 10 +- .../nifi-standard-record-utils/pom.xml | 12 +- .../nifi-record-utils/pom.xml | 6 +- .../nifi-reporting-utils/pom.xml | 10 +- .../nifi-service-utils/pom.xml | 10 +- .../nifi-syslog-utils/pom.xml | 10 +- nifi-nar-bundles/nifi-extension-utils/pom.xml | 6 +- .../nifi-flume-bundle/nifi-flume-nar/pom.xml | 8 +- .../nifi-flume-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-flume-bundle/pom.xml | 8 +- .../pom.xml | 6 +- .../nifi-framework-nar/pom.xml | 12 +- .../nifi-administration/pom.xml | 8 +- .../nifi-framework/nifi-authorizer/pom.xml | 8 +- .../nifi-framework/nifi-client-dto/pom.xml | 10 +- .../nifi-framework/nifi-documentation/pom.xml | 6 +- .../nifi-file-authorizer/pom.xml | 8 +- .../nifi-flowfile-repo-serialization/pom.xml | 16 +- .../pom.xml | 14 +- .../nifi-framework-authorization/pom.xml | 8 +- .../nifi-framework-cluster-protocol/pom.xml | 14 +- .../nifi-framework-cluster/pom.xml | 6 +- .../nifi-framework-components/pom.xml | 34 +- .../nifi-framework-core-api/pom.xml | 16 +- .../nifi-framework-core/pom.xml | 46 ++- .../nifi-framework-nar-loading-utils/pom.xml | 6 +- .../nifi-framework-nar-utils/pom.xml | 8 +- .../nifi-headless-server/pom.xml | 6 +- .../nifi-mock-authorizer/pom.xml | 6 +- .../nifi-framework/nifi-nar-utils/pom.xml | 6 +- .../nifi-properties-loader/pom.xml | 6 +- .../nifi-repository-models/pom.xml | 10 +- .../nifi-framework/nifi-resources/pom.xml | 6 +- .../nifi-framework/nifi-runtime/pom.xml | 6 +- .../nifi-shell-authorizer/pom.xml | 8 +- .../nifi-framework/nifi-site-to-site/pom.xml | 8 +- .../nifi-standard-prioritizers/pom.xml | 6 +- .../nifi-framework/nifi-user-actions/pom.xml | 6 +- .../nifi-web/nifi-custom-ui-utilities/pom.xml | 6 +- .../nifi-web/nifi-jetty/pom.xml | 6 +- .../nifi-web/nifi-ui-extension/pom.xml | 6 +- .../nifi-web/nifi-web-api/pom.xml | 10 +- .../nifi-web/nifi-web-content-access/pom.xml | 6 +- .../nifi-web/nifi-web-content-viewer/pom.xml | 6 +- .../nifi-web/nifi-web-docs/pom.xml | 6 +- .../nifi-web/nifi-web-error/pom.xml | 6 +- .../nifi-web-optimistic-locking/pom.xml | 6 +- .../nifi-web/nifi-web-security/pom.xml | 6 +- .../nifi-web/nifi-web-ui/pom.xml | 6 +- .../nifi-framework/nifi-web/pom.xml | 16 +- .../nifi-framework/pom.xml | 6 +- .../nifi-headless-server-nar/pom.xml | 10 +- .../nifi-server-nar/pom.xml | 10 +- .../nifi-framework-bundle/pom.xml | 84 +++-- .../nifi-gcp-bundle/nifi-gcp-nar/pom.xml | 10 +- .../nifi-gcp-processors/pom.xml | 14 +- .../nifi-gcp-services-api-nar/pom.xml | 10 +- .../nifi-gcp-services-api/pom.xml | 6 +- nifi-nar-bundles/nifi-gcp-bundle/pom.xml | 6 +- .../nifi-geohash-nar/pom.xml | 8 +- .../nifi-geohash-processors/pom.xml | 16 +- nifi-nar-bundles/nifi-geohash-bundle/pom.xml | 6 +- .../nifi-graph-client-service-api-nar/pom.xml | 10 +- .../nifi-graph-client-service-api/pom.xml | 8 +- .../nifi-graph-bundle/nifi-graph-nar/pom.xml | 8 +- .../nifi-graph-processors/pom.xml | 26 +- .../nifi-graph-test-clients/pom.xml | 10 +- .../nifi-neo4j-3-cypher-service-nar/pom.xml | 10 +- .../nifi-neo4j-3-cypher-service/pom.xml | 14 +- .../nifi-neo4j-cypher-service-nar/pom.xml | 10 +- .../nifi-neo4j-cypher-service/pom.xml | 14 +- .../nifi-other-graph-services-nar/pom.xml | 10 +- .../nifi-other-graph-services/pom.xml | 14 +- nifi-nar-bundles/nifi-graph-bundle/pom.xml | 8 +- .../nifi-groovyx-nar/pom.xml | 8 +- .../nifi-groovyx-processors/pom.xml | 18 +- nifi-nar-bundles/nifi-groovyx-bundle/pom.xml | 8 +- .../nifi-grpc-bundle/nifi-grpc-nar/pom.xml | 10 +- .../nifi-grpc-processors/pom.xml | 14 +- nifi-nar-bundles/nifi-grpc-bundle/pom.xml | 8 +- .../nifi-hadoop-nar/pom.xml | 8 +- .../nifi-hdfs-processors/pom.xml | 16 +- nifi-nar-bundles/nifi-hadoop-bundle/pom.xml | 8 +- .../nifi-hadoop-libraries-nar/pom.xml | 8 +- .../nifi-hadoop-libraries-bundle/pom.xml | 6 +- .../nifi-hashicorp-vault-nar/pom.xml | 8 +- .../pom.xml | 12 +- .../nifi-hashicorp-vault-bundle/pom.xml | 6 +- .../nifi-hazelcast-services-api-nar/pom.xml | 10 +- .../nifi-hazelcast-services-api/pom.xml | 6 +- .../nifi-hazelcast-services-nar/pom.xml | 10 +- .../nifi-hazelcast-services/pom.xml | 12 +- .../nifi-hazelcast-bundle/pom.xml | 6 +- .../nifi-hbase-bundle/nifi-hbase-nar/pom.xml | 8 +- .../nifi-hbase-processors/pom.xml | 18 +- nifi-nar-bundles/nifi-hbase-bundle/pom.xml | 8 +- .../nifi-hive-bundle/nifi-hive-nar/pom.xml | 10 +- .../nifi-hive-processors/pom.xml | 26 +- .../nifi-hive-services-api-nar/pom.xml | 10 +- .../nifi-hive-services-api/pom.xml | 10 +- .../nifi-hive-bundle/nifi-hive3-nar/pom.xml | 10 +- .../nifi-hive3-processors/pom.xml | 32 +- .../nifi-hive_1_1-nar/pom.xml | 10 +- .../nifi-hive_1_1-processors/pom.xml | 26 +- nifi-nar-bundles/nifi-hive-bundle/pom.xml | 8 +- .../nifi-hl7-bundle/nifi-hl7-nar/pom.xml | 8 +- .../nifi-hl7-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-hl7-bundle/pom.xml | 10 +- .../nifi-html-bundle/nifi-html-nar/pom.xml | 8 +- .../nifi-html-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-html-bundle/pom.xml | 8 +- .../nifi-ignite-nar/pom.xml | 8 +- .../nifi-ignite-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-ignite-bundle/pom.xml | 8 +- .../nifi-influxdb-nar/pom.xml | 8 +- .../nifi-influxdb-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-influxdb-bundle/pom.xml | 8 +- nifi-nar-bundles/nifi-jetty-bundle/pom.xml | 6 +- .../nifi-jms-cf-service-nar/pom.xml | 10 +- .../nifi-jms-cf-service/pom.xml | 6 +- .../nifi-jms-processors-nar/pom.xml | 10 +- .../nifi-jms-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-jms-bundle/pom.xml | 6 +- .../nifi-jolt-record-nar/pom.xml | 10 +- .../nifi-jolt-record-processors/pom.xml | 18 +- .../nifi-jolt-record-bundle/pom.xml | 12 +- .../nifi-kafka-1-0-nar/pom.xml | 8 +- .../nifi-kafka-1-0-processors/pom.xml | 16 +- .../nifi-kafka-2-0-nar/pom.xml | 8 +- .../nifi-kafka-2-0-processors/pom.xml | 16 +- .../nifi-kafka-2-6-nar/pom.xml | 8 +- .../nifi-kafka-2-6-processors/pom.xml | 18 +- nifi-nar-bundles/nifi-kafka-bundle/pom.xml | 12 +- .../nifi-kerberos-iaa-providers-nar/pom.xml | 6 +- .../nifi-kerberos-iaa-providers/pom.xml | 8 +- .../pom.xml | 8 +- .../nifi-kudu-controller-service/pom.xml | 10 +- .../nifi-kudu-bundle/nifi-kudu-nar/pom.xml | 12 +- .../nifi-kudu-processors/pom.xml | 20 +- nifi-nar-bundles/nifi-kudu-bundle/pom.xml | 7 +- .../nifi-language-translation-nar/pom.xml | 8 +- .../nifi-yandex-processors/pom.xml | 12 +- .../nifi-language-translation-bundle/pom.xml | 6 +- .../nifi-ldap-iaa-providers-nar/pom.xml | 6 +- .../nifi-ldap-iaa-providers/pom.xml | 12 +- .../nifi-ldap-iaa-providers-bundle/pom.xml | 8 +- .../nifi-image-viewer/pom.xml | 6 +- .../nifi-media-bundle/nifi-media-nar/pom.xml | 10 +- .../nifi-media-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-media-bundle/pom.xml | 6 +- .../pom.xml | 10 +- .../nifi-metrics-reporter-service-api/pom.xml | 6 +- .../nifi-metrics-reporting-nar/pom.xml | 10 +- .../nifi-metrics-reporting-task/pom.xml | 12 +- .../nifi-metrics-reporting-bundle/pom.xml | 10 +- .../pom.xml | 10 +- .../nifi-mongodb-client-service-api/pom.xml | 10 +- .../nifi-mongodb-nar/pom.xml | 8 +- .../nifi-mongodb-processors/pom.xml | 22 +- .../nifi-mongodb-services-nar/pom.xml | 10 +- .../nifi-mongodb-services/pom.xml | 14 +- nifi-nar-bundles/nifi-mongodb-bundle/pom.xml | 8 +- .../nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml | 8 +- .../nifi-mqtt-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-mqtt-bundle/pom.xml | 8 +- .../nifi-network-processors-nar/pom.xml | 8 +- .../nifi-network-processors/pom.xml | 12 +- .../nifi-network-utils/pom.xml | 6 +- nifi-nar-bundles/nifi-network-bundle/pom.xml | 6 +- .../nifi-parquet-nar/pom.xml | 10 +- .../nifi-parquet-processors/pom.xml | 14 +- nifi-nar-bundles/nifi-parquet-bundle/pom.xml | 6 +- .../nifi-pgp-bundle/nifi-pgp-nar/pom.xml | 10 +- .../nifi-pgp-processors/pom.xml | 12 +- .../nifi-pgp-service-api-nar/pom.xml | 10 +- .../nifi-pgp-service-api/pom.xml | 6 +- .../nifi-pgp-service-nar/pom.xml | 10 +- .../nifi-pgp-bundle/nifi-pgp-service/pom.xml | 12 +- .../nifi-pgp-test-utils/pom.xml | 6 +- nifi-nar-bundles/nifi-pgp-bundle/pom.xml | 6 +- .../nifi-poi-bundle/nifi-poi-nar/pom.xml | 8 +- .../nifi-poi-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-poi-bundle/pom.xml | 6 +- .../nifi-prometheus-nar/pom.xml | 10 +- .../nifi-prometheus-reporting-task/pom.xml | 18 +- .../nifi-prometheus-bundle/pom.xml | 6 +- .../pom.xml | 24 +- .../nifi-provenance-repository-nar/pom.xml | 6 +- .../pom.xml | 10 +- .../nifi-provenance-repository-bundle/pom.xml | 10 +- .../nifi-ranger-nar/pom.xml | 8 +- .../nifi-ranger-plugin/pom.xml | 10 +- .../nifi-ranger-resources/pom.xml | 6 +- nifi-nar-bundles/nifi-ranger-bundle/pom.xml | 6 +- .../nifi-redis-extensions/pom.xml | 12 +- .../nifi-redis-bundle/nifi-redis-nar/pom.xml | 10 +- .../nifi-redis-service-api-nar/pom.xml | 10 +- .../nifi-redis-service-api/pom.xml | 6 +- nifi-nar-bundles/nifi-redis-bundle/pom.xml | 6 +- .../nifi-registry-nar/pom.xml | 10 +- .../nifi-registry-service/pom.xml | 10 +- nifi-nar-bundles/nifi-registry-bundle/pom.xml | 6 +- .../nifi-rethinkdb-nar/pom.xml | 8 +- .../nifi-rethinkdb-processors/pom.xml | 12 +- .../nifi-rethinkdb-bundle/pom.xml | 8 +- .../nifi-riemann-nar/pom.xml | 6 +- .../nifi-riemann-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-riemann-bundle/pom.xml | 8 +- .../nifi-rocksdb-nar/pom.xml | 11 +- .../nifi-rocksdb-repository/pom.xml | 13 +- nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml | 7 +- .../nifi-rules-action-handler-nar/pom.xml | 10 +- .../nifi-rules-action-handler-service/pom.xml | 16 +- .../nifi-rules-action-handler-bundle/pom.xml | 8 +- .../nifi-salesforce-nar/pom.xml | 10 +- .../nifi-salesforce-processors/pom.xml | 18 +- .../nifi-salesforce-bundle/pom.xml | 6 +- .../nifi-scripting-nar/pom.xml | 8 +- .../nifi-scripting-processors/pom.xml | 16 +- .../nifi-scripting-bundle/pom.xml | 18 +- .../pom.xml | 6 +- .../nifi-single-user-iaa-providers/pom.xml | 14 +- .../pom.xml | 8 +- .../nifi-site-to-site-reporting-nar/pom.xml | 8 +- .../nifi-site-to-site-reporting-task/pom.xml | 22 +- .../pom.xml | 8 +- .../nifi-slack-bundle/nifi-slack-nar/pom.xml | 8 +- .../nifi-slack-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-slack-bundle/pom.xml | 6 +- .../nifi-smb-bundle/nifi-smb-nar/pom.xml | 8 +- .../nifi-smb-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-smb-bundle/pom.xml | 6 +- .../nifi-snmp-bundle/nifi-snmp-nar/pom.xml | 6 +- .../nifi-snmp-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-snmp-bundle/pom.xml | 8 +- .../nifi-snowflake-services-nar/pom.xml | 10 +- .../nifi-snowflake-services/pom.xml | 14 +- .../nifi-snowflake-bundle/pom.xml | 6 +- .../nifi-social-media-nar/pom.xml | 8 +- .../nifi-twitter-processors/pom.xml | 10 +- .../nifi-social-media-bundle/pom.xml | 6 +- .../nifi-solr-bundle/nifi-solr-nar/pom.xml | 10 +- .../nifi-solr-processors/pom.xml | 18 +- nifi-nar-bundles/nifi-solr-bundle/pom.xml | 6 +- .../pom.xml | 10 +- .../nifi-livy-controller-service-api/pom.xml | 6 +- .../nifi-livy-controller-service/pom.xml | 10 +- .../nifi-spark-bundle/nifi-livy-nar/pom.xml | 12 +- .../nifi-livy-processors/pom.xml | 14 +- nifi-nar-bundles/nifi-spark-bundle/pom.xml | 8 +- .../nifi-splunk-nar/pom.xml | 10 +- .../nifi-splunk-processors/pom.xml | 12 +- nifi-nar-bundles/nifi-splunk-bundle/pom.xml | 6 +- .../nifi-spring-nar/pom.xml | 6 +- .../nifi-spring-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-spring-bundle/pom.xml | 8 +- .../nifi-sql-reporting-nar/pom.xml | 10 +- .../nifi-sql-reporting-tasks/pom.xml | 22 +- .../nifi-sql-reporting-bundle/pom.xml | 8 +- .../nifi-jolt-transform-json-ui/pom.xml | 18 +- .../nifi-standard-content-viewer/pom.xml | 10 +- .../nifi-standard-nar/pom.xml | 8 +- .../nifi-standard-processors/pom.xml | 60 ++-- .../nifi-standard-reporting-tasks/pom.xml | 12 +- .../nifi-standard-utils/pom.xml | 8 +- nifi-nar-bundles/nifi-standard-bundle/pom.xml | 16 +- .../nifi-dbcp-service-api/pom.xml | 8 +- .../nifi-dbcp-service-nar/pom.xml | 12 +- .../nifi-dbcp-service/pom.xml | 28 +- .../nifi-hikari-dbcp-service/pom.xml | 16 +- .../nifi-dbcp-service-bundle/pom.xml | 6 +- .../pom.xml | 6 +- .../pom.xml | 14 +- .../nifi-distributed-cache-protocol/pom.xml | 8 +- .../nifi-distributed-cache-server/pom.xml | 18 +- .../pom.xml | 8 +- .../pom.xml | 6 +- .../nifi-hadoop-dbcp-service-nar/pom.xml | 10 +- .../nifi-hadoop-dbcp-service/pom.xml | 20 +- .../nifi-hadoop-dbcp-service-bundle/pom.xml | 6 +- .../nifi-hbase-client-service-api/pom.xml | 6 +- .../pom.xml | 10 +- .../nifi-hbase_1_1_2-client-service/pom.xml | 16 +- .../pom.xml | 6 +- .../nifi-hbase_2-client-service-nar/pom.xml | 10 +- .../nifi-hbase_2-client-service/pom.xml | 16 +- .../pom.xml | 6 +- .../nifi-http-context-map-api/pom.xml | 6 +- .../nifi-http-context-map-nar/pom.xml | 8 +- .../nifi-http-context-map/pom.xml | 8 +- .../nifi-http-context-map-bundle/pom.xml | 6 +- .../nifi-hwx-schema-registry-nar/pom.xml | 10 +- .../nifi-hwx-schema-registry-service/pom.xml | 14 +- .../nifi-hwx-schema-registry-bundle/pom.xml | 6 +- .../pom.xml | 6 +- .../pom.xml | 10 +- .../nifi-kerberos-credentials-service/pom.xml | 8 +- .../pom.xml | 6 +- .../nifi-kerberos-user-service-api/pom.xml | 8 +- .../nifi-kerberos-user-service-nar/pom.xml | 10 +- .../nifi-kerberos-user-service/pom.xml | 10 +- .../nifi-kerberos-user-service-bundle/pom.xml | 6 +- .../pom.xml | 6 +- .../nifi-lookup-service-api/pom.xml | 6 +- .../nifi-lookup-services-nar/pom.xml | 10 +- .../nifi-lookup-services/pom.xml | 22 +- .../nifi-lookup-services-bundle/pom.xml | 6 +- .../nifi-oauth2-provider-api/pom.xml | 6 +- .../nifi-oauth2-provider-nar/pom.xml | 10 +- .../nifi-oauth2-provider-service/pom.xml | 14 +- .../nifi-oauth2-provider-bundle/pom.xml | 6 +- .../nifi-proxy-configuration-api/pom.xml | 8 +- .../nifi-proxy-configuration-nar/pom.xml | 10 +- .../nifi-proxy-configuration/pom.xml | 8 +- .../nifi-proxy-configuration-bundle/pom.xml | 6 +- .../pom.xml | 6 +- .../pom.xml | 10 +- .../pom.xml | 16 +- .../pom.xml | 6 +- .../nifi-record-sink-api/pom.xml | 6 +- .../nifi-record-sink-service-nar/pom.xml | 10 +- .../nifi-record-sink-service/pom.xml | 12 +- .../nifi-record-sink-service-bundle/pom.xml | 6 +- .../nifi-rules-engine-service-api/pom.xml | 8 +- .../nifi-schema-registry-service-api/pom.xml | 6 +- .../nifi-ssl-context-service-nar/pom.xml | 8 +- .../nifi-ssl-context-service/pom.xml | 10 +- .../nifi-ssl-context-bundle/pom.xml | 6 +- .../nifi-ssl-context-service-api/pom.xml | 8 +- .../nifi-standard-services-api-nar/pom.xml | 18 +- .../nifi-standard-services/pom.xml | 6 +- .../nifi-stateful-analysis-nar/pom.xml | 8 +- .../nifi-stateful-analysis-processors/pom.xml | 10 +- .../nifi-stateful-analysis-bundle/pom.xml | 8 +- .../nifi-stateless-processor-nar/pom.xml | 10 +- .../nifi-stateless-processor-tests/pom.xml | 36 +-- .../nifi-stateless-processor/pom.xml | 20 +- .../nifi-stateless-processor-bundle/pom.xml | 6 +- .../nifi-tcp-bundle/nifi-tcp-nar/pom.xml | 8 +- .../nifi-tcp-processors/pom.xml | 10 +- nifi-nar-bundles/nifi-tcp-bundle/pom.xml | 6 +- .../nifi-update-attribute-model/pom.xml | 8 +- .../nifi-update-attribute-nar/pom.xml | 10 +- .../nifi-update-attribute-processor/pom.xml | 10 +- .../nifi-update-attribute-ui/pom.xml | 12 +- .../nifi-update-attribute-bundle/pom.xml | 12 +- .../nifi-websocket-processors-nar/pom.xml | 10 +- .../nifi-websocket-processors/pom.xml | 14 +- .../nifi-websocket-services-api-nar/pom.xml | 10 +- .../nifi-websocket-services-api/pom.xml | 8 +- .../nifi-websocket-services-jetty-nar/pom.xml | 10 +- .../nifi-websocket-services-jetty/pom.xml | 12 +- .../nifi-websocket-bundle/pom.xml | 6 +- .../nifi-windows-event-log-nar/pom.xml | 8 +- .../nifi-windows-event-log-processors/pom.xml | 10 +- .../nifi-windows-event-log-bundle/pom.xml | 8 +- nifi-nar-bundles/pom.xml | 62 ++-- nifi-registry/nifi-registry-assembly/pom.xml | 16 +- .../nifi-registry-bootstrap/pom.xml | 10 +- .../nifi-registry-bundle-utils/pom.xml | 10 +- .../nifi-registry-client/pom.xml | 10 +- .../nifi-registry-data-model/pom.xml | 12 +- .../nifi-registry-docker/pom.xml | 6 +- .../nifi-registry-docs/pom.xml | 8 +- .../nifi-registry-flow-diff/pom.xml | 8 +- .../nifi-registry-framework/pom.xml | 24 +- .../nifi-registry-jetty/pom.xml | 8 +- .../nifi-registry-properties-loader/pom.xml | 6 +- .../nifi-registry-properties/pom.xml | 6 +- .../nifi-registry-provider-api/pom.xml | 6 +- .../nifi-registry-resources/pom.xml | 6 +- .../nifi-registry-revision-api/pom.xml | 6 +- .../nifi-registry-revision-common/pom.xml | 8 +- .../pom.xml | 6 +- .../pom.xml | 10 +- .../pom.xml | 10 +- .../nifi-registry-revision/pom.xml | 6 +- .../nifi-registry-runtime/pom.xml | 12 +- .../nifi-registry-security-api/pom.xml | 6 +- .../nifi-registry-security-utils/pom.xml | 6 +- .../nifi-registry-test/pom.xml | 6 +- .../nifi-registry-utils/pom.xml | 6 +- .../nifi-registry-web-api/pom.xml | 24 +- .../nifi-registry-web-docs/pom.xml | 8 +- .../nifi-registry-web-ui/pom.xml | 8 +- nifi-registry/nifi-registry-core/pom.xml | 6 +- .../dockermaven/pom.xml | 6 +- .../nifi-registry-docker-maven/pom.xml | 6 +- .../nifi-registry-aws-assembly/pom.xml | 8 +- .../nifi-registry-aws-extensions/pom.xml | 6 +- .../nifi-registry-aws/pom.xml | 6 +- .../nifi-registry-ranger-assembly/pom.xml | 8 +- .../pom.xml | 6 +- .../nifi-registry-ranger-plugin/pom.xml | 16 +- .../nifi-registry-ranger/pom.xml | 6 +- .../nifi-registry-extensions/pom.xml | 7 +- .../nifi-registry-toolkit-assembly/pom.xml | 8 +- .../nifi-registry-toolkit-persistence/pom.xml | 14 +- nifi-registry/nifi-registry-toolkit/pom.xml | 6 +- nifi-registry/pom.xml | 28 +- nifi-server-api/pom.xml | 8 +- nifi-stateless/nifi-stateless-api/pom.xml | 8 +- .../nifi-stateless-assembly/pom.xml | 24 +- .../nifi-stateless-bootstrap/pom.xml | 18 +- .../nifi-stateless-engine/pom.xml | 28 +- .../nifi-stateless-nar/pom.xml | 8 +- nifi-stateless/nifi-stateless-bundle/pom.xml | 6 +- .../nifi-stateless-resources/pom.xml | 6 +- nifi-stateless/pom.xml | 2 +- .../nifi-stateless-system-test-suite/pom.xml | 32 +- .../nifi-system-test-extensions-nar/pom.xml | 10 +- .../nifi-system-test-extensions/pom.xml | 14 +- .../pom.xml | 6 +- .../nifi-system-test-extensions2-nar/pom.xml | 10 +- .../nifi-system-test-extensions2/pom.xml | 10 +- .../pom.xml | 6 +- .../nifi-system-test-suite/pom.xml | 38 +-- nifi-system-tests/pom.xml | 2 +- nifi-toolkit/nifi-toolkit-admin/pom.xml | 18 +- nifi-toolkit/nifi-toolkit-api/pom.xml | 6 +- nifi-toolkit/nifi-toolkit-assembly/pom.xml | 20 +- nifi-toolkit/nifi-toolkit-cli/pom.xml | 10 +- .../nifi-toolkit-encrypt-config/pom.xml | 24 +- .../nifi-toolkit-flowanalyzer/pom.xml | 10 +- .../nifi-toolkit-flowfile-repo/pom.xml | 8 +- nifi-toolkit/nifi-toolkit-s2s/pom.xml | 8 +- nifi-toolkit/nifi-toolkit-tls/pom.xml | 12 +- .../nifi-toolkit-zookeeper-migrator/pom.xml | 6 +- nifi-toolkit/pom.xml | 2 +- pom.xml | 6 +- 659 files changed, 2254 insertions(+), 4812 deletions(-) diff --git a/c2/c2-client-bundle/c2-client-api/pom.xml b/c2/c2-client-bundle/c2-client-api/pom.xml index 3c04240825..7396e7186f 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-client-api @@ -31,11 +31,7 @@ limitations under the License. org.apache.nifi c2-protocol-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/c2/c2-client-bundle/c2-client-base/pom.xml b/c2/c2-client-bundle/c2-client-base/pom.xml index 83a6db3d6b..b60a395dda 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-client-base @@ -31,13 +31,13 @@ limitations under the License. org.apache.nifi c2-client-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi c2-protocol-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -52,8 +52,4 @@ limitations under the License. jackson-annotations - - - nifi-1.17.0-RC2 - diff --git a/c2/c2-client-bundle/c2-client-http/pom.xml b/c2/c2-client-bundle/c2-client-http/pom.xml index 2e6cfa4e9d..3825c31ea8 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-client-http @@ -31,12 +31,12 @@ limitations under the License. org.apache.nifi c2-client-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-base - 1.17.0 + 1.18.0-SNAPSHOT com.squareup.okhttp3 @@ -53,8 +53,4 @@ limitations under the License. test - - - nifi-1.17.0-RC2 - diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml b/c2/c2-client-bundle/c2-client-service/pom.xml index 6ebd4a7380..8214fef93f 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-client-service @@ -31,22 +31,17 @@ limitations under the License. org.apache.nifi c2-client-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-base - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-http - 1.17.0 + 1.18.0-SNAPSHOT - - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/c2/c2-client-bundle/pom.xml b/c2/c2-client-bundle/pom.xml index aeee54a4ff..38afd10864 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-client-bundle @@ -33,8 +33,4 @@ limitations under the License. c2-client-http c2-client-service - - - nifi-1.17.0-RC2 - diff --git a/c2/c2-protocol/c2-protocol-api/pom.xml b/c2/c2-protocol/c2-protocol-api/pom.xml index 6daa11961f..f7214d6854 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-protocol-api @@ -31,11 +31,7 @@ limitations under the License. org.apache.nifi c2-protocol-component-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/c2/c2-protocol/c2-protocol-component-api/pom.xml b/c2/c2-protocol/c2-protocol-component-api/pom.xml index 7afa4e6d7a..2175c6a4a6 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 - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -37,8 +37,4 @@ limitations under the License. compile - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/c2/c2-protocol/pom.xml b/c2/c2-protocol/pom.xml index e63774271a..59fcedde44 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 - 1.17.0 + 1.18.0-SNAPSHOT c2-protocol @@ -31,8 +31,4 @@ limitations under the License. c2-protocol-component-api c2-protocol-api - - - nifi-1.17.0-RC2 - diff --git a/c2/pom.xml b/c2/pom.xml index d9aa7331d6..59cac1ea0a 100644 --- a/c2/pom.xml +++ b/c2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. nifi org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT c2 @@ -37,7 +37,7 @@ limitations under the License. org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml index b8be371519..3c80973e67 100644 --- a/minifi/minifi-assembly/pom.xml +++ b/minifi/minifi-assembly/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-assembly pom @@ -128,13 +128,13 @@ limitations under the License. org.apache.nifi.minifi minifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -457,8 +457,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml index c70792b6d4..5bbf9bd343 100644 --- a/minifi/minifi-bootstrap/pom.xml +++ b/minifi/minifi-bootstrap/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-bootstrap jar @@ -126,8 +126,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/minifi/minifi-c2/minifi-c2-api/pom.xml b/minifi/minifi-c2/minifi-c2-api/pom.xml index 36e472a379..fd445837b3 100644 --- a/minifi/minifi-c2/minifi-c2-api/pom.xml +++ b/minifi/minifi-c2/minifi-c2-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-api jar @@ -43,8 +43,4 @@ limitations under the License. provided - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-assembly/pom.xml b/minifi/minifi-c2/minifi-c2-assembly/pom.xml index d88a5b23ee..2ddfcc68aa 100644 --- a/minifi/minifi-c2/minifi-c2-assembly/pom.xml +++ b/minifi/minifi-c2/minifi-c2-assembly/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-assembly pom @@ -222,8 +222,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml index 67753397eb..453901f9ae 100644 --- a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml +++ b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-filesystem/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-cache org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-cache-filesystem jar @@ -38,8 +38,4 @@ limitations under the License. test - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml index f722b64717..b13bba93fa 100644 --- a/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml +++ b/minifi/minifi-c2/minifi-c2-cache/minifi-c2-cache-s3/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-cache org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-cache-s3 jar @@ -51,8 +51,4 @@ limitations under the License. jcl-over-slf4j - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-cache/pom.xml b/minifi/minifi-c2/minifi-c2-cache/pom.xml index 6a1ca6fd65..293675912d 100644 --- a/minifi/minifi-c2/minifi-c2-cache/pom.xml +++ b/minifi/minifi-c2/minifi-c2-cache/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-cache pom @@ -29,8 +29,4 @@ limitations under the License. minifi-c2-cache-filesystem minifi-c2-cache-s3 - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-docker/pom.xml b/minifi/minifi-c2/minifi-c2-docker/pom.xml index c1d72009c0..de0161a764 100644 --- a/minifi/minifi-c2/minifi-c2-docker/pom.xml +++ b/minifi/minifi-c2/minifi-c2-docker/pom.xml @@ -21,12 +21,12 @@ limitations under the License. org.apache.nifi.minifi minifi-c2 - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-c2-docker - 1.17.0 + 1.18.0-SNAPSHOT pom @@ -76,8 +76,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml index f710034533..2c22958e15 100644 --- a/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml +++ b/minifi/minifi-c2/minifi-c2-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-integration-tests jar @@ -127,8 +127,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-jetty/pom.xml b/minifi/minifi-c2/minifi-c2-jetty/pom.xml index 43d6815558..ea19e0bbd6 100644 --- a/minifi/minifi-c2/minifi-c2-jetty/pom.xml +++ b/minifi/minifi-c2/minifi-c2-jetty/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-jetty jar @@ -56,8 +56,4 @@ limitations under the License. jetty-servlets - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml index b6f0932840..dd27ee7db8 100644 --- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-cache/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-provider-cache jar @@ -37,8 +37,4 @@ limitations under the License. test - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml index 14cfa61582..15ce71fe05 100644 --- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-delegating/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-provider-delegating jar @@ -50,8 +50,4 @@ limitations under the License. test - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/pom.xml index 9ccd923193..90b113c516 100644 --- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-provider-nifi-rest jar @@ -82,8 +82,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml index 7ebead4d31..7eb8e90378 100644 --- a/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-util/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2-provider org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-provider-util jar @@ -41,8 +41,4 @@ limitations under the License. test - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-provider/pom.xml b/minifi/minifi-c2/minifi-c2-provider/pom.xml index 0504b07838..f46e7753a5 100644 --- a/minifi/minifi-c2/minifi-c2-provider/pom.xml +++ b/minifi/minifi-c2/minifi-c2-provider/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-provider pom @@ -31,8 +31,4 @@ limitations under the License. minifi-c2-provider-delegating minifi-c2-provider-nifi-rest - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/minifi-c2-service/pom.xml b/minifi/minifi-c2/minifi-c2-service/pom.xml index cf57bdfa67..94530e8772 100644 --- a/minifi/minifi-c2/minifi-c2-service/pom.xml +++ b/minifi/minifi-c2/minifi-c2-service/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi-c2 org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2-service war @@ -29,13 +29,13 @@ limitations under the License. org.apache.nifi.minifi minifi-c2-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi c2-protocol-api - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.module @@ -114,8 +114,4 @@ limitations under the License. provided - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-c2/pom.xml b/minifi/minifi-c2/pom.xml index ec25671617..8e8b07bc85 100644 --- a/minifi/minifi-c2/pom.xml +++ b/minifi/minifi-c2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. minifi org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT minifi-c2 pom @@ -35,8 +35,4 @@ limitations under the License. minifi-c2-docker minifi-c2-integration-tests - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-commons/minifi-commons-schema/pom.xml b/minifi/minifi-commons/minifi-commons-schema/pom.xml index 2adedf2dee..afa557ca59 100644 --- a/minifi/minifi-commons/minifi-commons-schema/pom.xml +++ b/minifi/minifi-commons/minifi-commons-schema/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi-commons - 1.17.0 + 1.18.0-SNAPSHOT minifi-commons-schema @@ -34,8 +34,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-commons/minifi-utils/pom.xml b/minifi/minifi-commons/minifi-utils/pom.xml index 51a077e640..68e7f8bfe9 100644 --- a/minifi/minifi-commons/minifi-utils/pom.xml +++ b/minifi/minifi-commons/minifi-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi-commons - 1.17.0 + 1.18.0-SNAPSHOT minifi-utils @@ -29,8 +29,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-commons/pom.xml b/minifi/minifi-commons/pom.xml index fcef682b10..9556aaf157 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-commons pom @@ -29,8 +29,4 @@ limitations under the License. minifi-commons-schema minifi-utils - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-docker/pom.xml b/minifi/minifi-docker/pom.xml index a27407b964..042d98a718 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 - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi @@ -79,8 +79,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-docs/pom.xml b/minifi/minifi-docs/pom.xml index 45e90a0b2d..5976c659f2 100644 --- a/minifi/minifi-docs/pom.xml +++ b/minifi/minifi-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.minifi minifi - 1.17.0 + 1.18.0-SNAPSHOT pom minifi-docs @@ -68,8 +68,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-integration-tests/pom.xml b/minifi/minifi-integration-tests/pom.xml index 625aaf31f8..57ef22fe21 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-integration-tests jar @@ -141,8 +141,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - 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 48630bd3fb..ddd583578b 100644 --- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml +++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml @@ -19,7 +19,7 @@ limitations under the License. minifi-framework-bundle org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ limitations under the License. org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -97,7 +97,7 @@ limitations under the License. org.apache.nifi nifi-framework-nar-loading-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -111,8 +111,4 @@ limitations under the License. compile - - - nifi-1.17.0-RC2 - \ No newline at end of file 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 18e35a33a2..b17fd56f3f 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-framework-api @@ -29,23 +29,19 @@ limitations under the License. org.apache.nifi.minifi minifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-headless-server - 1.17.0 + 1.18.0-SNAPSHOT provided - - - nifi-1.17.0-RC2 - \ 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 896ccce9e1..edfc22f0a2 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-framework-core @@ -29,7 +29,7 @@ limitations under the License. org.apache.nifi.minifi minifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.eclipse.jetty @@ -110,8 +110,4 @@ limitations under the License. compile - - - nifi-1.17.0-RC2 - 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 f762122d60..6d6989156c 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-resources pom @@ -49,8 +49,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - 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 dffed8c7b0..3b0645b5a5 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-runtime @@ -72,8 +72,4 @@ limitations under the License. jackson-databind - - - nifi-1.17.0-RC2 - 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 1f9015346d..4b61a9608d 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-server jar @@ -64,10 +64,6 @@ compile - - - nifi-1.17.0-RC2 - 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 1bbf469f24..169fcff237 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-framework pom @@ -37,8 +37,4 @@ limitations under the License. slf4j-api - - - nifi-1.17.0-RC2 - \ No newline at end of file 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 d3637d18cb..5a8036012d 100644 --- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml +++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.minifi minifi-framework-bundle - 1.17.0 + 1.18.0-SNAPSHOT minifi-server-nar nar @@ -30,18 +30,18 @@ org.apache.nifi.minifi minifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-headless-server - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -85,8 +85,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/pom.xml index 6b673ad7db..aa9ae0eea5 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 - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -37,53 +37,49 @@ limitations under the License. org.apache.nifi.minifi minifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-headless-server - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - \ No newline at end of file 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 1997bda08d..f711a7c5e6 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-provenance-repositories @@ -32,8 +32,4 @@ limitations under the License. provided - - - nifi-1.17.0-RC2 - 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 f21070b809..16dcb73bae 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-provenance-repository-nar @@ -37,8 +37,4 @@ limitations under the License. nar - - - nifi-1.17.0-RC2 - \ No newline at end of file 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 0e5f25ccfc..49ebb122f6 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-provenance-repository-bundle @@ -31,8 +31,4 @@ limitations under the License. minifi-provenance-repository-nar minifi-provenance-repositories - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml b/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml index 31c5dd5d04..05fdbbe03f 100644 --- a/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml +++ b/minifi/minifi-nar-bundles/minifi-standard-nar/pom.xml @@ -19,7 +19,7 @@ limitations under the License. minifi-nar-bundles org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ limitations under the License. org.apache.nifi nifi-standard-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -49,16 +49,12 @@ limitations under the License. org.apache.nifi nifi-standard-prioritizers - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-reporting-tasks - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - 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 6879e84208..b0518309b6 100644 --- a/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml +++ b/minifi/minifi-nar-bundles/minifi-update-attribute-nar/pom.xml @@ -19,7 +19,7 @@ limitations under the License. minifi-nar-bundles org.apache.nifi.minifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,16 +33,12 @@ limitations under the License. org.apache.nifi nifi-update-attribute-processor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-update-attribute-model - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/minifi/minifi-nar-bundles/pom.xml b/minifi/minifi-nar-bundles/pom.xml index 35b62d325a..5c598e1d24 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-nar-bundles pom @@ -31,8 +31,4 @@ limitations under the License. minifi-update-attribute-nar minifi-standard-nar - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-assembly/pom.xml index 6e45e28106..c55658d3a1 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-toolkit-assembly pom @@ -103,8 +103,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml b/minifi/minifi-toolkit/minifi-toolkit-configuration/pom.xml index 614650ee94..a9145923b9 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-toolkit-configuration jar @@ -50,8 +50,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/minifi/minifi-toolkit/pom.xml b/minifi/minifi-toolkit/pom.xml index 17d0961558..3f5d26bf1c 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 - 1.17.0 + 1.18.0-SNAPSHOT minifi-toolkit pom @@ -29,8 +29,4 @@ limitations under the License. minifi-toolkit-configuration minifi-toolkit-assembly - - - nifi-1.17.0-RC2 - diff --git a/minifi/pom.xml b/minifi/pom.xml index 7855157ffe..484967b30c 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi @@ -50,37 +50,37 @@ limitations under the License. org.apache.nifi nifi-bootstrap-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-framework - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-core - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-resources - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-provenance-repository-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -88,45 +88,45 @@ limitations under the License. minifi-resources resources zip - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.minifi minifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi.minifi minifi-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi.minifi minifi-update-attribute-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi.minifi minifi-docs - 1.17.0 + 1.18.0-SNAPSHOT resources runtime zip @@ -134,7 +134,7 @@ limitations under the License. org.apache.nifi.minifi minifi-provenance-repositories - 1.17.0 + 1.18.0-SNAPSHOT @@ -213,77 +213,77 @@ limitations under the License. org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-custom-ui-utilities - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ui-extension - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-socket-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-provenance-repository-nar - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-tls - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-resources - 1.17.0 + 1.18.0-SNAPSHOT resources runtime zip @@ -291,7 +291,7 @@ limitations under the License. org.apache.nifi nifi-docs - 1.17.0 + 1.18.0-SNAPSHOT resources runtime zip @@ -299,165 +299,165 @@ limitations under the License. org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-framework-core - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-provenance-repository-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-headless-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-logging-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-write-ahead-log - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-prioritizers - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-administration - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-persistent-provenance-repository - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site-reporting-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-client-base - 1.17.0 + 1.18.0-SNAPSHOT diff --git a/nifi-api/pom.xml b/nifi-api/pom.xml index bee41cddc3..c3c10a9b82 100644 --- a/nifi-api/pom.xml +++ b/nifi-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-api jar diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index a217a6681a..338e90c1c4 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-assembly pom @@ -139,53 +139,53 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bootstrap-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-resources resources - 1.17.0 + 1.18.0-SNAPSHOT runtime zip @@ -193,643 +193,643 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-docs resources - 1.17.0 + 1.18.0-SNAPSHOT runtime zip org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ssl-context-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-distributed-cache-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-datadog-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-libraries-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kafka-1-0-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kafka-2-0-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kafka-2-6-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-confluent-platform-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-http-context-map-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-html-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-lookup-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-poi-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kudu-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ldap-iaa-providers-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-iaa-providers-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-single-user-iaa-providers-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-dbcp-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-dbcp-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-solr-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-social-media-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hl7-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ccda-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-language-translation-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-enrich-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-geohash-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-aws-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-aws-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ambari-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-rethinkdb-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-prometheus-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-network-processors-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-avro-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hbase-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-riemann-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hbase_1_1_2-client-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hbase_2-client-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-oauth2-provider-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-azure-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-azure-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-scripting-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-groovyx-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-restapi-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cybersecurity-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-email-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-amqp-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-splunk-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jms-cf-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jms-processors-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-spring-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-registry-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-site-to-site-reporting-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-record-serialization-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mqtt-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-snmp-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-evtx-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-slack-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-smb-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-windows-event-log-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-jetty-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-processors-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-tcp-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-gcp-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-gcp-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateful-analysis-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cdc-mysql-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-parquet-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-pgp-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-pgp-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-pgp-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hwx-schema-registry-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-redis-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-redis-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-metrics-reporter-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-metrics-reporting-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-user-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-proxy-configuration-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jolt-record-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-record-sink-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hashicorp-vault-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-processor-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-salesforce-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -865,25 +865,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-graph-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-neo4j-cypher-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-graph-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-other-graph-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -900,7 +900,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-grpc-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -917,7 +917,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-atlas-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -931,13 +931,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hive-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -954,13 +954,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hive_1_1-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -977,13 +977,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-hive3-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -999,7 +999,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-media-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1014,13 +1014,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-easyrules-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-rules-action-handler-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1035,19 +1035,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-sql-reporting-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-easyrules-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-rules-action-handler-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1062,14 +1062,14 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar provided org.apache.nifi nifi-headless-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1084,19 +1084,19 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-accumulo-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-accumulo-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-accumulo-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1333,13 +1333,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-ranger-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-ranger-resources - 1.17.0 + 1.18.0-SNAPSHOT @@ -1352,7 +1352,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-asn1-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -1366,7 +1366,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-snowflake-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml index 0ca81c7235..b3c5d26927 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-bootstrap jar @@ -27,39 +27,39 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-bootstrap-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flow-encryptor - 1.17.0 + 1.18.0-SNAPSHOT runtime org.apache.nifi nifi-single-user-utils - 1.17.0 + 1.18.0-SNAPSHOT runtime @@ -88,7 +88,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT com.squareup.okhttp3 @@ -104,12 +104,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test diff --git a/nifi-commons/nifi-bootstrap-utils/pom.xml b/nifi-commons/nifi-bootstrap-utils/pom.xml index 581dcbfbcd..82d868ef9b 100644 --- a/nifi-commons/nifi-bootstrap-utils/pom.xml +++ b/nifi-commons/nifi-bootstrap-utils/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-bootstrap-utils jar @@ -25,8 +25,4 @@ language governing permissions and limitations under the License. --> slf4j-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-build/pom.xml b/nifi-commons/nifi-build/pom.xml index f941f8f56c..1889d74ac8 100644 --- a/nifi-commons/nifi-build/pom.xml +++ b/nifi-commons/nifi-build/pom.xml @@ -18,11 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-build - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-data-provenance-utils/pom.xml b/nifi-commons/nifi-data-provenance-utils/pom.xml index bc5ce49fc4..441667da9d 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-data-provenance-utils jar @@ -25,21 +25,17 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-expression-language/pom.xml b/nifi-commons/nifi-expression-language/pom.xml index 09297dcaca..0f3035cca1 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-expression-language jar @@ -61,22 +61,22 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-parameter - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-uuid5 - 1.17.0 + 1.18.0-SNAPSHOT org.hamcrest @@ -106,8 +106,4 @@ commons-codec - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-external-resource-utils/pom.xml b/nifi-commons/nifi-external-resource-utils/pom.xml index aa2b1e70fd..b14c5252ee 100644 --- a/nifi-commons/nifi-external-resource-utils/pom.xml +++ b/nifi-commons/nifi-external-resource-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-external-resource-utils @@ -26,11 +26,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-flow-encryptor/pom.xml b/nifi-commons/nifi-flow-encryptor/pom.xml index 354659ffbb..c36e7a42ac 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-flow-encryptor org.apache.nifi nifi-property-encryptor - 1.17.0 + 1.18.0-SNAPSHOT @@ -37,7 +37,7 @@ org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -45,8 +45,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml index 1d1113e512..306551e844 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-flowfile-packager jar @@ -37,8 +37,4 @@ 1.8 - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml index 36f11b8901..d9aa7a3ec9 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-hl7-query-language @@ -109,8 +109,4 @@ 2.3 - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-jetty-configuration/pom.xml b/nifi-commons/nifi-jetty-configuration/pom.xml index 736f048588..4db454aeba 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-jetty-configuration jar @@ -36,8 +36,4 @@ jetty-alpn-server - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-json-utils/pom.xml b/nifi-commons/nifi-json-utils/pom.xml index 1bccb5879e..febbfaade8 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-json-utils jar @@ -26,7 +26,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -39,8 +39,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-logging-utils/pom.xml b/nifi-commons/nifi-logging-utils/pom.xml index 0b7e78bc3b..50db777a1b 100644 --- a/nifi-commons/nifi-logging-utils/pom.xml +++ b/nifi-commons/nifi-logging-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-logging-utils Utilities for logging @@ -28,8 +28,4 @@ slf4j-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-metrics/pom.xml b/nifi-commons/nifi-metrics/pom.xml index a3a3f4d9b3..6f6ac35bd9 100644 --- a/nifi-commons/nifi-metrics/pom.xml +++ b/nifi-commons/nifi-metrics/pom.xml @@ -17,7 +17,7 @@ nifi-commons org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -63,7 +63,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT io.dropwizard.metrics @@ -76,8 +76,4 @@ test - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-commons/nifi-parameter/pom.xml b/nifi-commons/nifi-parameter/pom.xml index d1872bf48d..d84dbf5748 100644 --- a/nifi-commons/nifi-parameter/pom.xml +++ b/nifi-commons/nifi-parameter/pom.xml @@ -18,7 +18,7 @@ nifi-commons org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,11 +28,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-commons/nifi-properties/pom.xml b/nifi-commons/nifi-properties/pom.xml index 2397eca13b..b5e9cb6f00 100644 --- a/nifi-commons/nifi-properties/pom.xml +++ b/nifi-commons/nifi-properties/pom.xml @@ -19,18 +19,14 @@ org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-properties - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-encryptor/pom.xml b/nifi-commons/nifi-property-encryptor/pom.xml index 8af5ef14c8..79c4d0ab1f 100644 --- a/nifi-commons/nifi-property-encryptor/pom.xml +++ b/nifi-commons/nifi-property-encryptor/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-encryptor org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.bouncycastle @@ -40,8 +40,4 @@ commons-codec - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-api/pom.xml b/nifi-commons/nifi-property-protection-api/pom.xml index b733914ebb..6937603131 100644 --- a/nifi-commons/nifi-property-protection-api/pom.xml +++ b/nifi-commons/nifi-property-protection-api/pom.xml @@ -18,18 +18,14 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-api org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-aws/pom.xml b/nifi-commons/nifi-property-protection-aws/pom.xml index 5b8ce92dd7..46ba7b2f18 100644 --- a/nifi-commons/nifi-property-protection-aws/pom.xml +++ b/nifi-commons/nifi-property-protection-aws/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-aws @@ -28,12 +28,12 @@ org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -79,8 +79,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml b/nifi-commons/nifi-property-protection-azure/pom.xml index 4f57e1a77c..7eb646e4bc 100644 --- a/nifi-commons/nifi-property-protection-azure/pom.xml +++ b/nifi-commons/nifi-property-protection-azure/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-azure @@ -36,12 +36,12 @@ org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 1.17.0 + 1.18.0-SNAPSHOT com.azure @@ -92,8 +92,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-cipher/pom.xml b/nifi-commons/nifi-property-protection-cipher/pom.xml index cda9897e51..02f68dc9a5 100644 --- a/nifi-commons/nifi-property-protection-cipher/pom.xml +++ b/nifi-commons/nifi-property-protection-cipher/pom.xml @@ -18,22 +18,18 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-cipher org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT commons-codec commons-codec - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-factory/pom.xml b/nifi-commons/nifi-property-protection-factory/pom.xml index f85dc96d16..ad479a400f 100644 --- a/nifi-commons/nifi-property-protection-factory/pom.xml +++ b/nifi-commons/nifi-property-protection-factory/pom.xml @@ -18,59 +18,59 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-factory org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-aws - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-azure - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-cipher - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-gcp - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-hashicorp - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -78,8 +78,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-gcp/pom.xml b/nifi-commons/nifi-property-protection-gcp/pom.xml index c9bb71ccb0..e9d7069ea2 100644 --- a/nifi-commons/nifi-property-protection-gcp/pom.xml +++ b/nifi-commons/nifi-property-protection-gcp/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-gcp @@ -39,12 +39,12 @@ org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-shared - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -61,8 +61,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-hashicorp/pom.xml b/nifi-commons/nifi-property-protection-hashicorp/pom.xml index 6bfe21fcb8..f6be9da744 100644 --- a/nifi-commons/nifi-property-protection-hashicorp/pom.xml +++ b/nifi-commons/nifi-property-protection-hashicorp/pom.xml @@ -18,19 +18,19 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-hashicorp org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-vault-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -41,8 +41,4 @@ spring-core - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-loader/pom.xml b/nifi-commons/nifi-property-protection-loader/pom.xml index fef9a7f9b0..052d0c721c 100644 --- a/nifi-commons/nifi-property-protection-loader/pom.xml +++ b/nifi-commons/nifi-property-protection-loader/pom.xml @@ -18,18 +18,14 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-loader org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-protection-shared/pom.xml b/nifi-commons/nifi-property-protection-shared/pom.xml index 47343120ad..3874cedd70 100644 --- a/nifi-commons/nifi-property-protection-shared/pom.xml +++ b/nifi-commons/nifi-property-protection-shared/pom.xml @@ -18,18 +18,14 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-protection-shared org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-property-utils/pom.xml b/nifi-commons/nifi-property-utils/pom.xml index a62dc4146a..b6bd2f3e77 100644 --- a/nifi-commons/nifi-property-utils/pom.xml +++ b/nifi-commons/nifi-property-utils/pom.xml @@ -18,11 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-property-utils - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-record-path/pom.xml b/nifi-commons/nifi-record-path/pom.xml index 4edecdcd8d..37665e5805 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-path @@ -59,22 +59,22 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-uuid5 - 1.17.0 + 1.18.0-SNAPSHOT org.antlr @@ -95,8 +95,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-record/pom.xml b/nifi-commons/nifi-record/pom.xml index 3534927b9c..8c54f713ca 100644 --- a/nifi-commons/nifi-record/pom.xml +++ b/nifi-commons/nifi-record/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-record @@ -27,8 +27,4 @@ several interfaces for interacting with Records. This module should not depend on any external libraries. - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-repository-encryption/pom.xml b/nifi-commons/nifi-repository-encryption/pom.xml index 2a4efe8474..943350dab1 100644 --- a/nifi-commons/nifi-repository-encryption/pom.xml +++ b/nifi-commons/nifi-repository-encryption/pom.xml @@ -18,32 +18,28 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-repository-encryption org.apache.nifi nifi-security-kms - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.bouncycastle bcprov-jdk15on - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-schema-utils/pom.xml b/nifi-commons/nifi-schema-utils/pom.xml index a2cb995bff..b59ece4b02 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-schema-utils @@ -27,9 +27,5 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-kerberos-api/pom.xml b/nifi-commons/nifi-security-kerberos-api/pom.xml index 1cbe81575c..b41749b031 100644 --- a/nifi-commons/nifi-security-kerberos-api/pom.xml +++ b/nifi-commons/nifi-security-kerberos-api/pom.xml @@ -18,11 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-kerberos-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-kerberos/pom.xml b/nifi-commons/nifi-security-kerberos/pom.xml index 720bdbf99c..68cfc426fa 100644 --- a/nifi-commons/nifi-security-kerberos/pom.xml +++ b/nifi-commons/nifi-security-kerberos/pom.xml @@ -18,19 +18,19 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-kerberos org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -57,8 +57,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-kms/pom.xml b/nifi-commons/nifi-security-kms/pom.xml index afcb544b22..4fd3f77a1f 100644 --- a/nifi-commons/nifi-security-kms/pom.xml +++ b/nifi-commons/nifi-security-kms/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-kms @@ -27,8 +27,4 @@ commons-codec - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-socket-ssl/pom.xml b/nifi-commons/nifi-security-socket-ssl/pom.xml index 8cb7e2928e..aff768c5d8 100644 --- a/nifi-commons/nifi-security-socket-ssl/pom.xml +++ b/nifi-commons/nifi-security-socket-ssl/pom.xml @@ -18,14 +18,14 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-socket-ssl org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j @@ -34,7 +34,7 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -43,8 +43,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-utils-api/pom.xml b/nifi-commons/nifi-security-utils-api/pom.xml index c45a038a47..6739a6f9e7 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-utils-api @@ -28,9 +28,5 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-security-utils/pom.xml b/nifi-commons/nifi-security-utils/pom.xml index 52aa7968a5..689a783f9d 100644 --- a/nifi-commons/nifi-security-utils/pom.xml +++ b/nifi-commons/nifi-security-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-security-utils @@ -30,17 +30,17 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -61,7 +61,7 @@ org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT at.favre.lib @@ -69,9 +69,5 @@ 0.9.0 - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-single-user-utils/pom.xml b/nifi-commons/nifi-single-user-utils/pom.xml index 7f27f72f56..342511491d 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-single-user-utils org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT at.favre.lib @@ -38,8 +38,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml index 7a2acc29f2..d261277bff 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-site-to-site-client @@ -34,27 +34,27 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -67,7 +67,7 @@ org.apache.nifi nifi-client-dto - 1.17.0 + 1.18.0-SNAPSHOT ${httpclient.group} @@ -142,8 +142,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-socket-utils/pom.xml b/nifi-commons/nifi-socket-utils/pom.xml index 8f3a8212f8..941159d35a 100644 --- a/nifi-commons/nifi-socket-utils/pom.xml +++ b/nifi-commons/nifi-socket-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-socket-utils Utilities for socket communication @@ -30,12 +30,12 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-logging-utils - 1.17.0 + 1.18.0-SNAPSHOT commons-net @@ -53,11 +53,7 @@ org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-utils/pom.xml b/nifi-commons/nifi-utils/pom.xml index 12ffa44a1b..3da3b13d5e 100644 --- a/nifi-commons/nifi-utils/pom.xml +++ b/nifi-commons/nifi-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-utils jar @@ -37,7 +37,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT @@ -60,8 +60,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-uuid5/pom.xml b/nifi-commons/nifi-uuid5/pom.xml index ce7100a0aa..2c047da8c9 100644 --- a/nifi-commons/nifi-uuid5/pom.xml +++ b/nifi-commons/nifi-uuid5/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-uuid5 @@ -33,8 +33,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-vault-utils/pom.xml b/nifi-commons/nifi-vault-utils/pom.xml index b5a57ae7fb..11d39ba9a7 100644 --- a/nifi-commons/nifi-vault-utils/pom.xml +++ b/nifi-commons/nifi-vault-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-commons - 1.17.0 + 1.18.0-SNAPSHOT nifi-vault-utils @@ -48,7 +48,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -59,19 +59,15 @@ org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-web-utils/pom.xml b/nifi-commons/nifi-web-utils/pom.xml index 79bcf8d68d..55b02656da 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-utils @@ -60,8 +60,4 @@ jcl-over-slf4j - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-write-ahead-log/pom.xml b/nifi-commons/nifi-write-ahead-log/pom.xml index a70f39091e..9431ae393b 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-write-ahead-log jar @@ -30,11 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/nifi-xml-processing/pom.xml b/nifi-commons/nifi-xml-processing/pom.xml index 4d6ee79b02..49cd904fce 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-xml-processing jar @@ -51,8 +51,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-commons/pom.xml b/nifi-commons/pom.xml index a848c2e140..9c16bdc2be 100644 --- a/nifi-commons/pom.xml +++ b/nifi-commons/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-commons pom diff --git a/nifi-docker/dockerhub/pom.xml b/nifi-docker/dockerhub/pom.xml index bd1e84cfbb..b16872aea0 100644 --- a/nifi-docker/dockerhub/pom.xml +++ b/nifi-docker/dockerhub/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-docker - 1.17.0 + 1.18.0-SNAPSHOT dockerhub @@ -135,8 +135,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-docker/dockermaven/pom.xml b/nifi-docker/dockermaven/pom.xml index c225031c06..ecad6149d0 100644 --- a/nifi-docker/dockermaven/pom.xml +++ b/nifi-docker/dockermaven/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-docker - 1.17.0 + 1.18.0-SNAPSHOT dockermaven @@ -189,8 +189,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-docker/pom.xml b/nifi-docker/pom.xml index 005afb5eb1..cec9a235a3 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 - 1.17.0 + 1.18.0-SNAPSHOT nifi-docker diff --git a/nifi-docs/pom.xml b/nifi-docs/pom.xml index 3403495a3c..8afebc5320 100644 --- a/nifi-docs/pom.xml +++ b/nifi-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT pom nifi-docs diff --git a/nifi-external/nifi-example-bundle/nifi-nifi-example-nar/pom.xml b/nifi-external/nifi-example-bundle/nifi-nifi-example-nar/pom.xml index 14e2927a3e..d762d95e8d 100644 --- a/nifi-external/nifi-example-bundle/nifi-nifi-example-nar/pom.xml +++ b/nifi-external/nifi-example-bundle/nifi-nifi-example-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-example-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-nifi-example-nar @@ -35,8 +35,4 @@ nifi-nifi-example-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-external/nifi-example-bundle/nifi-nifi-example-processors/pom.xml b/nifi-external/nifi-example-bundle/nifi-nifi-example-processors/pom.xml index c5b7207204..34bffd4697 100644 --- a/nifi-external/nifi-example-bundle/nifi-nifi-example-processors/pom.xml +++ b/nifi-external/nifi-example-bundle/nifi-nifi-example-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-example-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-nifi-example-processors @@ -29,12 +29,12 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -55,8 +55,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-external/nifi-example-bundle/pom.xml b/nifi-external/nifi-example-bundle/pom.xml index 4d35b3c84e..677e26d26a 100644 --- a/nifi-external/nifi-example-bundle/pom.xml +++ b/nifi-external/nifi-example-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-external - 1.17.0 + 1.18.0-SNAPSHOT nifi-example-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-nifi-example-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml index 4499ef4901..202dc30310 100644 --- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml +++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml @@ -17,7 +17,7 @@ nifi-kafka-connect org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,22 +27,22 @@ org.apache.nifi nifi-kafka-connector - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT @@ -64,27 +64,27 @@ org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT @@ -108,13 +108,13 @@ org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -216,8 +216,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml index 1a79f02e7e..a1d265b3c8 100644 --- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml +++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml @@ -17,7 +17,7 @@ nifi-kafka-connect org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ org.apache.nifi nifi-kafka-connector-assembly - 1.17.0 + 1.18.0-SNAPSHOT org.apache.kafka @@ -42,19 +42,19 @@ org.apache.nifi nifi-system-test-extensions-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -104,8 +104,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml index 9624df47ce..b13fdcac8e 100644 --- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml +++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector/pom.xml @@ -17,7 +17,7 @@ nifi-kafka-connect org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,22 +33,22 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -70,39 +70,39 @@ org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -124,8 +124,4 @@ 1.3.2 - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-external/nifi-kafka-connect/pom.xml b/nifi-external/nifi-kafka-connect/pom.xml index 8dd8d6c9c4..690eb4cacc 100644 --- a/nifi-external/nifi-kafka-connect/pom.xml +++ b/nifi-external/nifi-kafka-connect/pom.xml @@ -17,7 +17,7 @@ nifi-external org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,8 +29,4 @@ nifi-kafka-connector-assembly nifi-kafka-connector-tests - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-external/nifi-spark-receiver/pom.xml b/nifi-external/nifi-spark-receiver/pom.xml index ca4ba10efe..88e8c3563a 100644 --- a/nifi-external/nifi-spark-receiver/pom.xml +++ b/nifi-external/nifi-spark-receiver/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-external - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-spark-receiver @@ -50,7 +50,7 @@ org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT @@ -68,8 +68,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-external/pom.xml b/nifi-external/pom.xml index 9ca197a241..96e7933797 100644 --- a/nifi-external/pom.xml +++ b/nifi-external/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-external pom diff --git a/nifi-framework-api/pom.xml b/nifi-framework-api/pom.xml index 539132d122..7165d717b1 100644 --- a/nifi-framework-api/pom.xml +++ b/nifi-framework-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-api jar @@ -27,7 +27,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT diff --git a/nifi-h2/nifi-h2-database-migrator/pom.xml b/nifi-h2/nifi-h2-database-migrator/pom.xml index abf94de8f7..ad8464687a 100644 --- a/nifi-h2/nifi-h2-database-migrator/pom.xml +++ b/nifi-h2/nifi-h2-database-migrator/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-h2 - 1.17.0 + 1.18.0-SNAPSHOT nifi-h2-database-migrator @@ -31,11 +31,7 @@ org.apache.nifi nifi-h2-database - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-h2/nifi-h2-database/pom.xml b/nifi-h2/nifi-h2-database/pom.xml index 8c2b52e717..91de73d7f9 100644 --- a/nifi-h2/nifi-h2-database/pom.xml +++ b/nifi-h2/nifi-h2-database/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-h2 - 1.17.0 + 1.18.0-SNAPSHOT nifi-h2-database @@ -66,8 +66,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-h2/pom.xml b/nifi-h2/pom.xml index 6d63f16ecd..b258363e6a 100644 --- a/nifi-h2/pom.xml +++ b/nifi-h2/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-h2 diff --git a/nifi-manifest/nifi-extension-manifest-model/pom.xml b/nifi-manifest/nifi-extension-manifest-model/pom.xml index 59e2ce180d..4078693d75 100644 --- a/nifi-manifest/nifi-extension-manifest-model/pom.xml +++ b/nifi-manifest/nifi-extension-manifest-model/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 1.17.0 + 1.18.0-SNAPSHOT nifi-extension-manifest-model jar @@ -51,8 +51,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-manifest/nifi-extension-manifest-parser/pom.xml b/nifi-manifest/nifi-extension-manifest-parser/pom.xml index 7f0f8c5e3e..c67e4ef5e1 100644 --- a/nifi-manifest/nifi-extension-manifest-parser/pom.xml +++ b/nifi-manifest/nifi-extension-manifest-parser/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 1.17.0 + 1.18.0-SNAPSHOT nifi-extension-manifest-parser jar @@ -27,7 +27,7 @@ org.apache.nifi nifi-extension-manifest-model - 1.17.0 + 1.18.0-SNAPSHOT @@ -47,8 +47,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-manifest/nifi-runtime-manifest-core/pom.xml b/nifi-manifest/nifi-runtime-manifest-core/pom.xml index 58e474c91f..7faf698a36 100644 --- a/nifi-manifest/nifi-runtime-manifest-core/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest-core/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 1.17.0 + 1.18.0-SNAPSHOT nifi-runtime-manifest-core jar @@ -27,30 +27,26 @@ org.apache.nifi c2-protocol-component-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-parser - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/nifi-manifest/nifi-runtime-manifest-test/pom.xml b/nifi-manifest/nifi-runtime-manifest-test/pom.xml index 5bac426db4..24cdd79783 100644 --- a/nifi-manifest/nifi-runtime-manifest-test/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest-test/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 1.17.0 + 1.18.0-SNAPSHOT nifi-runtime-manifest-test jar @@ -27,12 +27,12 @@ org.apache.nifi nifi-runtime-manifest - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime-manifest-core - 1.17.0 + 1.18.0-SNAPSHOT test @@ -59,8 +59,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-manifest/nifi-runtime-manifest/pom.xml b/nifi-manifest/nifi-runtime-manifest/pom.xml index 4b4b634849..4b30695110 100644 --- a/nifi-manifest/nifi-runtime-manifest/pom.xml +++ b/nifi-manifest/nifi-runtime-manifest/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-manifest - 1.17.0 + 1.18.0-SNAPSHOT nifi-runtime-manifest jar @@ -36,7 +36,7 @@ org.apache.nifi nifi-assembly - 1.17.0 + 1.18.0-SNAPSHOT manifests zip true @@ -128,7 +128,7 @@ org.apache.nifi nifi-runtime-manifest-core - 1.17.0 + 1.18.0-SNAPSHOT @@ -151,8 +151,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-manifest/pom.xml b/nifi-manifest/pom.xml index b55e5f2315..f1f07bea1a 100644 --- a/nifi-manifest/pom.xml +++ b/nifi-manifest/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-manifest pom diff --git a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml index 5bdc09d378..2ece463cdc 100644 --- a/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml +++ b/nifi-maven-archetypes/nifi-processor-bundle-archetype/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-maven-archetypes - 1.17.0 + 1.18.0-SNAPSHOT nifi-processor-bundle-archetype @@ -68,8 +68,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml index d2946275fa..24f8cbde65 100644 --- a/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml +++ b/nifi-maven-archetypes/nifi-service-bundle-archetype/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-maven-archetypes - 1.17.0 + 1.18.0-SNAPSHOT nifi-service-bundle-archetype @@ -64,8 +64,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-maven-archetypes/pom.xml b/nifi-maven-archetypes/pom.xml index 29d009be5a..d47d544122 100644 --- a/nifi-maven-archetypes/pom.xml +++ b/nifi-maven-archetypes/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-maven-archetypes diff --git a/nifi-mock/pom.xml b/nifi-mock/pom.xml index c75bdc918d..7564ab1b64 100644 --- a/nifi-mock/pom.xml +++ b/nifi-mock/pom.xml @@ -18,39 +18,39 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-mock org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-parameter - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT asm @@ -61,7 +61,7 @@ org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -108,8 +108,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-nar/pom.xml b/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-nar/pom.xml index 0b4e9697e0..0145c39285 100644 --- a/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-ambari-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ambari-nar @@ -30,11 +30,7 @@ org.apache.nifi nifi-ambari-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-reporting-task/pom.xml b/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-reporting-task/pom.xml index 0894947a2e..16bc9eadce 100644 --- a/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-reporting-task/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-ambari-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ambari-reporting-task @@ -41,28 +41,24 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-reporting-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ambari-bundle/pom.xml b/nifi-nar-bundles/nifi-ambari-bundle/pom.xml index 58e33531f3..dd86a81db2 100644 --- a/nifi-nar-bundles/nifi-ambari-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ambari-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-ambari-bundle @@ -28,8 +28,4 @@ nifi-ambari-reporting-task nifi-ambari-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml index fbbe316948..dd39301cab 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-amqp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-amqp-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -38,8 +38,4 @@ nifi-amqp-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml index 0af6f66006..a038201c58 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-amqp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-amqp-processors jar @@ -40,7 +40,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -49,7 +49,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -77,8 +77,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml index 70a2d2a485..6b381c9c7a 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-amqp-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-amqp-bundle pom @@ -32,12 +32,8 @@ org.apache.nifi nifi-amqp-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml index 6c9a5641d1..08b1c82538 100644 --- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml +++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-nar/pom.xml @@ -17,7 +17,7 @@ nifi-asn1-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -32,17 +32,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-asn1-services - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml index 58b03c3912..731efd984c 100644 --- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml +++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml @@ -17,7 +17,7 @@ nifi-asn1-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -39,7 +39,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.beanit @@ -156,8 +156,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml index 50d9ea314e..ed87b3e1f6 100644 --- a/nifi-nar-bundles/nifi-asn1-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-asn1-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,8 +27,4 @@ nifi-asn1-services nifi-asn1-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml index 14e081bdda..e82ec32cfc 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-atlas-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-atlas-nar @@ -37,12 +37,8 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml index 7cdd9bfc98..5a2c45209e 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-atlas-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-atlas-reporting-task @@ -41,12 +41,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-reporting-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -84,7 +84,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -104,8 +104,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml index 567526add9..fec149dc03 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-atlas-bundle @@ -39,7 +39,7 @@ org.apache.nifi nifi-atlas-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT @@ -100,8 +100,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml index ffe14fb302..dc88e7d1f3 100644 --- a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml +++ b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-avro-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-avro-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-avro-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml index 65d69a50a4..fbe94c4073 100644 --- a/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml +++ b/nifi-nar-bundles/nifi-avro-bundle/nifi-avro-processors/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-avro-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-avro-processors @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -50,7 +50,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -69,8 +69,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/pom.xml index 5c9933a084..d420eec6fc 100644 --- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-avro-bundle @@ -40,8 +40,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml index 59965fab39..8cb17d4077 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml @@ -19,7 +19,7 @@ nifi-aws-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-abstract-processors @@ -83,7 +83,7 @@ org.apache.nifi nifi-aws-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -93,7 +93,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -115,8 +115,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml index 81d675f9cc..ea980b7490 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-aws-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-nar @@ -33,26 +33,22 @@ org.apache.nifi nifi-aws-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-aws-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-aws-parameter-value-providers - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j jcl-over-slf4j - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml index 2d3cf8edec..48787e5b67 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-parameter-value-providers/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-aws-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-parameter-value-providers @@ -32,13 +32,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -52,12 +52,8 @@ org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml index 6ea9531bb9..91fe5b6b3f 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-aws-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-processors @@ -36,17 +36,17 @@ org.apache.nifi nifi-listed-entity - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-aws-abstract-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-aws-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -60,7 +60,7 @@ org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -92,7 +92,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -108,13 +108,13 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -137,8 +137,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml index 88fafb26a9..8ccf67e44f 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-aws-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-service-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-aws-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml index c25a31034d..be85f99a65 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-service-api/pom.xml @@ -17,7 +17,7 @@ nifi-aws-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -37,8 +37,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/pom.xml index 6b1cf81373..6fdc2d722d 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-aws-bundle @@ -63,8 +63,4 @@ nifi-aws-abstract-processors nifi-aws-parameter-value-providers - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml index 06b51d6ffb..66b91054ce 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/pom.xml @@ -17,7 +17,7 @@ nifi-azure-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-azure-graph-authorizer @@ -33,12 +33,12 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.microsoft.graph @@ -51,8 +51,4 @@ ${msal4j.version} - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml index 5718ca22a9..3dfa6283e0 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-azure-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-azure-nar @@ -33,17 +33,17 @@ org.apache.nifi nifi-azure-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-azure-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-azure-graph-authorizer - 1.17.0 + 1.18.0-SNAPSHOT @@ -55,12 +55,8 @@ org.apache.nifi nifi-azure-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml index 4e97b92f6a..667a7923ed 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-azure-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-azure-processors jar @@ -34,12 +34,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-service-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -56,7 +56,7 @@ org.apache.nifi nifi-azure-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -138,38 +138,38 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -181,7 +181,7 @@ org.apache.nifi nifi-listed-entity - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -191,7 +191,7 @@ org.apache.nifi nifi-proxy-configuration - 1.17.0 + 1.18.0-SNAPSHOT test @@ -208,8 +208,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml index e56316a508..7aa41af097 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-reporting-task/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-azure-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-azure-reporting-task jar @@ -25,17 +25,17 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT com.google.code.gson @@ -62,18 +62,14 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-reporting-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml index eb0a32210a..32c6553b98 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api-nar/pom.xml @@ -17,7 +17,7 @@ nifi-azure-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-azure-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml index 71b4fb933b..db98469db0 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-services-api/pom.xml @@ -17,7 +17,7 @@ nifi-azure-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -59,8 +59,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/pom.xml index 4942020ad9..a00ad4db2e 100644 --- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-azure-bundle @@ -62,8 +62,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml index 05a98cba14..9d7a88539f 100644 --- a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml +++ b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-beats-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-beats-nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-beats-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml index d6db50f743..2c7787f980 100644 --- a/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml +++ b/nifi-nar-bundles/nifi-beats-bundle/nifi-beats-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-beats-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-beats-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-event-listen - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 1.17.0 + 1.18.0-SNAPSHOT com.google.code.gson @@ -47,17 +47,17 @@ org.apache.nifi nifi-socket-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -67,7 +67,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -92,8 +92,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-beats-bundle/pom.xml b/nifi-nar-bundles/nifi-beats-bundle/pom.xml index 82b35e4c21..2d955ed033 100644 --- a/nifi-nar-bundles/nifi-beats-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-beats-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-beats-bundle @@ -29,8 +29,4 @@ nifi-beats-processors nifi-beats-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml index 82bde236e5..f026815075 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-distributedmapcache-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-cassandra-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cassandra-distributedmapcache-service @@ -29,29 +29,29 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-utils org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-record org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -67,30 +67,30 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-distributed-cache-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-cassandra-services-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-cassandra-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -99,8 +99,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml index dc46e85ea1..1926d8ee02 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-cassandra-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cassandra-nar @@ -44,7 +44,7 @@ org.apache.nifi nifi-cassandra-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -52,8 +52,4 @@ nifi-cassandra-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml index f8a5e6e389..b8b7dc4770 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-cassandra-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cassandra-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -67,7 +67,7 @@ org.apache.nifi nifi-cassandra-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -95,8 +95,4 @@ 1.8 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml index d180590f13..b35745aaf7 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api-nar/pom.xml @@ -17,7 +17,7 @@ nifi-cassandra-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,18 +28,14 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services-api - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml index a27b4c3765..b2dc3cda92 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-api/pom.xml @@ -17,7 +17,7 @@ nifi-cassandra-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -37,8 +37,4 @@ ${cassandra.sdk.version} - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml index a5889aac75..9e774700b7 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services-nar/pom.xml @@ -17,7 +17,7 @@ nifi-cassandra-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -39,22 +39,18 @@ org.apache.nifi nifi-cassandra-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-cassandra-services - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-cassandra-distributedmapcache-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml index ed9f94ea1c..e43ae31019 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-services/pom.xml @@ -17,7 +17,7 @@ nifi-cassandra-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,13 +29,13 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -54,24 +54,20 @@ org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml index c43cf7e7ad..cea3147b73 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT @@ -45,7 +45,7 @@ org.apache.nifi nifi-cassandra-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -60,8 +60,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-nar/pom.xml b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-nar/pom.xml index 00bb3b891e..38568fc788 100644 --- a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ccda-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ccda-nar @@ -35,8 +35,4 @@ nifi-ccda-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml index c971d85a6c..1e60c56ee2 100644 --- a/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml +++ b/nifi-nar-bundles/nifi-ccda-bundle/nifi-ccda-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ccda-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ccda-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -77,12 +77,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ccda-bundle/pom.xml b/nifi-nar-bundles/nifi-ccda-bundle/pom.xml index 38b7dac9be..7323fac562 100644 --- a/nifi-nar-bundles/nifi-ccda-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ccda-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-ccda-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-ccda-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml index 3b34612af6..180fae459c 100644 --- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-cdc - 1.17.0 + 1.18.0-SNAPSHOT nifi-cdc-api @@ -40,8 +40,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml index c880150bc3..f7a3a143f1 100644 --- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-cdc-mysql-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cdc-mysql-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -38,8 +38,4 @@ nifi-cdc-mysql-processors - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml index dfa703180b..6c18457f9c 100644 --- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-cdc-mysql-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cdc-mysql-processors jar @@ -27,12 +27,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-cdc-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -64,8 +64,4 @@ language governing permissions and limitations under the License. --> test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml index 1aabdad2e9..1cca379207 100644 --- a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-cdc - 1.17.0 + 1.18.0-SNAPSHOT nifi-cdc-mysql-bundle pom @@ -32,12 +32,8 @@ org.apache.nifi nifi-cdc-mysql-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cdc/pom.xml b/nifi-nar-bundles/nifi-cdc/pom.xml index e67a82af08..5e2d1084bb 100644 --- a/nifi-nar-bundles/nifi-cdc/pom.xml +++ b/nifi-nar-bundles/nifi-cdc/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-cdc pom @@ -26,8 +26,4 @@ nifi-cdc-api nifi-cdc-mysql-bundle - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml index df6af691aa..46fa64ffa6 100644 --- a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml +++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-platform-nar/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-confluent-platform-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-confluent-platform-nar nar @@ -22,17 +22,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-confluent-schema-registry-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml index f168c2c6da..f4ca289864 100644 --- a/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml +++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-confluent-platform-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-confluent-schema-registry-service @@ -32,7 +32,7 @@ org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -54,17 +54,13 @@ org.apache.nifi nifi-web-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml index c5f4abcd73..6199de28a6 100644 --- a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-confluent-platform-bundle pom @@ -35,8 +35,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml index ca44fa61fc..414c99221e 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-couchbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-couchbase-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-couchbase-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml index e708a6a592..e4547807f0 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-couchbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-couchbase-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-couchbase-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -64,12 +64,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml index f939c23508..e625e91f2a 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-couchbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-couchbase-services-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-couchbase-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml index 2ed6e44d54..c44255119f 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-services-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-couchbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-couchbase-services-api @@ -36,8 +36,4 @@ 2.5.8 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml index d347f6c156..67f6a2f4db 100644 --- a/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-couchbase-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-couchbase-bundle @@ -31,8 +31,4 @@ nifi-couchbase-processors nifi-couchbase-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-nar/pom.xml b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-nar/pom.xml index c2350fd5b8..f6d87afc11 100644 --- a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-nar/pom.xml +++ b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-cybersecurity-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cybersecurity-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-cybersecurity-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml index d3f496cda5..9b3dfb7042 100644 --- a/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml +++ b/nifi-nar-bundles/nifi-cybersecurity-bundle/nifi-cybersecurity-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-cybersecurity-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-cybersecurity-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT info.debatty @@ -48,7 +48,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -73,8 +73,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml b/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml index 9eeaa2747f..60479f964c 100644 --- a/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cybersecurity-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-cybersecurity-bundle @@ -29,8 +29,4 @@ nifi-cybersecurity-processors nifi-cybersecurity-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml index 92de882a9e..f82fdef21c 100644 --- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml +++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-datadog-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-datadog-nar @@ -32,8 +32,4 @@ nifi-datadog-reporting-task - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml index 351f445ce2..4b090b6d57 100644 --- a/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-datadog-bundle/nifi-datadog-reporting-task/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-datadog-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-datadog-reporting-task @@ -46,12 +46,12 @@ org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.coursera @@ -80,12 +80,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml index c9efbaa78b..cc9eff6877 100644 --- a/nifi-nar-bundles/nifi-datadog-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-datadog-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-datadog-bundle @@ -34,12 +34,8 @@ org.apache.nifi nifi-datadog-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-nar/pom.xml b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-nar/pom.xml index 496d483875..13c7a23d8f 100644 --- a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-nar/pom.xml +++ b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-nar/pom.xml @@ -17,7 +17,7 @@ nifi-easyrules-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -31,17 +31,13 @@ org.apache.nifi nifi-easyrules-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml index 1d5759395a..67b9ad075a 100644 --- a/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml +++ b/nifi-nar-bundles/nifi-easyrules-bundle/nifi-easyrules-service/pom.xml @@ -17,7 +17,7 @@ nifi-easyrules-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -30,7 +30,7 @@ org.apache.nifi nifi-rules-engine-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.yaml @@ -40,7 +40,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.jeasy @@ -80,7 +80,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -104,8 +104,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-easyrules-bundle/pom.xml b/nifi-nar-bundles/nifi-easyrules-bundle/pom.xml index b0ddde4552..46f963184e 100644 --- a/nifi-nar-bundles/nifi-easyrules-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-easyrules-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,12 +33,8 @@ org.apache.nifi nifi-easyrules-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml index 21ddbd8634..6843e2a5dd 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-elasticsearch-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-client-service-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml index 999b65fb18..166d7c9982 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-elasticsearch-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-client-service-api @@ -29,24 +29,24 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-proxy-configuration-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -55,8 +55,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml index 63a7323628..e693e4e073 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-elasticsearch-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-client-service-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-elasticsearch-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-client-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml index 426a8bcdec..a5afdcdf0a 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-elasticsearch-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-client-service @@ -43,54 +43,54 @@ org.apache.nifi nifi-lookup-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-proxy-configuration-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-elasticsearch-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -101,7 +101,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -170,13 +170,13 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -381,8 +381,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml index 50c09d299c..f5e3d01052 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-nar @@ -28,7 +28,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -36,8 +36,4 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-processors - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml index bc56aeae69..d8f4513891 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-processors @@ -34,12 +34,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -61,25 +61,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -110,7 +110,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -127,8 +127,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml index 0f64706e87..8f264a0700 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-restapi-nar @@ -29,17 +29,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-elasticsearch-restapi-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml index 50d0dbbaae..b7a7f36027 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-restapi-processors @@ -24,35 +24,35 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -61,7 +61,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-ssl-context-service - 1.17.0 + 1.18.0-SNAPSHOT test @@ -71,13 +71,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -99,25 +99,25 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -129,7 +129,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-client-service - 1.17.0 + 1.18.0-SNAPSHOT test @@ -147,8 +147,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml index 437a508c89..0b68388318 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-elasticsearch-bundle @@ -43,12 +43,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-elasticsearch-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-elasticsearch-restapi-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -58,8 +58,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml index f78d77cdc1..b2083e6a5d 100644 --- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-email-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-email-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,9 +41,5 @@ nifi-email-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml index ff37b0d3bd..ce54d06588 100644 --- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-email-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-email-processors @@ -37,7 +37,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT javax.mail @@ -122,7 +122,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -138,8 +138,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-email-bundle/pom.xml b/nifi-nar-bundles/nifi-email-bundle/pom.xml index f5e71f87af..375eb42c0e 100644 --- a/nifi-nar-bundles/nifi-email-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-email-bundle @@ -34,12 +34,8 @@ org.apache.nifi nifi-email-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml index 07c30e707d..d89e0e170f 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-enrich-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-enrich-nar nar @@ -40,8 +40,4 @@ nifi-enrich-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml index b127f4a8f4..b7211c615b 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-enrich-bundle - 1.17.0 + 1.18.0-SNAPSHOT @@ -36,7 +36,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.maxmind.geoip2 @@ -64,7 +64,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -86,7 +86,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -97,13 +97,13 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -129,8 +129,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml index ac1a68217f..bd08849ccb 100644 --- a/nifi-nar-bundles/nifi-enrich-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-enrich-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-enrich-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-enrich-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml index 29cc23e5cf..8f56f77cf0 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-evtx-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -37,8 +37,4 @@ language governing permissions and limitations under the License. --> nifi-evtx-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml index e8a26704ea..f0838a7e43 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml @@ -20,7 +20,7 @@ nifi-evtx-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-evtx-processors @@ -40,7 +40,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.google.guava @@ -54,13 +54,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT test @@ -70,8 +70,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml index bf22f74bd7..c34e737284 100644 --- a/nifi-nar-bundles/nifi-evtx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-evtx-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-evtx-bundle @@ -42,12 +42,8 @@ org.apache.nifi nifi-evtx-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml index 9b2d9932f3..d812e78697 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-bin-manager/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-bin-manager jar @@ -30,11 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml index 0fe4b59975..f45cf010c0 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-database-test-utils/pom.xml @@ -18,15 +18,11 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-database-test-utils - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml index 3a6e51622c..a6602f864d 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-database-utils @@ -38,12 +38,12 @@ org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT com.github.ben-manes.caffeine @@ -66,7 +66,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -126,8 +126,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml index 85555eb6aa..a222ccd3de 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-listen/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-event-listen jar @@ -30,17 +30,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -56,8 +56,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml index 164c2ff4fe..46abdf211f 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-put/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-event-put jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -40,11 +40,7 @@ org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml index d45f36c247..06c36fd4c2 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-event-transport jar @@ -30,17 +30,13 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml index 6f89356b53..4070f9638f 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-utils jar @@ -31,12 +31,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -155,8 +155,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml index 832a92b66d..4db3eda73a 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-kerberos-test-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-test-utils @@ -27,21 +27,17 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml index 51a21c394e..4c4db83192 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-listed-entity/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-listed-entity jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -66,8 +66,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml index 2286518642..2bb3f92e51 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-prometheus-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-prometheus-utils jar @@ -41,17 +41,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT @@ -92,8 +92,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml index be5f642b64..93cbe6cc6f 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-put-pattern/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-put-pattern jar @@ -30,7 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -38,8 +38,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml index a1654634ff..ee158109c4 100755 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-record-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-avro-record-utils @@ -27,7 +27,7 @@ org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.avro @@ -58,7 +58,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -81,8 +81,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml index 357c6fb40f..a0df0ec04c 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-record-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-record-utils jar @@ -36,12 +36,12 @@ org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -85,8 +85,4 @@ nifi-record - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml index 3e7271e710..3b4d855770 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-mock-record-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-record-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-mock-record-utils @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -49,7 +49,7 @@ org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -95,8 +95,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml index 6257c5e605..30b605a65a 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-record-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-record-utils @@ -31,12 +31,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 1.17.0 + 1.18.0-SNAPSHOT @@ -64,12 +64,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml index 9e9060e3a9..109d4f50e3 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT pom nifi-record-utils @@ -45,8 +45,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml index c2a8f6bb2a..e90c1dd053 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-reporting-utils/pom.xml @@ -17,7 +17,7 @@ nifi-extension-utils org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -32,7 +32,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.glassfish @@ -42,12 +42,8 @@ org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml index b3db5fe225..1db690d3f1 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-service-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-service-utils jar @@ -38,17 +38,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml index f75d03d8db..b6afce4381 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-syslog-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-extension-utils - 1.17.0 + 1.18.0-SNAPSHOT nifi-syslog-utils jar @@ -31,17 +31,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-extension-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/pom.xml index 1b9657f354..40dac5c2bf 100644 --- a/nifi-nar-bundles/nifi-extension-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT pom nifi-extension-utils @@ -43,8 +43,4 @@ nifi-service-utils nifi-syslog-utils - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml index 8bbadd5b7a..f0d3d3f23a 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-flume-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-flume-nar nar @@ -129,12 +129,8 @@ org.apache.nifi nifi-hadoop-libraries-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml index 7621a5f775..22a7d7743f 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/nifi-flume-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-flume-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-flume-processors jar @@ -39,12 +39,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.flume @@ -177,7 +177,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -205,8 +205,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-flume-bundle/pom.xml b/nifi-nar-bundles/nifi-flume-bundle/pom.xml index 51d2dd65bd..01e7264a0f 100644 --- a/nifi-nar-bundles/nifi-flume-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-flume-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-flume-bundle pom @@ -32,7 +32,7 @@ org.apache.nifi nifi-flume-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -42,8 +42,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml index c9b582b597..a0821c9bb6 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-external-resource-utils/pom.xml @@ -18,7 +18,7 @@ nifi-framework-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-external-resource-utils @@ -57,8 +57,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml index c82378019d..0a4d80c5fe 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -56,12 +56,12 @@ org.apache.nifi nifi-standard-prioritizers - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-cluster - 1.17.0 + 1.18.0-SNAPSHOT org.glassfish.jersey.core @@ -97,8 +97,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml index bc9e41b482..73415cff59 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-administration/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-administration @@ -61,7 +61,7 @@ org.apache.nifi nifi-h2-database-migrator - 1.17.0 + 1.18.0-SNAPSHOT org.springframework @@ -92,8 +92,4 @@ commons-collections4 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml index 9b3b8b90e2..a12fd1f782 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/pom.xml @@ -17,7 +17,7 @@ nifi-framework org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -161,7 +161,7 @@ org.apache.nifi nifi-mock-authorizer - 1.17.0 + 1.18.0-SNAPSHOT test @@ -182,8 +182,4 @@ test - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml index c48f527c22..8b848b6a12 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-client-dto @@ -29,12 +29,12 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi c2-protocol-component-api - 1.17.0 + 1.18.0-SNAPSHOT @@ -57,8 +57,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml index 3b08dd616e..e835642508 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-documentation @@ -58,8 +58,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml index 7300a97411..90133c676b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-file-authorizer @@ -207,7 +207,7 @@ org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -243,8 +243,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml index eb0d47055c..bb4425949a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-flowfile-repo-serialization/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-flowfile-repo-serialization @@ -30,17 +30,17 @@ org.apache.nifi nifi-repository-models - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -49,12 +49,12 @@ org.apache.nifi nifi-security-kms - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 1.17.0 + 1.18.0-SNAPSHOT com.github.ben-manes.caffeine @@ -78,8 +78,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml index b12db1b89e..f105963b0f 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization-providers/pom.xml @@ -17,7 +17,7 @@ nifi-framework org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -35,17 +35,17 @@ org.apache.nifi nifi-framework-authorization - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.springframework.security @@ -54,11 +54,7 @@ org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml index 370dd0fa59..e6ea850ad2 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-authorization/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-authorization @@ -34,12 +34,8 @@ org.apache.nifi nifi-mock-authorizer - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml index 0c93bf0366..9c6b59c416 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-cluster-protocol jar @@ -36,12 +36,12 @@ org.apache.nifi nifi-logging-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-socket-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -50,12 +50,12 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT @@ -96,8 +96,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml index ba97514e22..7b79aac4f4 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-cluster jar @@ -204,8 +204,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml index 61c6abc49b..db03bfada2 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-components jar @@ -36,22 +36,22 @@ org.apache.nifi nifi-framework-core-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-repository-models - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -64,55 +64,55 @@ org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-encryptor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-external-resource-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-external-resource-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -127,8 +127,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml index 4ff70f4d42..e4cf4ed36a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-core-api @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -50,7 +50,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -59,7 +59,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -68,12 +68,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT @@ -96,8 +96,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml index 38b2165343..5896827e4c 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-core jar @@ -46,42 +46,42 @@ org.apache.nifi nifi-framework-components - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-repository-models - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kms - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -98,7 +98,7 @@ org.apache.nifi nifi-logging-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -107,7 +107,7 @@ org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -158,17 +158,17 @@ org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flowfile-repo-serialization - 1.17.0 + 1.18.0-SNAPSHOT @@ -183,7 +183,7 @@ org.apache.nifi c2-client-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.zookeeper @@ -214,17 +214,17 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -243,7 +243,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -268,13 +268,13 @@ org.apache.nifi nifi-mock-authorizer - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-persistent-provenance-repository - 1.17.0 + 1.18.0-SNAPSHOT test @@ -334,8 +334,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml index f0a7d8da1b..23ad7ecab7 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-nar-loading-utils jar @@ -56,8 +56,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml index 942f045429..861f6c1413 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-nar-utils jar @@ -41,7 +41,7 @@ org.apache.nifi nifi-runtime-manifest-core - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -49,8 +49,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml index 72a1923f7e..14c5defa15 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-headless-server/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-headless-server jar @@ -70,10 +70,6 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml index b4500c7ff5..271bc92e6d 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-mock-authorizer/pom.xml @@ -13,7 +13,7 @@ nifi-framework org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -26,8 +26,4 @@ nifi-framework-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml index 679e354773..291d9f3f3e 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-nar-utils jar @@ -99,8 +99,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml index 6eeeca4e19..041f2f9346 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-properties-loader nifi-properties-loader @@ -42,8 +42,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml index cba557ea8c..6788f67431 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-repository-models @@ -30,7 +30,7 @@ org.apache.nifi nifi-schema-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -39,11 +39,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml index 1b7c022c21..2f5a3f148a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-resources pom @@ -281,8 +281,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml index ad54ff55b7..5dff633d46 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-runtime jar @@ -108,8 +108,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml index 4328edc00d..3e0975af5b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/pom.xml @@ -17,7 +17,7 @@ nifi-framework org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-shell-authorizer @@ -40,11 +40,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml index 68bd44f8d7..cbaabae87e 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-site-to-site @@ -41,12 +41,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml index 1f3946c48d..40d54c8cec 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-prioritizers @@ -37,8 +37,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml index 84ea8edf92..da4802ec29 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-user-actions @@ -32,8 +32,4 @@ nifi-framework-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml index 0ab8c3d601..fa89a15117 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-custom-ui-utilities/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-custom-ui-utilities @@ -35,8 +35,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml index 2d71f37baa..b45adcbf38 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-jetty jar @@ -225,10 +225,6 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml index 70c956b77a..6d8c3f681e 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-ui-extension/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-ui-extension jar @@ -32,8 +32,4 @@ nifi-framework-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml index 449f6fc229..9fa6ec5472 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-api @@ -207,7 +207,7 @@ org.apache.nifi nifi-web-security - 1.17.0 + 1.18.0-SNAPSHOT test-jar test @@ -264,7 +264,7 @@ org.apache.nifi nifi-prometheus-utils - 1.17.0 + 1.18.0-SNAPSHOT javax.servlet @@ -441,8 +441,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml index a61c7dd772..bc39fc198c 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-access/pom.xml @@ -18,11 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-content-access - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml index f14c8ef57d..8a45279b98 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-content-viewer war @@ -102,8 +102,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml index 1af9ecedb5..719c1cfdb3 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-docs war @@ -56,8 +56,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml index f2cc57ef36..1345f9faba 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-error/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-error war @@ -36,8 +36,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml index 9fcea7ad09..161bf0297e 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-optimistic-locking/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-optimistic-locking @@ -43,8 +43,4 @@ commons-beanutils - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml index 51147b1021..42d49da4b2 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-security @@ -292,8 +292,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index dc2e1d077b..77c7023610 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-web - 1.17.0 + 1.18.0-SNAPSHOT nifi-web-ui war @@ -1031,8 +1031,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml index 9d33a32b95..10e4427dee 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework - 1.17.0 + 1.18.0-SNAPSHOT nifi-web pom @@ -40,31 +40,31 @@ org.apache.nifi nifi-web-api war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-error war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-docs war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-content-viewer war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-ui war - 1.17.0 + 1.18.0-SNAPSHOT @@ -80,8 +80,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml index 11114eb5ce..512e3c3412 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-framework-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework pom @@ -57,8 +57,4 @@ slf4j-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml index 3f853fa5a2..f940b173ff 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-headless-server-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-headless-server-nar nar @@ -30,13 +30,13 @@ org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-headless-server - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -96,8 +96,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml index 4daa5a4e79..a08fb4f339 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-server-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-framework-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-server-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -40,7 +40,7 @@ org.apache.nifi nifi-framework-nar-loading-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -192,8 +192,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 86f7653463..09acefa94b 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-framework-bundle pom @@ -37,198 +37,198 @@ org.apache.nifi nifi-custom-ui-utilities - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ui-extension - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-web-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-external-resource-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-logging-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-cluster-protocol - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-cluster - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-client-dto - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-content-access - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-core-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-site-to-site - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-core - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-authorization - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-authorization-providers - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-user-actions - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-administration - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jetty - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-optimistic-locking - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-security - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-documentation - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-file-authorizer - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-shell-authorizer - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-authorizer - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-parameter - 1.17.0 + 1.18.0-SNAPSHOT com.ibm.icu @@ -528,8 +528,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml index dbd7f58372..168756d348 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-gcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-gcp-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-gcp-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-gcp-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml index b12503ae3c..e5624bff0f 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-gcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-gcp-processors @@ -57,12 +57,12 @@ org.apache.nifi nifi-listed-entity - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-gcp-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -135,13 +135,13 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -187,8 +187,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml index f269c8e4d1..53b96b3570 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-gcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-gcp-services-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-gcp-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml index 43f806c76d..55340260a4 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-services-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-gcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-gcp-services-api @@ -58,8 +58,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml index c3935d39d3..59633ada9d 100644 --- a/nifi-nar-bundles/nifi-gcp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-gcp-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-gcp-bundle @@ -47,8 +47,4 @@ nifi-gcp-processors nifi-gcp-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml index dca22d1d9a..ebc8a549ce 100644 --- a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml +++ b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-geohash-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-geohash-nar @@ -39,11 +39,7 @@ org.apache.nifi nifi-geohash-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml index 0c58c4993c..40a4a0ced0 100644 --- a/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml +++ b/nifi-nar-bundles/nifi-geohash-bundle/nifi-geohash-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-geohash-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-geohash-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT ch.hsr @@ -48,7 +48,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -58,19 +58,19 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -95,8 +95,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml index 26cb4a7e7a..6b25a762cc 100644 --- a/nifi-nar-bundles/nifi-geohash-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-geohash-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-geohash-bundle @@ -29,8 +29,4 @@ nifi-geohash-processors nifi-geohash-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml index c03cedebbf..9c070a760d 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-client-service-api-nar @@ -29,18 +29,14 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-graph-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml index 3240d71498..3c4b7926f5 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-client-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-client-service-api @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -42,8 +42,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml index 8b9c104d26..18f95a7704 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-graph-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-graph-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml index 1098c12923..ca12ab9e51 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-processors @@ -37,7 +37,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -54,53 +54,53 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-graph-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-graph-test-clients - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT @@ -120,8 +120,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml index aaaa52db40..2c09dd6e7f 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-test-clients @@ -56,7 +56,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -66,7 +66,7 @@ org.apache.nifi nifi-graph-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -95,8 +95,4 @@ nifi-mock - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service-nar/pom.xml index 521bc1d031..a466c409e0 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-neo4j-3-cypher-service-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-graph-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-neo4j-3-cypher-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml index cbc00b4b00..4e841bdd1f 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-neo4j-3-cypher-service jar @@ -43,7 +43,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -52,13 +52,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -69,7 +69,7 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -97,8 +97,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml index 1620418a91..72a54fb068 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-neo4j-cypher-service-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-graph-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-neo4j-cypher-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml index 4d0482f7bb..ab73bc249f 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-neo4j-cypher-service jar @@ -26,7 +26,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -51,13 +51,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -68,7 +68,7 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -96,8 +96,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml index c206c08f63..a0ce10aa1e 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-other-graph-services-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-graph-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-other-graph-services - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml index 0eb3615901..f708713e16 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-graph-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-other-graph-services jar @@ -45,7 +45,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -54,13 +54,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -71,7 +71,7 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -127,8 +127,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-graph-bundle/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/pom.xml index edb7d1c87d..2d1377c287 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-graph-bundle @@ -50,7 +50,7 @@ org.apache.nifi nifi-graph-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -84,8 +84,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml index e6cf4367ef..a438eda178 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-groovyx-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-groovyx-nar @@ -34,7 +34,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -80,9 +80,5 @@ ${ant.version} - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml index 9e7942ad82..f9c2bc73dc 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-groovyx-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-groovyx-processors @@ -34,12 +34,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.codehaus.groovy @@ -71,25 +71,25 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -112,8 +112,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml index 0d71f17d96..4c4871e7f6 100644 --- a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-groovyx-bundle @@ -39,7 +39,7 @@ org.apache.nifi nifi-groovyx-processors - 1.17.0 + 1.18.0-SNAPSHOT org.codehaus.groovy @@ -50,8 +50,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml index 58ee57e64a..c9accfd674 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-grpc-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-grpc-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-grpc-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml index 48e150411a..56bb13f302 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-grpc-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-grpc-processors @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -38,7 +38,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -71,7 +71,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -82,7 +82,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -161,8 +161,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml index 244d03ab91..68fd22e855 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-grpc-bundle @@ -41,12 +41,8 @@ org.apache.nifi nifi-grpc-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml index a98b6b113f..740b54cf44 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hadoop-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-hadoop-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-nar nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-hadoop-libraries-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -37,8 +37,4 @@ nifi-hdfs-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml index 85bbff69a6..9dacc0b024 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-hadoop-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hdfs-processors jar @@ -30,17 +30,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-flowfile-packager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.hadoop @@ -107,7 +107,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -146,7 +146,7 @@ org.apache.nifi nifi-external-resource-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -192,8 +192,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml index b267a8dbcb..39e9e7698a 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-bundle pom @@ -31,12 +31,8 @@ org.apache.nifi nifi-hdfs-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml index 2582856452..d2ae8acf47 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-hadoop-libraries-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-libraries-nar nar @@ -25,7 +25,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -207,8 +207,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml index 34d736df94..426640c271 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-libraries-bundle pom @@ -40,8 +40,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml index 1c1244b60d..511f1a008a 100644 --- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hashicorp-vault-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-hashicorp-vault-parameter-value-provider - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml index 4ccbdb1a43..b9cee8e038 100755 --- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml +++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-parameter-value-provider/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-hashicorp-vault-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hashicorp-vault-parameter-value-provider jar @@ -26,12 +26,12 @@ org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-vault-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -42,12 +42,8 @@ org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml index 7b83bd020a..14c80f5080 100644 --- a/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hashicorp-vault-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hashicorp-vault-bundle pom @@ -27,8 +27,4 @@ nifi-hashicorp-vault-parameter-value-provider nifi-hashicorp-vault-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml index 9e2cb5a5c2..91d408363e 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hazelcast-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hazelcast-services-api-nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml index c1e005b928..f309741b81 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hazelcast-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hazelcast-services-api @@ -32,8 +32,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml index 4cba11c36b..91af5bfc9b 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hazelcast-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hazelcast-services-nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-hazelcast-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hazelcast-services - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml index 605e15d640..18f1228fdf 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hazelcast-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hazelcast-services @@ -31,14 +31,14 @@ org.apache.nifi nifi-hazelcast-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -59,12 +59,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml index 704e258f58..3ac99ff64a 100644 --- a/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hazelcast-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hazelcast-bundle @@ -32,8 +32,4 @@ nifi-hazelcast-services nifi-hazelcast-services-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml index 9411c166bb..8d7287a63a 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-hbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -38,8 +38,4 @@ nifi-hbase-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml index 84f4c58be6..13acf27a50 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-hbase-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase-processors Support for interacting with HBase @@ -26,7 +26,7 @@ org.apache.nifi nifi-hbase-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -44,7 +44,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -53,7 +53,7 @@ org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -70,20 +70,20 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -91,8 +91,4 @@ 1.8 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml index 7c5a50c621..5c8bdd4693 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase-bundle @@ -35,7 +35,7 @@ org.apache.nifi nifi-hbase-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -45,8 +45,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-nar/pom.xml index ccb98f1dfb..44a461006a 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive-nar @@ -35,17 +35,13 @@ org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml index ae70560ac8..4368090cd5 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive-processors @@ -34,33 +34,33 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-put-pattern - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-hive-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -169,12 +169,12 @@ org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -209,13 +209,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -223,8 +223,4 @@ snappy-java - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml index 911b42a33a..7f99a076c6 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive-services-api-nar @@ -35,17 +35,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml index b02e21435e..d9af278432 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-services-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive-services-api @@ -34,17 +34,13 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml index 15f7ccdedd..bf9cda0c2d 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive3-nar @@ -33,13 +33,13 @@ org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive3-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -180,8 +180,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml index 4d8923b4d1..858add7fd5 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive3-processors @@ -33,33 +33,33 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-put-pattern - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-hive-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -69,7 +69,7 @@ org.apache.nifi nifi-hadoop-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -295,7 +295,7 @@ org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT com.github.stephenc.findbugs @@ -305,13 +305,13 @@ org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -334,13 +334,13 @@ org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -352,7 +352,7 @@ org.apache.nifi nifi-kerberos-test-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -369,8 +369,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-nar/pom.xml index 88225589f7..8af5a24237 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive_1_1-nar @@ -35,17 +35,13 @@ org.apache.nifi nifi-hive-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hive_1_1-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml index c80dff1099..ae6fb497d8 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive_1_1-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive_1_1-processors @@ -34,33 +34,33 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-put-pattern - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-hive-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -173,12 +173,12 @@ org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -213,18 +213,14 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml index 9d497bc762..65f5f9a577 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml @@ -19,11 +19,11 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hive-bundle - 1.17.0 + 1.18.0-SNAPSHOT pom @@ -131,8 +131,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml index ab355a5332..9ae6734ea0 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hl7-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hl7-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-hl7-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml index c7a0317870..09d0f75bb3 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hl7-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hl7-processors @@ -47,7 +47,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -120,12 +120,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml index 58f061cd3a..74efadd764 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-hl7-bundle @@ -35,17 +35,13 @@ org.apache.nifi nifi-hl7-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hl7-query-language - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml index f60b92426d..121ee1a1b5 100644 --- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-html-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-html-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-html-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml index 24d09e1374..86431892ef 100644 --- a/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/nifi-html-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-html-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-html-processors @@ -42,12 +42,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -65,8 +65,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-html-bundle/pom.xml b/nifi-nar-bundles/nifi-html-bundle/pom.xml index 125770d95b..20655f6da9 100644 --- a/nifi-nar-bundles/nifi-html-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-html-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-html-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-html-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml index 336fdd9e42..24aac3eba1 100644 --- a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ignite-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ignite-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-ignite-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml index 480c09a81f..2a31ba2e39 100644 --- a/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml +++ b/nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ignite-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ignite-processors @@ -69,7 +69,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -78,12 +78,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ignite-bundle/pom.xml b/nifi-nar-bundles/nifi-ignite-bundle/pom.xml index 37fb63d65a..b0ae7e91ad 100644 --- a/nifi-nar-bundles/nifi-ignite-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ignite-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-ignite-bundle @@ -34,12 +34,8 @@ org.apache.nifi nifi-ignite-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml index 2cbbd84c9f..dba3bb8cc9 100644 --- a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-influxdb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-influxdb-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-influxdb-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml index 05473186bb..04c89e23d9 100644 --- a/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml +++ b/nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-influxdb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-influxdb-processors @@ -42,12 +42,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -55,8 +55,4 @@ gson - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml index c2292bd880..b9d4de3848 100644 --- a/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-influxdb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-influxdb-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-influxdb-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml index a0dbbe8210..bd9d442515 100644 --- a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-jetty-bundle nar @@ -89,8 +89,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml index 8b3f0cd613..83957c7154 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-jms-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-jms-cf-service-nar nar @@ -30,17 +30,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jms-cf-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml index 23a536de46..b1e04b22c2 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-cf-service/pom.xml @@ -12,7 +12,7 @@ org.apache.nifi nifi-jms-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-jms-cf-service @@ -28,8 +28,4 @@ 2.0.1 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml index 42a3c11223..7c57699599 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-jms-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-jms-processors-nar nar @@ -30,17 +30,13 @@ org.apache.nifi nifi-jms-cf-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jms-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml index 998d8b7c29..8273f6f695 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml @@ -12,7 +12,7 @@ org.apache.nifi nifi-jms-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-jms-processors @@ -30,13 +30,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jms-cf-service provided - 1.17.0 + 1.18.0-SNAPSHOT org.springframework @@ -80,7 +80,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -98,8 +98,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jms-bundle/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/pom.xml index fc0f1f85da..d5bc8d3279 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-jms-bundle pom @@ -28,8 +28,4 @@ nifi-jms-processors nifi-jms-processors-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml index bf28da17cb..cada5fbc32 100644 --- a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml +++ b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-jolt-record-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-jolt-record-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jolt-record-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml index d8ac84b883..b6cd3c3ff7 100644 --- a/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml +++ b/nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-jolt-record-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-jolt-record-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -74,25 +74,25 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT test @@ -147,8 +147,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml index 9dd245f690..b4609a87c1 100644 --- a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-jolt-record-bundle @@ -39,17 +39,17 @@ org.apache.nifi nifi-jolt-record-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT com.bazaarvoice.jolt @@ -63,8 +63,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-nar/pom.xml index dd5cc5ccc4..80c8ea94c1 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kafka-1-0-nar nar @@ -34,12 +34,8 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/pom.xml index 4df74beef4..0e63b18ff2 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/pom.xml @@ -16,7 +16,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-kafka-1-0-processors @@ -41,12 +41,12 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -94,13 +94,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -111,7 +111,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -135,8 +135,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-nar/pom.xml index 334378bd90..04ba20cdb3 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kafka-2-0-nar nar @@ -34,12 +34,8 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-processors/pom.xml index 1b35de9972..0e22ca6eed 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-0-processors/pom.xml @@ -16,7 +16,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-kafka-2-0-processors @@ -37,12 +37,12 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -83,13 +83,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -100,7 +100,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -124,8 +124,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml index f18d432f79..fc0a322e4b 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kafka-2-6-nar nar @@ -34,12 +34,8 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml index baf3a36410..87624584fc 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/pom.xml @@ -16,7 +16,7 @@ org.apache.nifi nifi-kafka-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-kafka-2-6-processors @@ -37,12 +37,12 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -59,7 +59,7 @@ org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.kafka @@ -91,13 +91,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -108,7 +108,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -132,8 +132,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml index aeb5182ee3..b524e09784 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-kafka-bundle pom @@ -41,17 +41,17 @@ org.apache.nifi nifi-kafka-1-0-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kafka-2-0-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kafka-2-6-processors - 1.17.0 + 1.18.0-SNAPSHOT io.netty @@ -60,8 +60,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml index cd798dbb1d..00261fe65e 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-kerberos-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-iaa-providers-nar nar @@ -39,8 +39,4 @@ nifi-kerberos-iaa-providers-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml index f2d1fe625a..300ce84e25 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-kerberos-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-iaa-providers jar @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.springframework.security.kerberos @@ -64,8 +64,4 @@ nifi-kerberos-iaa-providers - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml index 062986d52b..3b9101d1da 100644 --- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-iaa-providers-bundle pom @@ -31,12 +31,8 @@ org.apache.nifi nifi-kerberos-iaa-providers - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml index 256a485d49..f06ecb3bfc 100644 --- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml +++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-controller-service/pom.xml @@ -18,7 +18,7 @@ nifi-kudu-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-kudu-controller-service @@ -60,7 +60,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -76,7 +76,7 @@ org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -151,8 +151,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml index 40ab4898c0..bef1228ad5 100644 --- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml +++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-kudu-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kudu-nar @@ -29,22 +29,18 @@ org.apache.nifi nifi-kudu-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kudu-controller-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-libraries-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml index bcf112c212..8af4324f29 100644 --- a/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-kudu-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kudu-processors @@ -54,12 +54,12 @@ org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kerberos-user-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -73,7 +73,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -82,12 +82,12 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.kudu @@ -98,13 +98,13 @@ org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -170,8 +170,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml index ec7038bf83..b0d71e2928 100644 --- a/nifi-nar-bundles/nifi-kudu-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-kudu-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-kudu-bundle @@ -74,9 +74,4 @@ - - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml index 66bb58ccd6..b85ab6559a 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-language-translation-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-language-translation-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-language-translation-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-yandex-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml index 5f0f69f598..dc8db4300a 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-language-translation-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-yandex-processors @@ -32,12 +32,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-web-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -56,7 +56,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -80,8 +80,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml index 4c9810fc18..d6bb5d938a 100644 --- a/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-language-translation-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-language-translation-bundle @@ -29,8 +29,4 @@ nifi-yandex-processors nifi-language-translation-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml index 253af36867..70141fe678 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-ldap-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ldap-iaa-providers-nar nar @@ -39,8 +39,4 @@ nifi-ldap-iaa-providers-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml index 7830a54176..c5225db716 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-ldap-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ldap-iaa-providers jar @@ -34,12 +34,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -89,13 +89,9 @@ org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT test nifi-ldap-iaa-providers - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml index 040f72a198..42c9c3ab1e 100644 --- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-ldap-iaa-providers-bundle pom @@ -31,12 +31,8 @@ org.apache.nifi nifi-ldap-iaa-providers - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml index 33da77b448..d0a5765a3e 100755 --- a/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/nifi-image-viewer/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-media-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-image-viewer NiFi image viewer @@ -41,8 +41,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml index 5d69d471fa..b33b173fe1 100644 --- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-media-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-media-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-media-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-image-viewer - 1.17.0 + 1.18.0-SNAPSHOT war - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml index e970b4fdea..35d3bfbea2 100644 --- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-media-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-media-processors @@ -47,12 +47,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -95,8 +95,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml index e982f1e35a..c53316d712 100644 --- a/nifi-nar-bundles/nifi-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-media-bundle @@ -66,8 +66,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api-nar/pom.xml index 601e3c331e..e85661ad3d 100644 --- a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api-nar/pom.xml @@ -17,7 +17,7 @@ nifi-metrics-reporting-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nar 4.0.0 @@ -27,17 +27,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-metrics-reporter-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api/pom.xml b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api/pom.xml index 20c4d4014b..348003e63d 100644 --- a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporter-service-api/pom.xml @@ -17,7 +17,7 @@ nifi-metrics-reporting-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,8 +29,4 @@ nifi-metrics - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-nar/pom.xml b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-nar/pom.xml index bcbc705c85..0e3f95453b 100644 --- a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-nar/pom.xml +++ b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-nar/pom.xml @@ -17,7 +17,7 @@ nifi-metrics-reporting-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nar 4.0.0 @@ -28,17 +28,13 @@ org.apache.nifi nifi-metrics-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics-reporter-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml index 5c89fce4bc..60ad9ce980 100644 --- a/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-metrics-reporting-bundle/nifi-metrics-reporting-task/pom.xml @@ -17,7 +17,7 @@ nifi-metrics-reporting-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,12 +27,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics-reporter-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -47,12 +47,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-metrics-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-metrics-reporting-bundle/pom.xml index c8132b248c..cb411cba29 100644 --- a/nifi-nar-bundles/nifi-metrics-reporting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-metrics-reporting-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -35,12 +35,12 @@ org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-metrics-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT @@ -52,8 +52,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml index 7eaa987146..12480d7fca 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-client-service-api-nar @@ -29,18 +29,14 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml index fc90b0a82b..0ce1536622 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-client-service-api @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.mongodb @@ -48,12 +48,8 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml index e3a79589cd..a78541908b 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-mongodb-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-mongodb-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml index cdd10f4a61..c2226b68c4 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-processors @@ -38,7 +38,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -63,25 +63,25 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -92,19 +92,19 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mongodb-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-mongodb-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -114,8 +114,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml index baa349fbf6..abd90ff347 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-services-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-mongodb-client-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-mongodb-services - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml index 120d604813..7ab490e082 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-services/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-mongodb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-services jar @@ -41,7 +41,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -59,13 +59,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -76,7 +76,7 @@ org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -98,8 +98,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml index 8c6e86301f..5493e55981 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-mongodb-bundle @@ -43,7 +43,7 @@ org.apache.nifi nifi-mongodb-processors - 1.17.0 + 1.18.0-SNAPSHOT @@ -53,8 +53,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml index ab4d901183..fa82c2d187 100644 --- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml +++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-mqtt-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-mqtt-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -38,8 +38,4 @@ nifi-mqtt-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml index 35eb7e0135..2ed90145e7 100644 --- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml +++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-mqtt-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -69,13 +69,13 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -103,8 +103,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml index bd34baadb9..e9945f3ef8 100644 --- a/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mqtt-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-mqtt-bundle pom @@ -30,12 +30,8 @@ org.apache.nifi nifi-mqtt-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml index d65c642aee..35c6c2249a 100644 --- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml +++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-network-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-network-processors-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-network-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml index 73575b1f53..99c9de8003 100644 --- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml +++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-network-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-network-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-network-utils - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -47,12 +47,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml b/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml index f152a54fe5..720aeeb3b1 100644 --- a/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml +++ b/nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.xml @@ -17,7 +17,7 @@ nifi-network-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-network-utils @@ -28,8 +28,4 @@ jackson-databind - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-network-bundle/pom.xml b/nifi-nar-bundles/nifi-network-bundle/pom.xml index ab9d42fb38..8827bd0381 100644 --- a/nifi-nar-bundles/nifi-network-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-network-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-network-bundle @@ -30,8 +30,4 @@ nifi-network-processors nifi-network-processors-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml index 38d2e76138..f932a73882 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-parquet-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-parquet-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-parquet-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-libraries-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml index 8875e6d58a..19b5f11535 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-parquet-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-parquet-processors jar @@ -40,7 +40,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.hadoop @@ -95,7 +95,7 @@ org.apache.nifi nifi-hadoop-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -117,13 +117,13 @@ org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -145,8 +145,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml index db57a1a5e8..680af20500 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-parquet-bundle @@ -50,8 +50,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml index 7129cbd400..fbb71ec9ef 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-pgp-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-pgp-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml index 798255dc11..17fd486b61 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-processors @@ -34,13 +34,13 @@ org.apache.nifi nifi-pgp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -59,12 +59,8 @@ org.apache.nifi nifi-pgp-test-utils - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml index 9977ce6f1c..0a6637c5a7 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-service-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-pgp-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml index 89fbcbcaa4..4166ba8790 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-service-api @@ -35,8 +35,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml index d01d406875..cfd3f31fa5 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-service-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-pgp-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-pgp-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml index 26763ac765..0f79c8b932 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-service @@ -29,7 +29,7 @@ org.apache.nifi nifi-pgp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -44,7 +44,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.mockito @@ -59,12 +59,8 @@ org.apache.nifi nifi-pgp-test-utils - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml index 804f78801b..71dbcdb024 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-pgp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-test-utils @@ -31,8 +31,4 @@ bcpg-jdk15on - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml index fd8b30338d..9c03e05127 100644 --- a/nifi-nar-bundles/nifi-pgp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-pgp-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-pgp-bundle @@ -34,8 +34,4 @@ nifi-pgp-nar nifi-pgp-test-utils - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml index b9e3141fcd..b4b35b6de2 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-poi-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-poi-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-poi-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml index e73d633cc3..7477de989d 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/pom.xml @@ -23,7 +23,7 @@ org.apache.nifi nifi-poi-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-poi-processors @@ -76,22 +76,18 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/pom.xml index 5f73475018..c4d694f889 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-poi-bundle @@ -39,8 +39,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml index 0b15bb9970..fc1f4d0859 100644 --- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml +++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-prometheus-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-prometheus-nar nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-prometheus-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml index ec62aa8110..4bec5242d2 100644 --- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-prometheus-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-prometheus-reporting-task @@ -24,33 +24,33 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-prometheus-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.eclipse.jetty @@ -96,8 +96,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml index 3b0c31753b..80b72b767a 100644 --- a/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-prometheus-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-prometheus-bundle @@ -29,8 +29,4 @@ nifi-prometheus-reporting-task nifi-prometheus-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml index 6d805c748b..ec7ad3c7f0 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-provenance-repository-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-persistent-provenance-repository jar @@ -33,47 +33,47 @@ org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-schema-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kms - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-repository-encryption - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.lucene @@ -121,8 +121,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml index b272bc0942..aa67726a02 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-provenance-repository-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-provenance-repository-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-provenance-repository-nar nar @@ -41,8 +41,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml index 3647d9e46d..8666f38028 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-volatile-provenance-repository/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-provenance-repository-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-volatile-provenance-repository jar @@ -33,20 +33,16 @@ org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml index 7d194ff144..d9c7825ba5 100644 --- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-provenance-repository-bundle pom @@ -34,12 +34,12 @@ org.apache.nifi nifi-persistent-provenance-repository - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-volatile-provenance-repository - 1.17.0 + 1.18.0-SNAPSHOT org.apache.lucene @@ -63,8 +63,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml index 0c95d74d49..10ad60329d 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ranger-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ranger-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-ranger-plugin - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml index 95348060e0..f58eaa5318 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ranger-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ranger-plugin @@ -195,12 +195,12 @@ org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -340,8 +340,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml index 679be8f6a7..f27f1eec6c 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-ranger-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ranger-resources @@ -73,8 +73,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml index 0cf7f678b8..355e0ae87f 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-ranger-bundle @@ -69,8 +69,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml index 2993841353..090531719f 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-extensions/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-redis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-redis-extensions @@ -35,7 +35,7 @@ org.apache.nifi nifi-redis-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -66,13 +66,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -87,8 +87,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml index 48aeb70a9d..7ff6cad7d7 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-redis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-redis-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-redis-extensions - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-redis-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml index edc012cc3f..d0105e1ae3 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-redis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-redis-service-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-redis-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml index f5eb610ade..868b607401 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/nifi-redis-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-redis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-redis-service-api @@ -41,8 +41,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml index 090b40e434..a50c009f4c 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-redis-bundle @@ -36,8 +36,4 @@ nifi-redis-extensions nifi-redis-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml index ec89c5d2e5..443e2473cc 100644 --- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml +++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-nar/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-registry-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-nar nar @@ -22,17 +22,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-registry-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml index 4078593c6e..020cab69e9 100644 --- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml +++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-registry-bundle - 1.17.0 + 1.18.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 - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -43,7 +43,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -54,8 +54,4 @@ language governing permissions and limitations under the License. --> commons-io - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/pom.xml index 500f4182a8..9ac5e965a9 100644 --- a/nifi-nar-bundles/nifi-registry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-registry-bundle/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-bundle pom @@ -35,8 +35,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-nar/pom.xml b/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-nar/pom.xml index 6ecc18231c..4d23048e5f 100644 --- a/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-rethinkdb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-rethinkdb-nar @@ -33,7 +33,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -41,8 +41,4 @@ nifi-rethinkdb-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/pom.xml b/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/pom.xml index 95b728eb26..e948e71419 100644 --- a/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/pom.xml +++ b/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-rethinkdb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-rethinkdb-processors @@ -34,12 +34,12 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -56,12 +56,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rethinkdb-bundle/pom.xml b/nifi-nar-bundles/nifi-rethinkdb-bundle/pom.xml index 0d4ae06500..83e49bf851 100644 --- a/nifi-nar-bundles/nifi-rethinkdb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-rethinkdb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-rethinkdb-bundle @@ -35,12 +35,8 @@ org.apache.nifi nifi-rethinkdb-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml index cbedf32360..5b18b91f0d 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-nar/pom.xml @@ -18,7 +18,7 @@ nifi-riemann-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT true @@ -33,8 +33,4 @@ nifi-riemann-processors - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml index dfd269ab41..5c599176b0 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/nifi-riemann-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-riemann-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-riemann-processors @@ -35,7 +35,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -48,12 +48,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml index e32dbe5a90..9f3fb1b07e 100644 --- a/nifi-nar-bundles/nifi-riemann-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-riemann-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-riemann-bundle pom @@ -42,7 +42,7 @@ org.apache.nifi nifi-riemann-processors - 1.17.0 + 1.18.0-SNAPSHOT io.netty @@ -51,8 +51,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-nar/pom.xml b/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-nar/pom.xml index 5c535afd5b..57e4d564d9 100644 --- a/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-nar/pom.xml @@ -17,7 +17,7 @@ nifi-rocksdb-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,18 +33,13 @@ org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-rocksdb-repository - 1.17.0 + 1.18.0-SNAPSHOT - - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-repository/pom.xml b/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-repository/pom.xml index 192d7987fe..1d1aeb8984 100644 --- a/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-repository/pom.xml +++ b/nifi-nar-bundles/nifi-rocksdb-bundle/nifi-rocksdb-repository/pom.xml @@ -17,7 +17,7 @@ nifi-rocksdb-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,19 +28,19 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-framework-core - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -49,9 +49,4 @@ 6.29.5 - - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml b/nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml index 79b4f60a59..232a9e8d1d 100644 --- a/nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-rocksdb-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,9 +29,4 @@ nifi-rocksdb-nar nifi-rocksdb-repository - - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-nar/pom.xml b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-nar/pom.xml index b99ce3ca97..3576d98c28 100644 --- a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-nar/pom.xml +++ b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-nar/pom.xml @@ -17,7 +17,7 @@ nifi-rules-action-handler-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -31,17 +31,13 @@ org.apache.nifi nifi-rules-action-handler-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml index b950ddbc84..8a8941dc5a 100644 --- a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml +++ b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml @@ -17,7 +17,7 @@ nifi-rules-action-handler-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ org.apache.nifi nifi-rules-engine-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -36,17 +36,17 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -55,7 +55,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.mvel @@ -77,8 +77,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-rules-action-handler-bundle/pom.xml b/nifi-nar-bundles/nifi-rules-action-handler-bundle/pom.xml index 168ff48552..d6531d988b 100644 --- a/nifi-nar-bundles/nifi-rules-action-handler-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-rules-action-handler-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,7 +33,7 @@ org.apache.nifi nifi-rules-action-handler-service - 1.17.0 + 1.18.0-SNAPSHOT @@ -43,8 +43,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml index ba9b116231..4b5f538538 100644 --- a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml +++ b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-nar/pom.xml @@ -17,7 +17,7 @@ nifi-salesforce-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -32,17 +32,13 @@ org.apache.nifi nifi-salesforce-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-services-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml index b9784a0804..8a21df2471 100644 --- a/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml +++ b/nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml @@ -17,7 +17,7 @@ nifi-salesforce-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ org.apache.nifi nifi-oauth2-provider-api - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -66,13 +66,13 @@ org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -84,19 +84,19 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-oauth2-provider-service - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -115,8 +115,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml index 4f8d182186..5a847423d0 100644 --- a/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-salesforce-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,8 +27,4 @@ nifi-salesforce-nar nifi-salesforce-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml index 40ea4b4fb9..832c1e21bb 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-scripting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-scripting-nar @@ -38,7 +38,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -88,8 +88,4 @@ ${ant.version} - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml index cf20796475..f8c0cf6709 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-scripting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-scripting-processors @@ -41,7 +41,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -54,7 +54,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -68,7 +68,7 @@ org.apache.nifi nifi-rules-engine-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.ivy @@ -117,13 +117,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -190,8 +190,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml index 37906d122b..5f29b95cf5 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-scripting-bundle @@ -39,36 +39,36 @@ org.apache.nifi nifi-scripting-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-http-context-map-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-metrics - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -80,8 +80,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml index 09fd49d843..438799fbc9 100644 --- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml +++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-single-user-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-single-user-iaa-providers-nar nar @@ -32,8 +32,4 @@ nifi-single-user-iaa-providers - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml index 14aacc3941..ee40d555c0 100644 --- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml +++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/nifi-single-user-iaa-providers/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-single-user-iaa-providers-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-single-user-iaa-providers jar @@ -34,26 +34,22 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-single-user-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml index 0f29cc10f4..4c0fb7a55f 100644 --- a/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-single-user-iaa-providers-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-single-user-iaa-providers-bundle pom @@ -31,12 +31,8 @@ org.apache.nifi nifi-single-user-iaa-providers - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml index 8daac95e0f..9d2ed32fce 100644 --- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml +++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-site-to-site-reporting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-site-to-site-reporting-nar @@ -34,12 +34,8 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml index 7bee9d0722..213407f173 100644 --- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml +++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-site-to-site-reporting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-site-to-site-reporting-task @@ -32,12 +32,12 @@ org.apache.nifi nifi-reporting-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -46,7 +46,7 @@ org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -63,12 +63,12 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.glassfish @@ -84,19 +84,19 @@ org.apache.nifi nifi-data-provenance-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -117,8 +117,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml index 1a4f8f902b..69d68ccb54 100644 --- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-site-to-site-reporting-bundle @@ -34,7 +34,7 @@ org.apache.nifi nifi-site-to-site-reporting-task - 1.17.0 + 1.18.0-SNAPSHOT @@ -44,8 +44,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml index b79412d71a..24057a86b4 100644 --- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml +++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-slack-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-slack-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-slack-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml index 5f7efdad4f..1860299fae 100644 --- a/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml +++ b/nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-slack-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-slack-processors @@ -56,12 +56,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -86,8 +86,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-slack-bundle/pom.xml b/nifi-nar-bundles/nifi-slack-bundle/pom.xml index 610656ccdf..4d8e29c8cb 100644 --- a/nifi-nar-bundles/nifi-slack-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-slack-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-slack-bundle @@ -29,8 +29,4 @@ nifi-slack-processors nifi-slack-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml index 384ce9220c..25255fd5af 100644 --- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml +++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-smb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-smb-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-smb-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml index 817a2ed49c..58b04c5898 100644 --- a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml +++ b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-smb-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-smb-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.hierynomus @@ -43,12 +43,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-smb-bundle/pom.xml b/nifi-nar-bundles/nifi-smb-bundle/pom.xml index fefd4c1818..23553206c8 100644 --- a/nifi-nar-bundles/nifi-smb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-smb-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-smb-bundle @@ -29,8 +29,4 @@ nifi-smb-processors nifi-smb-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml index 241ecdf3e5..f881f42527 100644 --- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-nar/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-snmp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-snmp-nar nar @@ -32,8 +32,4 @@ nifi-snmp-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml index 978c811382..ae83035a30 100644 --- a/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-snmp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-snmp-processors jar @@ -43,12 +43,12 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -58,7 +58,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-json-utils - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -86,8 +86,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml index 027291bb4b..2d772ccfbd 100644 --- a/nifi-nar-bundles/nifi-snmp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snmp-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-snmp-bundle pom @@ -32,12 +32,8 @@ org.apache.nifi nifi-snmp-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml index a4ecb67997..5925516ed7 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-snowflake-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-snowflake-services-nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-snowflake-services - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml index 28434c1a27..0444352ce4 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-snowflake-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-snowflake-services @@ -29,19 +29,19 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-dbcp-service - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -61,12 +61,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml index aa969cd481..22f3065572 100644 --- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml @@ -15,7 +15,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-snowflake-bundle @@ -25,8 +25,4 @@ nifi-snowflake-services nifi-snowflake-services-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml index 91e0eccdcd..e1c1b5114c 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-social-media-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-social-media-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-social-media-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-twitter-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml index 063fbad7c2..754deb4da4 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/nifi-twitter-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-social-media-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-twitter-processors @@ -33,7 +33,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.twitter @@ -77,7 +77,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -90,8 +90,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml index b5cfb8b1e3..e66c3044e3 100644 --- a/nifi-nar-bundles/nifi-social-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-social-media-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-social-media-bundle @@ -29,8 +29,4 @@ nifi-twitter-processors nifi-social-media-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml index 3ad26e97f8..fff7809acf 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-solr-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-solr-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-solr-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml index 2d17576489..43a18951f3 100755 --- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-solr-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-solr-processors jar @@ -29,7 +29,7 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -66,12 +66,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -95,19 +95,19 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -188,8 +188,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-solr-bundle/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/pom.xml index 942b38207f..a095d40122 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-solr-bundle pom @@ -27,8 +27,4 @@ nifi-solr-processors nifi-solr-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml index 0d5ef946f7..cf7a58614a 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spark-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-livy-controller-service-api-nar @@ -27,17 +27,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-livy-controller-service-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml index 04a3f9634d..7c697e37f7 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spark-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-livy-controller-service-api @@ -37,8 +37,4 @@ jcl-over-slf4j - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml index d281de3de5..10b0232da8 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spark-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-livy-controller-service @@ -36,7 +36,7 @@ org.apache.nifi nifi-livy-controller-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.codehaus.jettison @@ -61,7 +61,7 @@ org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.hadoop @@ -79,8 +79,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml index 2a65be8348..3c5ec3dc37 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spark-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-livy-nar @@ -27,26 +27,22 @@ org.apache.nifi nifi-livy-controller-service-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-livy-controller-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-livy-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml index 9ca6708496..6e0a121c06 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spark-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-livy-processors @@ -31,7 +31,7 @@ org.apache.nifi nifi-livy-controller-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -53,7 +53,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -69,7 +69,7 @@ org.apache.nifi nifi-livy-controller-service - 1.17.0 + 1.18.0-SNAPSHOT test @@ -80,7 +80,7 @@ org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT test @@ -89,8 +89,4 @@ 1.8 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spark-bundle/pom.xml b/nifi-nar-bundles/nifi-spark-bundle/pom.xml index 40412db3da..2cef72ca53 100644 --- a/nifi-nar-bundles/nifi-spark-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-spark-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-spark-bundle @@ -86,11 +86,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml index 4488a24af4..b7fc369fef 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-splunk-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-splunk-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-splunk-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml index 3d85fe2d12..2f5641649b 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-splunk-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-splunk-processors @@ -42,12 +42,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-put - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -69,12 +69,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml index 0375ce9754..ea828b9f35 100644 --- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-splunk-bundle @@ -53,8 +53,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml index f4602f1744..f6c1bbe00b 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml +++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-spring-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-spring-nar nar @@ -32,8 +32,4 @@ nifi-spring-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml index 241aabf7ac..115300a934 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml +++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml @@ -12,7 +12,7 @@ org.apache.nifi nifi-spring-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-spring-processors @@ -46,12 +46,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -67,8 +67,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-spring-bundle/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/pom.xml index 447ef7890a..4540a6c058 100644 --- a/nifi-nar-bundles/nifi-spring-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-spring-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-spring-bundle pom @@ -30,12 +30,8 @@ org.apache.nifi nifi-spring-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml index c0c30aa70a..6440dfb59e 100644 --- a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml +++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-sql-reporting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-sql-reporting-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-sql-reporting-tasks - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml index 2f442f28d7..01726ef2b8 100644 --- a/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml +++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-sql-reporting-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-sql-reporting-tasks @@ -37,27 +37,27 @@ org.apache.nifi nifi-reporting-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-database-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.calcite @@ -82,19 +82,19 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-rules-engine-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -112,8 +112,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml index a7746fb0f8..28e9d4c60b 100644 --- a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-sql-reporting-bundle pom @@ -30,7 +30,7 @@ org.apache.nifi nifi-sql-reporting-tasks - 1.17.0 + 1.18.0-SNAPSHOT @@ -46,8 +46,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml index 5784fa93ee..520effce6a 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-jolt-transform-json-ui/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> nifi-standard-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -32,32 +32,32 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-custom-ui-utilities - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-utils - 1.17.0 + 1.18.0-SNAPSHOT javax.servlet.jsp @@ -253,8 +253,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml index 45dcbc127e..fb6b1f285d 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-standard-bundle - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-content-viewer @@ -31,13 +31,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT commons-codec @@ -85,8 +85,4 @@ 1.30 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml index 19748a859e..2bf41a7a5d 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -52,8 +52,4 @@ war - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index a52b153d9b..b191e369be 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-standard-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-processors jar @@ -37,47 +37,47 @@ org.apache.nifi nifi-put-pattern - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bin-manager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-listed-entity - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-put - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-listen - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-syslog-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -90,12 +90,12 @@ org.apache.nifi nifi-flowfile-packager - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jetty-configuration - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -161,12 +161,12 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT com.hierynomus @@ -232,12 +232,12 @@ org.apache.nifi nifi-socket-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-load-distribution-service-api - 1.17.0 + 1.18.0-SNAPSHOT javax.jms @@ -262,12 +262,12 @@ org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -294,13 +294,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-distributed-cache-client-service - 1.17.0 + 1.18.0-SNAPSHOT test @@ -316,25 +316,25 @@ org.apache.nifi nifi-standard-prioritizers - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-lookup-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -372,7 +372,7 @@ org.apache.nifi nifi-standard-utils - 1.17.0 + 1.18.0-SNAPSHOT net.sf.supercsv @@ -405,12 +405,12 @@ org.apache.nifi nifi-database-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-oauth2-provider-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.sshd @@ -425,7 +425,7 @@ org.apache.nifi nifi-database-test-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -732,8 +732,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml index dd667493d1..5c2dcd2578 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-reporting-tasks jar @@ -29,12 +29,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT com.yammer.metrics @@ -47,7 +47,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -56,8 +56,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml index e3a7e6f411..cadc62ac71 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> nifi-standard-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-standard-utils @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT com.bazaarvoice.jolt @@ -65,8 +65,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 000bc25929..9251c5b466 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-bundle pom @@ -40,29 +40,29 @@ org.apache.nifi nifi-standard-processors - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-reporting-tasks - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-content-viewer war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jolt-transform-json-ui war - 1.17.0 + 1.18.0-SNAPSHOT com.bazaarvoice.jolt @@ -306,8 +306,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml index f741555135..117cd9bf72 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-dbcp-service-api @@ -30,11 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml index 10fc12d0d7..1d1fbd7cca 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-dbcp-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-dbcp-service-nar @@ -30,22 +30,18 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-dbcp-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hikari-dbcp-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml index 21b8274669..f0e469d7b4 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-dbcp-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-dbcp-service jar @@ -28,7 +28,7 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -38,22 +38,22 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-service-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -63,28 +63,28 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -127,7 +127,7 @@ org.apache.nifi nifi-kerberos-test-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -148,8 +148,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml index cc6181ee35..741c8fcbe1 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-dbcp-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hikari-dbcp-service jar @@ -28,7 +28,7 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -38,17 +38,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-service-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -62,7 +62,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -106,8 +106,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml index b6f9d3d53e..ee59addc1a 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-dbcp-service-bundle @@ -27,8 +27,4 @@ nifi-hikari-dbcp-service nifi-dbcp-service-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml index 1ce6f0c9ad..9ff2a712e2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-client-service-api jar @@ -28,8 +28,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml index fad099a803..376451c747 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-client-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-client-service jar @@ -38,22 +38,22 @@ org.apache.nifi nifi-security-socket-ssl - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT commons-io @@ -68,8 +68,4 @@ netty-handler - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml index 410fde4ed4..fc5866a4d0 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-protocol/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-protocol @@ -28,11 +28,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml index 5965e8f7bc..6cb25a3d27 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-server Provides a Controller Service for hosting Distributed Caches @@ -33,27 +33,27 @@ org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-socket-ssl - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-write-ahead-log - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -68,7 +68,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -77,8 +77,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml index 9a1475a4da..1356439ac2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-services-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-distributed-cache-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-services-nar nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -45,8 +45,4 @@ nifi-distributed-cache-server - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml index b65f573808..95df78493c 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-distributed-cache-services-bundle pom @@ -27,8 +27,4 @@ nifi-distributed-cache-server nifi-distributed-cache-services-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml index 133cce4bb4..c45a39b294 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-hadoop-dbcp-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-dbcp-service-nar @@ -30,17 +30,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hadoop-dbcp-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml index 6df110655c..b1688b75b0 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-hadoop-dbcp-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-dbcp-service jar @@ -25,7 +25,7 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -35,22 +35,22 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-service-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -98,13 +98,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -123,8 +123,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml index c8fec7c86e..c0db79099d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-hadoop-dbcp-service-bundle @@ -36,8 +36,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml index 214986a054..e2b5ed9354 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase-client-service-api @@ -32,8 +32,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml index e354b3dc0b..fbaa1ba277 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hbase_1_1_2-client-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_1_1_2-client-service-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hbase_1_1_2-client-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml index dc13a51099..10018d6331 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hbase_1_1_2-client-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_1_1_2-client-service @@ -31,7 +31,7 @@ org.apache.nifi nifi-hbase-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -47,17 +47,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -131,7 +131,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -178,8 +178,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml index ec65267384..58660970ff 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_1_1_2-client-service-bundle pom @@ -105,8 +105,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml index 0db83ea258..28c109940e 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hbase_2-client-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_2-client-service-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hbase_2-client-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml index 378f09c8a4..9465b3640b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-hbase_2-client-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_2-client-service @@ -29,7 +29,7 @@ org.apache.nifi nifi-hbase-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -45,17 +45,17 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-hadoop-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -126,7 +126,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -173,8 +173,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml index df48b624a8..3f32aad034 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-hbase_2-client-service-bundle @@ -75,8 +75,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml index 410d25b723..29a3cd11ca 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-http-context-map-api @@ -33,8 +33,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml index d7687862d0..411f82bd46 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-http-context-map-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-http-context-map-nar @@ -31,7 +31,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -39,8 +39,4 @@ nifi-http-context-map - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml index 3f93ea60c2..fdc26ffacd 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/nifi-http-context-map/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-http-context-map-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-http-context-map @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -42,8 +42,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml index be3e96143e..bb41f2d4f8 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-http-context-map-bundle @@ -27,8 +27,4 @@ nifi-http-context-map nifi-http-context-map-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml index 1b6554990f..cd5ca6f035 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-nar/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi nifi-hwx-schema-registry-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hwx-schema-registry-nar nar @@ -22,17 +22,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-hwx-schema-registry-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml index 160b0c118e..fc87337a18 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.apache.nifi nifi-hwx-schema-registry-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-hwx-schema-registry-service @@ -35,12 +35,12 @@ limitations under the License. org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -49,7 +49,7 @@ limitations under the License. org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -105,7 +105,7 @@ limitations under the License. org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -123,8 +123,4 @@ limitations under the License. - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml index 05626bcc7a..1f4a63f75d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-hwx-schema-registry-bundle @@ -47,8 +47,4 @@ nifi-hwx-schema-registry-service nifi-hwx-schema-registry-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml index c6d8b36ac0..32560525c2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-credentials-service-api jar @@ -27,8 +27,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml index 75440db3e9..def48e4093 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-kerberos-credentials-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-credentials-service-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-credentials-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml index 7552aeef91..82445ab0f1 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-kerberos-credentials-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-credentials-service jar @@ -30,11 +30,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml index ffd2633cd3..9432163a74 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-credentials-service-bundle pom @@ -25,8 +25,4 @@ nifi-kerberos-credentials-service nifi-kerberos-credentials-service-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml index 348035d918..f342c6b433 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-user-service-api jar @@ -29,11 +29,7 @@ org.apache.nifi nifi-security-kerberos-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml index bedfa57aa3..5aa62e61d0 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-kerberos-user-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-user-service-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-kerberos-user-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml index d59055cb5a..eb6f16ea6a 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/nifi-kerberos-user-service/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-kerberos-user-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-user-service jar @@ -30,16 +30,12 @@ org.apache.nifi nifi-security-kerberos - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml index 08d7eaa47c..c8108f1417 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-user-service-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-kerberos-user-service-bundle pom @@ -25,8 +25,4 @@ nifi-kerberos-user-service nifi-kerberos-user-service-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml index 40c0923df8..c8e9f49da0 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-load-distribution-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-load-distribution-service-api jar @@ -27,8 +27,4 @@ nifi-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml index 75be096955..d7d7ea05ce 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-lookup-service-api @@ -33,8 +33,4 @@ nifi-record - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml index 97a6519303..a93d9d3d1c 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-lookup-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-lookup-services-nar nar @@ -25,17 +25,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-lookup-services - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml index 3b358f6b85..0c50f72b4d 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-lookup-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-lookup-services jar @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -43,7 +43,7 @@ org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -97,7 +97,7 @@ org.apache.nifi nifi-database-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -112,13 +112,13 @@ org.apache.nifi nifi-record-path - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -130,13 +130,13 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test @@ -146,7 +146,7 @@ org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT test @@ -196,8 +196,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml index 543b24aedf..38c8efea0b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-lookup-services-bundle pom @@ -35,8 +35,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml index efb5d288f0..1c812c7d7f 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-oauth2-provider-api @@ -37,8 +37,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml index 2e436c3615..59f5f2a7c2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-oauth2-provider-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-oauth2-provider-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-oauth2-provider-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml index aac8552768..5d25241884 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-oauth2-provider-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-oauth2-provider-service @@ -29,7 +29,7 @@ org.apache.nifi nifi-oauth2-provider-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -40,7 +40,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -51,7 +51,7 @@ org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -75,7 +75,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -84,8 +84,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml index 9ae3f4434c..70743f597e 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-oauth2-provider-bundle @@ -43,8 +43,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml index fdd41467bb..4bbb6b8534 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-api/pom.xml @@ -17,7 +17,7 @@ nifi-standard-services org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -33,12 +33,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml index 8f5eb61bd4..19220122fc 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration-nar/pom.xml @@ -17,7 +17,7 @@ nifi-proxy-configuration-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,17 +28,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-proxy-configuration - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml index 303a181a76..1f9cce46dd 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/nifi-proxy-configuration/pom.xml @@ -17,7 +17,7 @@ nifi-proxy-configuration-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -36,11 +36,7 @@ org.apache.nifi nifi-standard-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml index 29b82bf9e1..f2a73bcb69 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-proxy-configuration-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-standard-services org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,8 +27,4 @@ nifi-proxy-configuration nifi-proxy-configuration-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml index a1fe8fc93c..e107fa6856 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-serialization-service-api @@ -33,8 +33,4 @@ nifi-record - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml index 18e43648c4..47d5d00c43 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-record-serialization-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-serialization-services-nar nar @@ -29,18 +29,14 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-record-serialization-services - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml index 6512a4432b..0d99f55479 100755 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-record-serialization-services-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-serialization-services @@ -27,7 +27,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -44,17 +44,17 @@ org.apache.nifi nifi-avro-record-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-syslog-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT com.jayway.jsonpath @@ -101,7 +101,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -266,8 +266,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml index 29161cdf00..59347ebbad 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-serialization-services-bundle @@ -38,8 +38,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml index 775d363b6d..47b1532c67 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-sink-api @@ -37,8 +37,4 @@ nifi-record-serialization-service-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml index 8ed79b746e..9872213a76 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-record-sink-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-sink-service-nar @@ -31,17 +31,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-record-sink-service - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml index 1fe9e652bd..b894f1a761 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/nifi-record-sink-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-record-sink-service-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-sink-service @@ -31,7 +31,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -48,7 +48,7 @@ org.apache.nifi nifi-service-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -57,7 +57,7 @@ org.apache.nifi nifi-event-transport - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -75,8 +75,4 @@ 2.0.1 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml index 0145cf768a..1d5ef027fb 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-sink-service-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-record-sink-service-bundle @@ -27,8 +27,4 @@ nifi-record-sink-service nifi-record-sink-service-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-rules-engine-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-rules-engine-service-api/pom.xml index 372a944e3e..b5262b8ad9 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-rules-engine-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-rules-engine-service-api/pom.xml @@ -17,7 +17,7 @@ nifi-standard-services org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-rules-engine-service-api @@ -27,11 +27,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml index 96eb07038f..f298bda246 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-schema-registry-service-api/pom.xml @@ -13,7 +13,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-schema-registry-service-api @@ -32,8 +32,4 @@ nifi-record - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml index db2d41ad12..5979a8f09b 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-ssl-context-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ssl-context-service-nar nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -37,8 +37,4 @@ nifi-ssl-context-service - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml index 2cd6bf8a5e..047db20460 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-ssl-context-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-ssl-context-service jar @@ -33,17 +33,13 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml index fca9f97d8a..0971c5d2d2 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-ssl-context-bundle pom @@ -25,8 +25,4 @@ nifi-ssl-context-service nifi-ssl-context-service-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml index 1139792934..a14986a7f1 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-service-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-ssl-context-service-api jar @@ -29,12 +29,8 @@ org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml index 60f2a36e23..0e76307c87 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-standard-services - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-services-api-nar nar @@ -29,7 +29,7 @@ org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -60,25 +60,25 @@ org.apache.nifi nifi-dbcp-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-hbase-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-oauth2-provider-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-rules-engine-service-api - 1.17.0 + 1.18.0-SNAPSHOT compile @@ -124,12 +124,8 @@ org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml index 1177c2216a..524fc4fbb3 100644 --- a/nifi-nar-bundles/nifi-standard-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-standard-services pom @@ -55,8 +55,4 @@ nifi-kerberos-user-service-api nifi-kerberos-user-service-bundle - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml index c782a69d0e..f4c733df04 100644 --- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml +++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-stateful-analysis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-stateful-analysis-nar nar @@ -30,7 +30,7 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -38,8 +38,4 @@ nifi-stateful-analysis-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml index b36f34ad1b..1ae8f10a25 100644 --- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml +++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/nifi-stateful-analysis-processors/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-stateful-analysis-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-stateful-analysis-processors @@ -34,7 +34,7 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT @@ -43,7 +43,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -57,8 +57,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml b/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml index 767fc117fe..de0503af3b 100644 --- a/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-stateful-analysis-bundle/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-stateful-analysis-bundle pom @@ -30,12 +30,8 @@ org.apache.nifi nifi-stateful-analysis-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml index b4eec25921..103bdf8a93 100644 --- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml +++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-nar/pom.xml @@ -17,7 +17,7 @@ nifi-stateless-processor-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,17 +28,13 @@ org.apache.nifi nifi-stateless-processor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml index 4d29a0c6fc..6701b85c5f 100644 --- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml +++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor-tests/pom.xml @@ -17,7 +17,7 @@ nifi-stateless-processor-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,52 +27,52 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-stateless-processor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j @@ -83,38 +83,38 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-update-attribute-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -170,8 +170,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml index 196d7eae75..4e56f632c2 100644 --- a/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml +++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/nifi-stateless-processor/pom.xml @@ -17,7 +17,7 @@ nifi-stateless-processor-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,45 +27,41 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core jackson-databind - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml b/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml index 7636fb62a4..b5478d6ae9 100644 --- a/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-stateless-processor-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-nar-bundles org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,8 +28,4 @@ nifi-stateless-processor-nar nifi-stateless-processor-tests - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-nar/pom.xml b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-nar/pom.xml index 4282ee474a..6305792bac 100644 --- a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-nar/pom.xml +++ b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-tcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-tcp-nar @@ -33,11 +33,7 @@ org.apache.nifi nifi-tcp-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/pom.xml b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/pom.xml index e1f03b65c4..f8430eee8c 100644 --- a/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-tcp-bundle/nifi-tcp-processors/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-tcp-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-tcp-processors @@ -29,17 +29,13 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-tcp-bundle/pom.xml b/nifi-nar-bundles/nifi-tcp-bundle/pom.xml index ffdf9be395..04fe3ae63d 100644 --- a/nifi-nar-bundles/nifi-tcp-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-tcp-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT @@ -30,8 +30,4 @@ nifi-tcp-processors nifi-tcp-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml index 52ab18c544..e1a165dda7 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-model/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-update-attribute-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-update-attribute-model Data model for UpdateAttribute. @@ -26,7 +26,7 @@ org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT @@ -49,8 +49,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml index c3d8d80558..6c6abebb78 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-nar/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-update-attribute-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-update-attribute-nar nar @@ -29,13 +29,13 @@ org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -51,8 +51,4 @@ war - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml index 6f8df7e5be..e312717474 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-update-attribute-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-update-attribute-processor Processor for UpdateAttribute @@ -47,17 +47,13 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml index 090c4ff59b..988e67be66 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-ui/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-update-attribute-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-update-attribute-ui war @@ -85,18 +85,18 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-custom-ui-utilities - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-expression-language - 1.17.0 + 1.18.0-SNAPSHOT javax.servlet @@ -128,8 +128,4 @@ commons-lang3 - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml index eb6731e510..7550b2f2b5 100644 --- a/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-update-attribute-bundle/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-update-attribute-bundle pom @@ -34,23 +34,19 @@ org.apache.nifi nifi-update-attribute-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-update-attribute-processor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-update-attribute-ui war - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml index 3e7e10e609..4bd22cdc42 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-websocket-processors-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-websocket-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml index ca735e15a9..1ecfc2499b 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-websocket-processors @@ -33,12 +33,12 @@ org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-websocket-services-api - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -49,18 +49,14 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-websocket-services-jetty - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml index ddf6e77261..ccdde182de 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-websocket-services-api-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml index b33cf326c3..d5f70baddf 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-api/pom.xml @@ -12,7 +12,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-websocket-services-api @@ -25,12 +25,8 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml index a288c1c7b5..f29a07ecc6 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-websocket-services-jetty-nar @@ -33,17 +33,13 @@ org.apache.nifi nifi-websocket-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-websocket-services-jetty - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml index fc4b83ac10..4c71b40185 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/pom.xml @@ -12,7 +12,7 @@ org.apache.nifi nifi-websocket-bundle - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-websocket-services-jetty @@ -25,12 +25,12 @@ org.apache.nifi nifi-websocket-services-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.eclipse.jetty.websocket @@ -40,7 +40,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -57,8 +57,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml index acee7a832d..bb44c6efb4 100644 --- a/nifi-nar-bundles/nifi-websocket-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-websocket-bundle/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-websocket-bundle @@ -33,8 +33,4 @@ nifi-websocket-services-jetty nifi-websocket-services-jetty-nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml index 059b315858..8a279c53ef 100644 --- a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml +++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-nar/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-windows-event-log-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-windows-event-log-nar @@ -28,7 +28,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -36,8 +36,4 @@ language governing permissions and limitations under the License. --> nifi-windows-event-log-processors - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml index 5fce03cf3c..1c50beea25 100644 --- a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml +++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> nifi-windows-event-log-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-windows-event-log-processors @@ -39,7 +39,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT net.java.dev.jna @@ -58,7 +58,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -68,8 +68,4 @@ language governing permissions and limitations under the License. --> test - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml index 191c04faf4..eb3828b6c2 100644 --- a/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/pom.xml @@ -15,7 +15,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-nar-bundles - 1.17.0 + 1.18.0-SNAPSHOT nifi-windows-event-log-bundle @@ -35,12 +35,8 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-windows-event-log-processors - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-nar-bundles/pom.xml b/nifi-nar-bundles/pom.xml index f9c62ce308..3c379468ae 100755 --- a/nifi-nar-bundles/pom.xml +++ b/nifi-nar-bundles/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-nar-bundles pom @@ -207,175 +207,175 @@ org.apache.nifi nifi-distributed-cache-client-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record-serialization-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-schema-registry-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-ssl-context-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-security-utils-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-load-distribution-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-http-context-map-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-lookup-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-kerberos-credentials-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-kerberos-user-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-security-kerberos-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-mongodb-client-service-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-record-sink-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-distributed-cache-protocol - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-distributed-cache-server - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-ssl-context-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-http-context-map - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-proxy-configuration-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-cassandra-services-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-volatile-provenance-repository - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-mock-record-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT provided diff --git a/nifi-registry/nifi-registry-assembly/pom.xml b/nifi-registry/nifi-registry-assembly/pom.xml index 0234246c2d..2ec7dbd928 100644 --- a/nifi-registry/nifi-registry-assembly/pom.xml +++ b/nifi-registry/nifi-registry-assembly/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-assembly pom @@ -100,7 +100,7 @@ org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry @@ -124,7 +124,7 @@ org.apache.nifi.registry nifi-registry-web-docs war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry @@ -136,7 +136,7 @@ org.apache.nifi.registry nifi-registry-docs - 1.17.0 + 1.18.0-SNAPSHOT resources runtime zip @@ -392,7 +392,7 @@ org.apache.nifi.registry nifi-registry-ranger-assembly - 1.17.0 + 1.18.0-SNAPSHOT bin runtime zip @@ -435,7 +435,7 @@ org.apache.nifi.registry nifi-registry-aws-assembly - 1.17.0 + 1.18.0-SNAPSHOT bin runtime zip @@ -540,8 +540,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml index fd4f668e19..e1d240c037 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-bootstrap/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-bootstrap @@ -24,7 +24,7 @@ org.apache.nifi.registry nifi-registry-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -33,11 +33,7 @@ org.apache.nifi nifi-bootstrap-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml index a8a685ec27..8ba01218e7 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-bundle-utils/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-bundle-utils @@ -24,12 +24,12 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-parser - 1.17.0 + 1.18.0-SNAPSHOT @@ -53,8 +53,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml index 1dbcc52a4c..0826301ec9 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-client/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-client @@ -24,12 +24,12 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.glassfish.jersey.core @@ -52,8 +52,4 @@ jersey-media-multipart - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml index 03cc2b9812..e081e9aa50 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-data-model/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-data-model @@ -36,17 +36,17 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-extension-manifest-model - 1.17.0 + 1.18.0-SNAPSHOT @@ -65,8 +65,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml index 864ddb5091..c4b007f5f8 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-docker/pom.xml @@ -17,13 +17,9 @@ nifi-registry-core org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-registry-docker - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml index 7e84a5661a..7fc8329e60 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT pom nifi-registry-docs @@ -27,7 +27,7 @@ org.apache.nifi.registry nifi-registry-web-api - 1.17.0 + 1.18.0-SNAPSHOT war @@ -212,8 +212,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml index 9ee48a963d..59c2204e44 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-flow-diff/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-flow-diff @@ -24,11 +24,7 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml index 3879bfd0ba..5f80e69008 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-registry-framework @@ -159,7 +159,7 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -178,7 +178,7 @@ org.apache.nifi.registry nifi-registry-utils - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -194,27 +194,27 @@ org.apache.nifi.registry nifi-registry-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bundle-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-flow-diff - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-h2-database-migrator - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT javax.servlet @@ -372,7 +372,7 @@ org.apache.nifi.registry nifi-registry-test - 1.17.0 + 1.18.0-SNAPSHOT test @@ -429,7 +429,7 @@ org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT @@ -452,8 +452,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml index ae43139dd5..365fd6ff5f 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-jetty jar @@ -26,7 +26,7 @@ org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT org.eclipse.jetty @@ -73,8 +73,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml index a9d6b9e9da..95ac2886fe 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-properties-loader/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-properties-loader jar @@ -55,8 +55,4 @@ nifi-property-protection-loader - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml index 2984d8f03f..d72804cd3c 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-properties/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-properties jar @@ -71,8 +71,4 @@ mockito-core - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml index 3e9ce591e2..a0a992e8d5 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-provider-api/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 nifi-registry-provider-api @@ -25,8 +25,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml index ba24a5521c..f31b77d9b2 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-resources/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-resources pom @@ -47,8 +47,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml index 4ec773333c..de7a91dc00 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-api/pom.xml @@ -18,12 +18,8 @@ org.apache.nifi.registry nifi-registry-revision - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision-api jar - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml index 992633e7ac..9e86b653e5 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-common/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-revision - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision-common jar @@ -28,11 +28,7 @@ org.apache.nifi.registry nifi-registry-revision-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml index f6bbe0604f..ef6f19e984 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-model/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-revision - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision-entity-model jar @@ -30,8 +30,4 @@ swagger-annotations - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml index 634b87817f..3480b9e6da 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-entity-service/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-revision - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision-entity-service jar @@ -27,16 +27,12 @@ org.apache.nifi.registry nifi-registry-revision-entity-model - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-common - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml index ef55415d01..88a50f958a 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/nifi-registry-revision-spring-jdbc/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-revision - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision-spring-jdbc jar @@ -27,7 +27,7 @@ org.apache.nifi.registry nifi-registry-revision-common - 1.17.0 + 1.18.0-SNAPSHOT org.springframework @@ -41,7 +41,7 @@ org.apache.nifi.registry nifi-registry-test - 1.17.0 + 1.18.0-SNAPSHOT test @@ -63,8 +63,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml index 32b8d7b1c8..dfc477bb0f 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-revision/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-revision pom @@ -30,8 +30,4 @@ nifi-registry-revision-entity-model nifi-registry-revision-entity-service - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml index 16a571bb12..95735a5c77 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-runtime/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-runtime jar @@ -26,25 +26,21 @@ org.apache.nifi.registry nifi-registry-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-jetty - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j jul-to-slf4j - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml index 0420b55f02..8d1fb86344 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-security-api/pom.xml @@ -19,7 +19,7 @@ nifi-registry-core org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -37,8 +37,4 @@ provided - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml index f70c2f0163..6c6e31b831 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-security-utils/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-security-utils @@ -48,8 +48,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml index 591b89cd6e..4b09bb32a3 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-test @@ -76,8 +76,4 @@ compile - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml index f91d22cb52..41f0a111c0 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-utils/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-utils @@ -22,8 +22,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml index 9966f21cf8..8c4960071e 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-web-api war @@ -340,17 +340,17 @@ org.apache.nifi.registry nifi-registry-framework - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-spring-jdbc - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-revision-entity-service - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi @@ -360,25 +360,25 @@ org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-security-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-provider-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -406,13 +406,13 @@ org.apache.nifi.registry nifi-registry-test - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT test @@ -486,8 +486,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml index 73d2e398dd..1bf9bbc0da 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-docs/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-web-docs war @@ -45,7 +45,7 @@ org.apache.nifi.registry nifi-registry-utils - 1.17.0 + 1.18.0-SNAPSHOT provided @@ -65,8 +65,4 @@ 1.2 - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml index c32060beb0..c9a87da28a 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml @@ -19,11 +19,11 @@ org.apache.nifi.registry nifi-registry-core - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-ui - 1.17.0 + 1.18.0-SNAPSHOT war ${basedir}/src/main @@ -439,8 +439,4 @@ javax.servlet-api - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-core/pom.xml b/nifi-registry/nifi-registry-core/pom.xml index 3bed95244b..c236b6539a 100644 --- a/nifi-registry/nifi-registry-core/pom.xml +++ b/nifi-registry/nifi-registry-core/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi.registry nifi-registry - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-core pom @@ -249,8 +249,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml b/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml index 98cad8666b..2fc1e880ea 100644 --- a/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml +++ b/nifi-registry/nifi-registry-docker-maven/dockermaven/pom.xml @@ -15,7 +15,7 @@ nifi-registry-docker-maven org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT dockermaven @@ -98,8 +98,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-docker-maven/pom.xml b/nifi-registry/nifi-registry-docker-maven/pom.xml index 0cabcc987f..40e36d5e99 100644 --- a/nifi-registry/nifi-registry-docker-maven/pom.xml +++ b/nifi-registry/nifi-registry-docker-maven/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi.registry nifi-registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,8 +28,4 @@ dockermaven - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml index e9c48c48ab..80842ff77b 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-assembly/pom.xml @@ -17,7 +17,7 @@ nifi-registry-aws org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi.registry nifi-registry-aws-extensions - 1.17.0 + 1.18.0-SNAPSHOT @@ -92,8 +92,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml index 62a69ac32f..d1d2b98006 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/nifi-registry-aws-extensions/pom.xml @@ -17,7 +17,7 @@ nifi-registry-aws org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -59,8 +59,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml index 7bc79b554a..f3620feb61 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-aws/pom.xml @@ -17,7 +17,7 @@ nifi-registry-extensions org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -44,8 +44,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml index 42e309c243..d5fb3b5faa 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-assembly/pom.xml @@ -17,7 +17,7 @@ nifi-registry-ranger org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.apache.nifi.registry nifi-registry-ranger-plugin - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j @@ -97,8 +97,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml index c86ff36ae3..fa36d9f6fe 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-registry-ranger org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -68,8 +68,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml index bef3bce48f..301eec5554 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml @@ -17,7 +17,7 @@ nifi-registry-ranger org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-ranger-jersey-bundle - 1.17.0 + 1.18.0-SNAPSHOT com.sun.jersey @@ -419,8 +419,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml index 74edcad5a0..7f93f740c1 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml @@ -17,7 +17,7 @@ nifi-registry-extensions org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -68,8 +68,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-registry/nifi-registry-extensions/pom.xml b/nifi-registry/nifi-registry-extensions/pom.xml index 21465c03eb..17c9000707 100644 --- a/nifi-registry/nifi-registry-extensions/pom.xml +++ b/nifi-registry/nifi-registry-extensions/pom.xml @@ -17,7 +17,7 @@ nifi-registry org.apache.nifi.registry - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -61,9 +61,4 @@ - - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml index fa3cfcf6ac..cf42ca541b 100644 --- a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml +++ b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi.registry nifi-registry-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-toolkit-assembly pom @@ -54,7 +54,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi.registry nifi-registry-toolkit-persistence - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j @@ -105,8 +105,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml index f8c9ce1c0f..593ce05e6e 100644 --- a/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml +++ b/nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-persistence/pom.xml @@ -14,7 +14,7 @@ org.apache.nifi.registry nifi-registry-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-toolkit-persistence @@ -24,22 +24,22 @@ org.apache.nifi.registry nifi-registry-framework - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-provider-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-runtime - 1.17.0 + 1.18.0-SNAPSHOT commons-cli @@ -52,8 +52,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/nifi-registry-toolkit/pom.xml b/nifi-registry/nifi-registry-toolkit/pom.xml index c08952d68f..1900ee67ce 100644 --- a/nifi-registry/nifi-registry-toolkit/pom.xml +++ b/nifi-registry/nifi-registry-toolkit/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi.registry nifi-registry - 1.17.0 + 1.18.0-SNAPSHOT nifi-registry-toolkit pom @@ -28,8 +28,4 @@ nifi-registry-toolkit-persistence nifi-registry-toolkit-assembly - - - nifi-1.17.0-RC2 - diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 79fd64f5c7..7dea5683e1 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry @@ -109,69 +109,69 @@ org.apache.nifi.registry nifi-registry-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-security-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-provider-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-ui war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-web-api war - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-resources - 1.17.0 + 1.18.0-SNAPSHOT resources runtime zip diff --git a/nifi-server-api/pom.xml b/nifi-server-api/pom.xml index 8bd7ab61b9..e7e97becc2 100644 --- a/nifi-server-api/pom.xml +++ b/nifi-server-api/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-server-api jar @@ -27,19 +27,19 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT provided diff --git a/nifi-stateless/nifi-stateless-api/pom.xml b/nifi-stateless/nifi-stateless-api/pom.xml index 0bc940d32b..a97cb12b56 100644 --- a/nifi-stateless/nifi-stateless-api/pom.xml +++ b/nifi-stateless/nifi-stateless-api/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,11 +27,7 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/nifi-stateless-assembly/pom.xml b/nifi-stateless/nifi-stateless-assembly/pom.xml index 55004c410b..730c072a36 100644 --- a/nifi-stateless/nifi-stateless-assembly/pom.xml +++ b/nifi-stateless/nifi-stateless-assembly/pom.xml @@ -18,7 +18,7 @@ nifi-stateless org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -31,40 +31,40 @@ org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-resources resources - 1.17.0 + 1.18.0-SNAPSHOT runtime zip @@ -110,13 +110,13 @@ org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -267,8 +267,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/nifi-stateless-bootstrap/pom.xml b/nifi-stateless/nifi-stateless-bootstrap/pom.xml index 5605ffa54a..23b3fe5208 100644 --- a/nifi-stateless/nifi-stateless-bootstrap/pom.xml +++ b/nifi-stateless/nifi-stateless-bootstrap/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,42 +27,42 @@ org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT compile true org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT compile true org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT compile true org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT compile true org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT compile true @@ -88,8 +88,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml index 00c2de7d7c..8d0b92c7af 100644 --- a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml +++ b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-engine/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-stateless-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-stateless-engine @@ -28,56 +28,56 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT provided org.apache.nifi nifi-framework-core-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-components - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-parameter - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-nar-loading-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT org.glassfish.jersey.core @@ -106,7 +106,7 @@ org.apache.nifi nifi-mock - 1.17.0 + 1.18.0-SNAPSHOT test @@ -124,8 +124,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml index 3f66189adf..50f161c759 100644 --- a/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml +++ b/nifi-stateless/nifi-stateless-bundle/nifi-stateless-nar/pom.xml @@ -17,7 +17,7 @@ nifi-stateless-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,11 +28,7 @@ org.apache.nifi nifi-stateless-engine - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/nifi-stateless-bundle/pom.xml b/nifi-stateless/nifi-stateless-bundle/pom.xml index ce2cc088ea..ad4906f0b3 100644 --- a/nifi-stateless/nifi-stateless-bundle/pom.xml +++ b/nifi-stateless/nifi-stateless-bundle/pom.xml @@ -18,7 +18,7 @@ nifi-stateless org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,8 +28,4 @@ nifi-stateless-engine nifi-stateless-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/nifi-stateless-resources/pom.xml b/nifi-stateless/nifi-stateless-resources/pom.xml index 6f7d230ca4..08167ebd32 100644 --- a/nifi-stateless/nifi-stateless-resources/pom.xml +++ b/nifi-stateless/nifi-stateless-resources/pom.xml @@ -17,7 +17,7 @@ nifi-stateless org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -47,8 +47,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-stateless/pom.xml b/nifi-stateless/pom.xml index 2bc70bf0dd..8e03d02689 100644 --- a/nifi-stateless/pom.xml +++ b/nifi-stateless/pom.xml @@ -17,7 +17,7 @@ nifi org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 diff --git a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml index e0ead28295..a38a8140ab 100644 --- a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml +++ b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-system-tests - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,12 +27,12 @@ org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -45,7 +45,7 @@ org.apache.nifi.registry nifi-registry-data-model - 1.17.0 + 1.18.0-SNAPSHOT @@ -70,31 +70,31 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT runtime org.apache.nifi nifi-server-api - 1.17.0 + 1.18.0-SNAPSHOT runtime org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT runtime org.apache.nifi nifi-nar-utils - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT runtime @@ -118,31 +118,31 @@ org.apache.nifi nifi-stateless-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -196,8 +196,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml index 1d058aa0d3..7cda1b6577 100644 --- a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-system-test-extensions-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-system-test-extensions-nar @@ -29,17 +29,13 @@ org.apache.nifi nifi-system-test-extensions - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar - - - nifi-1.17.0-RC2 - diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml index c9498c9e4d..a58093e059 100644 --- a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/pom.xml @@ -17,7 +17,7 @@ nifi-system-test-extensions-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,26 +27,22 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-stateless-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bin-manager - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml b/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml index 619cf5dd2d..93cac459cb 100644 --- a/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-system-tests org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,8 +28,4 @@ nifi-system-test-extensions nifi-system-test-extensions-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml index 518a615928..83341f6d68 100644 --- a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2-nar/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi-system-test-extensions2-bundle - 1.17.0 + 1.18.0-SNAPSHOT nifi-system-test-extensions2-nar @@ -29,12 +29,12 @@ org.apache.nifi nifi-system-test-extensions2 - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -50,8 +50,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml index 9252093fa4..01353edee2 100644 --- a/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/nifi-system-test-extensions2/pom.xml @@ -17,7 +17,7 @@ nifi-system-test-extensions2-bundle org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,16 +27,12 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml b/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml index 494f2a2111..4ddb835d0b 100644 --- a/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml +++ b/nifi-system-tests/nifi-system-test-extensions2-bundle/pom.xml @@ -17,7 +17,7 @@ nifi-system-tests org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -28,8 +28,4 @@ nifi-system-test-extensions2 nifi-system-test-extensions2-nar - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-system-tests/nifi-system-test-suite/pom.xml b/nifi-system-tests/nifi-system-test-suite/pom.xml index 3f700824ac..0b6cff468d 100644 --- a/nifi-system-tests/nifi-system-test-suite/pom.xml +++ b/nifi-system-tests/nifi-system-test-suite/pom.xml @@ -17,7 +17,7 @@ nifi-system-tests org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -84,13 +84,13 @@ org.apache.nifi nifi-client-dto - 1.17.0 + 1.18.0-SNAPSHOT test org.apache.nifi nifi-toolkit-cli - 1.17.0 + 1.18.0-SNAPSHOT test @@ -143,78 +143,78 @@ org.apache.nifi nifi-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-framework-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-runtime - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bootstrap-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-bootstrap - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-jetty-bundle - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-framework-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-server-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-provenance-repository-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-standard-services-api-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions-nar - 1.17.0 + 1.18.0-SNAPSHOT nar org.apache.nifi nifi-system-test-extensions2-nar - 1.17.0 + 1.18.0-SNAPSHOT nar @@ -237,8 +237,4 @@ 1.3.2 - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-system-tests/pom.xml b/nifi-system-tests/pom.xml index 0362d48933..f0f14ff2a7 100644 --- a/nifi-system-tests/pom.xml +++ b/nifi-system-tests/pom.xml @@ -18,7 +18,7 @@ nifi org.apache.nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-system-tests diff --git a/nifi-toolkit/nifi-toolkit-admin/pom.xml b/nifi-toolkit/nifi-toolkit-admin/pom.xml index a00cd1754b..dcaeb3db1c 100644 --- a/nifi-toolkit/nifi-toolkit-admin/pom.xml +++ b/nifi-toolkit/nifi-toolkit-admin/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -45,7 +45,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit-tls - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -54,7 +54,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-client-dto - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -65,7 +65,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-web-security - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -85,7 +85,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -96,7 +96,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -107,7 +107,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -246,8 +246,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-api/pom.xml b/nifi-toolkit/nifi-toolkit-api/pom.xml index 00b01b5b4f..c7a6d4606d 100644 --- a/nifi-toolkit/nifi-toolkit-api/pom.xml +++ b/nifi-toolkit/nifi-toolkit-api/pom.xml @@ -13,7 +13,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -131,8 +131,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-assembly/pom.xml b/nifi-toolkit/nifi-toolkit-assembly/pom.xml index 7d668f1f05..d7611a3fe5 100644 --- a/nifi-toolkit/nifi-toolkit-assembly/pom.xml +++ b/nifi-toolkit/nifi-toolkit-assembly/pom.xml @@ -14,7 +14,7 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-assembly pom @@ -66,37 +66,37 @@ language governing permissions and limitations under the License. --> org.apache.nifi nifi-toolkit-tls - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-encrypt-config - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-s2s - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-admin - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-zookeeper-migrator - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-flowanalyzer - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-toolkit-cli - 1.17.0 + 1.18.0-SNAPSHOT org.slf4j @@ -471,8 +471,4 @@ language governing permissions and limitations under the License. --> - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index dcd6d2c7ee..c8265d55a6 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-cli Tooling to make tls configuration easier @@ -57,7 +57,7 @@ org.apache.nifi nifi-client-dto - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -84,7 +84,7 @@ org.apache.nifi.registry nifi-registry-client - 1.17.0 + 1.18.0-SNAPSHOT com.fasterxml.jackson.core @@ -132,8 +132,4 @@ jcl-over-slf4j - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml index 93a607577e..06d6452288 100644 --- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml +++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml @@ -17,7 +17,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT 4.0.0 @@ -27,37 +27,37 @@ org.apache.nifi nifi-flow-encryptor - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-api - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-factory - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-property-protection-loader - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi.registry nifi-registry-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-properties-loader - 1.17.0 + 1.18.0-SNAPSHOT ch.qos.logback @@ -68,7 +68,7 @@ org.apache.nifi nifi-toolkit-tls - 1.17.0 + 1.18.0-SNAPSHOT commons-logging @@ -90,7 +90,7 @@ org.apache.nifi nifi-framework-core - 1.17.0 + 1.18.0-SNAPSHOT test @@ -215,8 +215,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-flowanalyzer/pom.xml b/nifi-toolkit/nifi-toolkit-flowanalyzer/pom.xml index 4217018277..0b34312316 100644 --- a/nifi-toolkit/nifi-toolkit-flowanalyzer/pom.xml +++ b/nifi-toolkit/nifi-toolkit-flowanalyzer/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-flowanalyzer @@ -26,13 +26,13 @@ org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT compile org.apache.nifi nifi-xml-processing - 1.17.0 + 1.18.0-SNAPSHOT @@ -51,8 +51,4 @@ - - - nifi-1.17.0-RC2 - \ No newline at end of file diff --git a/nifi-toolkit/nifi-toolkit-flowfile-repo/pom.xml b/nifi-toolkit/nifi-toolkit-flowfile-repo/pom.xml index cf6b4bc7ee..c0c9474170 100644 --- a/nifi-toolkit/nifi-toolkit-flowfile-repo/pom.xml +++ b/nifi-toolkit/nifi-toolkit-flowfile-repo/pom.xml @@ -14,14 +14,14 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-flowfile-repo org.apache.nifi nifi-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.commons @@ -29,8 +29,4 @@ test - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-s2s/pom.xml b/nifi-toolkit/nifi-toolkit-s2s/pom.xml index 7261ebe92d..cfe76cc2ee 100644 --- a/nifi-toolkit/nifi-toolkit-s2s/pom.xml +++ b/nifi-toolkit/nifi-toolkit-s2s/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-s2s Site-to-site cli @@ -26,7 +26,7 @@ org.apache.nifi nifi-site-to-site-client - 1.17.0 + 1.18.0-SNAPSHOT commons-cli @@ -46,8 +46,4 @@ jackson-core - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-tls/pom.xml b/nifi-toolkit/nifi-toolkit-tls/pom.xml index 97361acb1c..2b12a84396 100644 --- a/nifi-toolkit/nifi-toolkit-tls/pom.xml +++ b/nifi-toolkit/nifi-toolkit-tls/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit-tls Tooling to make tls configuration easier @@ -26,18 +26,18 @@ org.apache.nifi nifi-properties - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-security-utils - 1.17.0 + 1.18.0-SNAPSHOT org.apache.nifi nifi-resources provided - 1.17.0 + 1.18.0-SNAPSHOT resources zip @@ -129,8 +129,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml index acb72b3643..25de803a99 100644 --- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml +++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml @@ -21,7 +21,7 @@ org.apache.nifi nifi-toolkit - 1.17.0 + 1.18.0-SNAPSHOT 5.3.0 @@ -141,8 +141,4 @@ - - - nifi-1.17.0-RC2 - diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml index 57d6df0b72..a63cf29e4d 100644 --- a/nifi-toolkit/pom.xml +++ b/nifi-toolkit/pom.xml @@ -18,7 +18,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT nifi-toolkit pom diff --git a/pom.xml b/pom.xml index b38391af9d..607413949e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.apache.nifi nifi - 1.17.0 + 1.18.0-SNAPSHOT pom Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. @@ -82,7 +82,7 @@ scm:git:git://git.apache.org/nifi.git scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git https://git-wip-us.apache.org/repos/asf?p=nifi.git - nifi-1.17.0-RC2 + nifi-1.15.0-RC3 JIRA @@ -100,7 +100,7 @@ v16.13.2 1.12.1 1.3.5 - 1658952037 + 1658953446 UTF-8 UTF-8 2014