From a1c360bb118513a0e22f2019de925ecea9fb43cb Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Thu, 7 Oct 2021 11:26:49 +0000 Subject: [PATCH] Automated update to Release Version:: 2.1.1.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-compatibility/json/pom.xml | 2 +- schema-compatibility/protobuf/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 +- ui/pom.xml | 2 +- utils/converter/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 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 803fe6e719..ef97c14bfb 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.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 4b52eb5d13..a4cd5bf9ff 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.1.0.Final", + "version": "2.1.1.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 4a5670e778..d8f8509de6 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index b51ba53972..e13e002609 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 43b430c198..421e4ef4c9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 16f0ba3868..656e501526 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 20565375cd..761014b353 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index a16e9b78c8..36b16cf9d1 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index b5189072e2..192dfb820f 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 5f38cf8480..443bac9bdd 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index e3a18ad430..49e96f287b 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'master' +version: '2.1.1.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index a5760b2bf0..14aaee40e4 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index fa1c355aa2..e3104362cb 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index 9544a2b210..d3a28b8416 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.1.1-SNAPSHOT + 2.1.1.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 d4723837c7..b3d6d7a756 100644 --- a/integration-tests/legacy-tests/pom.xml +++ b/integration-tests/legacy-tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml apicurio-registry-integration-tests-legacy-tests diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml index 2f2bc0d434..4f442ed947 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.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 fceaead471..9653179288 100644 --- a/multitenancy/tenant-manager-api/pom.xml +++ b/multitenancy/tenant-manager-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml index 2e793ec3e6..44b619a56c 100644 --- a/multitenancy/tenant-manager-client/pom.xml +++ b/multitenancy/tenant-manager-client/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml index f6da97ae26..c50fbf7d6c 100644 --- a/multitenancy/tenant-manager-datamodel/pom.xml +++ b/multitenancy/tenant-manager-datamodel/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/pom.xml b/pom.xml index 1e535897db..887cb19990 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final pom apicurio-registry diff --git a/schema-compatibility/json/pom.xml b/schema-compatibility/json/pom.xml index b298d36cf6..7203eaafb7 100644 --- a/schema-compatibility/json/pom.xml +++ b/schema-compatibility/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/schema-compatibility/protobuf/pom.xml b/schema-compatibility/protobuf/pom.xml index 1e0afc7608..1351614f72 100644 --- a/schema-compatibility/protobuf/pom.xml +++ b/schema-compatibility/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index d9a0660025..255b66b163 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index df4e3da367..1a04697a12 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index b80afe2138..8152bfc051 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index bef7f5421c..386b0fa5bb 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index b4b1f81438..7b4d025d9f 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 5a55be8800..df9bd0fdd9 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 86cfbe9ada..4e32d1df7c 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index dad587dd48..dc001b60ce 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 85ce61344e..0ac2e3b643 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index d4cfdf66df..4aaa165db7 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index a7f011711b..0143d901c3 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index b1fb7386ef..1b883b0ea8 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 5370b7967f..70e9dded84 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 754295114d..efe8eedd2f 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 99be57067b..43193c0a21 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.1.1-SNAPSHOT + 2.1.1.Final ../../pom.xml