From 3a20bf67962893b5c2c0ecbc378429b3ddab736b Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Thu, 14 Apr 2022 16:32:40 +0000 Subject: [PATCH] Automated update to Release Version:: 2.2.3.Final --- app/pom.xml | 2 +- .../resources/api-specifications/registry/v2/openapi.json | 2 +- cli/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- distro/connect-converter/pom.xml | 2 +- distro/docker-compose/pom.xml | 2 +- distro/docker/pom.xml | 2 +- distro/openshift-template/pom.xml | 2 +- distro/pom.xml | 2 +- docs/antora.yml | 2 +- docs/pom.xml | 2 +- docs/rest-api/pom.xml | 2 +- integration-tests/integration-tests-common/pom.xml | 2 +- integration-tests/legacy-tests/pom.xml | 2 +- integration-tests/testsuite/pom.xml | 2 +- multitenancy/tenant-manager-api/pom.xml | 2 +- multitenancy/tenant-manager-client/pom.xml | 2 +- multitenancy/tenant-manager-datamodel/pom.xml | 2 +- pom.xml | 2 +- schema-resolver/pom.xml | 2 +- schema-util/asyncapi/pom.xml | 2 +- schema-util/avro/pom.xml | 2 +- schema-util/common/pom.xml | 2 +- schema-util/graphql/pom.xml | 2 +- schema-util/json/pom.xml | 2 +- schema-util/kconnect/pom.xml | 2 +- schema-util/openapi/pom.xml | 2 +- schema-util/protobuf/pom.xml | 2 +- schema-util/util-provider/pom.xml | 2 +- schema-util/wsdl/pom.xml | 2 +- schema-util/xml/pom.xml | 2 +- schema-util/xsd/pom.xml | 2 +- serdes/avro-serde/pom.xml | 2 +- serdes/jsonschema-serde/pom.xml | 2 +- serdes/protobuf-serde/pom.xml | 2 +- serdes/serde-common/pom.xml | 2 +- storage/kafkasql/pom.xml | 2 +- storage/pom.xml | 2 +- storage/sql/pom.xml | 2 +- systemtests/pom.xml | 2 +- ui/pom.xml | 2 +- utils/converter/pom.xml | 2 +- utils/exportConfluent/pom.xml | 2 +- utils/exportV1/pom.xml | 2 +- utils/importexport/pom.xml | 2 +- utils/kafka/pom.xml | 2 +- utils/maven-plugin/pom.xml | 2 +- utils/protobuf-schema-utilities/pom.xml | 2 +- utils/tests/pom.xml | 2 +- utils/tools/pom.xml | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index a24d0aa77b..af4db52a12 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json index 9aecb69441..7031ed39bb 100644 --- a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json +++ b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "info": { "title": "Apicurio Registry API [v2]", - "version": "2.2.4-SNAPSHOT", + "version": "2.2.3.Final", "description": "Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without needing to redeploy. Apicurio Registry also enables developers to create rules that govern how registry content can evolve over time. For example, this includes rules for content validation and version compatibility.\n\nThe Apicurio Registry REST API enables client applications to manage the artifacts in the registry. This API provides create, read, update, and delete operations for schema and API artifacts, rules, versions, and metadata. \n\nThe supported artifact types include:\n- Apache Avro schema\n- AsyncAPI specification\n- Google protocol buffers\n- GraphQL schema\n- JSON Schema\n- Kafka Connect schema\n- OpenAPI specification\n- Web Services Description Language\n- XML Schema Definition\n\n\n**Important**: The Apicurio Registry REST API is available from `https://MY-REGISTRY-URL/apis/registry/v2` by default. Therefore you must prefix all API operation paths with `../apis/registry/v2` in this case. For example: `../apis/registry/v2/ids/globalIds/{globalId}`.\n", "contact": { "name": "Apicurio", diff --git a/cli/pom.xml b/cli/pom.xml index 8cb29c2b22..f1eb8a398b 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index 72bf9ba69c..6029958555 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 67950cfa99..97e0c2594d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 36e73e8623..7ab2a4a1f2 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 17aaa0243e..e3f5ead0a5 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 08523b0a32..e9c669ace9 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 9c38315059..e90a62c52b 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index fead628e71..6e16e4f904 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index e3a18ad430..48b28e9df1 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'master' +version: '2.2.3.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 24aa556c1b..3c8f61ddea 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 4f498495fa..3bf689d211 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index aa234aea66..d48f0d45ae 100644 --- a/integration-tests/integration-tests-common/pom.xml +++ b/integration-tests/integration-tests-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml apicurio-registry-integration-tests-common diff --git a/integration-tests/legacy-tests/pom.xml b/integration-tests/legacy-tests/pom.xml index 80daa69cf9..ca4916bff5 100644 --- a/integration-tests/legacy-tests/pom.xml +++ b/integration-tests/legacy-tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml apicurio-registry-integration-tests-legacy-tests diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml index c06641ce8f..f54eef3afc 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml apicurio-registry-integration-tests-testsuite diff --git a/multitenancy/tenant-manager-api/pom.xml b/multitenancy/tenant-manager-api/pom.xml index 09b205f455..3644eb2f6e 100644 --- a/multitenancy/tenant-manager-api/pom.xml +++ b/multitenancy/tenant-manager-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml index 09bf6f7f17..7e62ae8a92 100644 --- a/multitenancy/tenant-manager-client/pom.xml +++ b/multitenancy/tenant-manager-client/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml index c4fdd55b05..52b404ca98 100644 --- a/multitenancy/tenant-manager-datamodel/pom.xml +++ b/multitenancy/tenant-manager-datamodel/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/pom.xml b/pom.xml index fa0667ac72..d8011eecae 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final pom apicurio-registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 9eb7a3836b..746a4e95cb 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 888bacac9f..8d82ff9921 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 30e02d8241..6a36923015 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index e08e2633fa..ba8f3e314d 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 6c254c5265..389920069b 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 00511da7a5..455b115a4a 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index efcf2de3c2..563452b334 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index e26324e77d..a5d4de1352 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 8505360395..21a6d47bb5 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index fcd8859a7f..2301b30a25 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 9c86b2c121..950db40324 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 2ce0a061cc..09182ea95d 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index deccff833c..499b72b5d6 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index 63c9c9e7e3..9b9a4f302f 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index b44329cd36..d1cd5771e4 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index eddf65258f..814d7bffc9 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 36b7966753..6cad9c2b1d 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 415dcd1639..a486318001 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 0f6312416c..43ce57d0f0 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 2077ffd0e8..fb15882398 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/systemtests/pom.xml b/systemtests/pom.xml index e0f67ee2f2..33a7b2a27a 100644 --- a/systemtests/pom.xml +++ b/systemtests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.2.3-SNAPSHOT + 2.2.3.Final 4.0.0 diff --git a/ui/pom.xml b/ui/pom.xml index cf8214b40a..05e0ad3f23 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 1cc6e13867..8c2be0ed5e 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index b49cc4c6c4..5a53b586d3 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 150742698d..25ee8d11b2 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 2d4b7f17d6..ddd4493d80 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 7ed0d95ee4..b348dc7339 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index b100b8bd1e..e58c906c90 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index e1bd2d7c76..a39fbefc62 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 267b57ff3c..65deecaaec 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 571a221a97..757c508015 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.3-SNAPSHOT + 2.2.3.Final ../../pom.xml