From a28493615587946eb41b48fd778cf758e6129c71 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Fri, 1 Jul 2022 14:18:04 +0000 Subject: [PATCH] Automated update to Release Version:: 2.2.5.Final --- app/pom.xml | 2 +- .../resources/api-specifications/registry/v2/openapi.json | 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 +- system-tests/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 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index dff452715e..2d4b8bbef0 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.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 448b08aae1..117c52c590 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.Final", + "version": "2.2.5.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/client/pom.xml b/client/pom.xml index e97fa388c0..ed68bbcf18 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 38a9fec6fb..8443fb9d45 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 0024f9133b..b10a9c445d 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index a299b5102f..3be1093546 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 98d3b95ed8..03dc5fffd3 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index f73c021256..759e7bccd5 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index b94f99be37..3ccaf9d7b2 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index e3a18ad430..a6da52b4bd 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'master' +version: '2.2.5.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index b50f21043b..480589095d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index a2dd2b6858..8c8ca0e11a 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index f4524d0d76..e920b32352 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.5-SNAPSHOT + 2.2.5.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 cb903d5b3e..5de88d9c04 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml apicurio-registry-integration-tests-legacy-tests diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml index f78bbee887..a3bc3cb325 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.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 323573d4cd..84108359e8 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml index a74cdcade0..b39f46c034 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml index 690b9b1bbe..40763109ad 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/pom.xml b/pom.xml index f5bd0cadf1..a53c65e394 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final pom apicurio-registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 994c734908..b69741faa5 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 4998375b83..0d394daf84 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index c2c355e4b7..dece990ae7 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 7c41e5838e..b44a20c383 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index a4295b43c9..44da9f0439 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 9f56fc1e77..fa7d0ba2f5 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 5404d7a4b8..25e7b87182 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index cc0c9fbb6f..6d55a390bd 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 65acc1518f..218528f21b 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 009b25c759..4aea9b254f 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 3e6bf1cd89..bbe33fda39 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 327a17752b..215128506e 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 457125efe2..7b2752e4b0 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index d592a5c3a9..77a619a677 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 28c7e6944c..94b4c29970 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 41accaf3f9..12ebf9c159 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 34783310c0..e2261a546d 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index bcab59fb21..244930dc18 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index b9543f35fc..00443405d8 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 3181d1d342..5484be68fc 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/system-tests/pom.xml b/system-tests/pom.xml index 6aae8c3a38..b2290a7618 100644 --- a/system-tests/pom.xml +++ b/system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.2.5-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/ui/pom.xml b/ui/pom.xml index a6589dc3c4..e5617d6632 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 863c3b0d42..1f006ac454 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 0f5750903c..dff58acecf 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 6e125a8f59..0076cf55b8 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index bb0555513b..8a8d88511e 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index fb8d983387..cbc3dd7680 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 8541aa8b3d..6fe0fe563f 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index c256b12fd8..8580f2fd01 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.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index fefa152873..9161052f75 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index f7997212de..a92996281c 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.2.5-SNAPSHOT + 2.2.5.Final ../../pom.xml