diff --git a/app/pom.xml b/app/pom.xml index b9bb1ce8df..afadbd1ebd 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.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 f37119579d..6e492a374d 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.0.1-SNAPSHOT", + "version": "2.0.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 `http://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 b78a0ca07c..54b823102e 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index 013f05bd1f..13b912da0c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index cf4b8473ad..b578954005 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 8144ccfed3..2b66fc1df3 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 543dfa6668..a02fea7449 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 0424aa7845..453f008f97 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 284c6a8cce..575f5a41db 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 55a5ef5ab0..ac4405764f 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index 8f56fa7043..f312fe5010 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: '2.0.0.Final' +version: '2.0.1.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 730fab05e2..77eea7f3c2 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index da817e7c3f..a8bd0fc758 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index 012ac67390..a2829af945 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.0.1-SNAPSHOT + 2.0.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 16ce62d684..31de51674f 100644 --- a/integration-tests/legacy-tests/pom.xml +++ b/integration-tests/legacy-tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.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 ac9bd638f8..b350a25a13 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.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 515d7d7af1..dfab213280 100644 --- a/multitenancy/tenant-manager-api/pom.xml +++ b/multitenancy/tenant-manager-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml index 5237e0a0f1..f0865acf9a 100644 --- a/multitenancy/tenant-manager-client/pom.xml +++ b/multitenancy/tenant-manager-client/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml index 79ff94c5f6..07611b5c5a 100644 --- a/multitenancy/tenant-manager-datamodel/pom.xml +++ b/multitenancy/tenant-manager-datamodel/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/perftest/pom.xml b/perftest/pom.xml index dfcf5d6d56..0d294b9953 100644 --- a/perftest/pom.xml +++ b/perftest/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml apicurio-registry-perftest diff --git a/pom.xml b/pom.xml index e931e91895..dca1247a67 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final pom apicurio-registry diff --git a/schema-compatibility/json/pom.xml b/schema-compatibility/json/pom.xml index afe967dfa0..4001e9b05f 100644 --- a/schema-compatibility/json/pom.xml +++ b/schema-compatibility/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/schema-compatibility/protobuf/pom.xml b/schema-compatibility/protobuf/pom.xml index ae55ab4d43..9ca87e8d7f 100644 --- a/schema-compatibility/protobuf/pom.xml +++ b/schema-compatibility/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index de2f1e0adf..303dc2e707 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index c400e80ce1..6517dbcb00 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index ab9539462a..7872b98bec 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 752a3e71b6..6462df154c 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 66d8427cf9..ccbeb7cf80 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index b1da05b62f..0bdbe6a534 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 1479d20285..ed920600b0 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 803b949b19..b0e65a7511 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 4310bb8204..a82d54be81 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 00056664af..82d38ce3c2 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 670e14e1fc..dcc0ec5e3d 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index ff3209458b..64b10b6a31 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 3db24531ca..ddf696f1aa 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index a5e6a4ff30..2b3c97e636 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 19076d9e97..b86beaaf08 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.1-SNAPSHOT + 2.0.1.Final ../../pom.xml