diff --git a/app/pom.xml b/app/pom.xml index 2dc4bad67c..8f695068fc 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.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 ef4fc0dbd9..a6269225ab 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.0-SNAPSHOT", + "version": "2.0.0.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/api` by default. Therefore you must prefix all API operation paths with `/api` in this case. For example: `/api/ids/{globalId}`.\n", "contact": { "name": "Apicurio", diff --git a/cli/pom.xml b/cli/pom.xml index 9869260067..94b2378311 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index c53b51009f..7fd0d4835c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 30a00ddb03..0f9e4776df 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 1cc288c00b..1e8da8ac0f 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 2d20dc179e..1100030e52 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 3be095a516..ae5772f507 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 9fc1eb9373..cd0bb9860f 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index e791d088bb..e4b419efda 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index e3a18ad430..8f56fa7043 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'master' +version: '2.0.0.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 9168a4a52d..7785c6fff6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 8428214d4e..eafa517d61 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index d53ba9436d..7a1e8e4b84 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.0-SNAPSHOT + 2.0.0.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 b422423e2f..b219f5f9e5 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.0-SNAPSHOT + 2.0.0.Final ../../pom.xml apicurio-registry-integration-tests-legacy-tests diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml index c218068943..0f7883527f 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.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 a560df0d99..c75efdb4e0 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.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml index 11f743215a..36e7251558 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.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml index 1906f43f8e..235a65f0c9 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.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/perftest/pom.xml b/perftest/pom.xml index 106223ff4c..5391caef67 100644 --- a/perftest/pom.xml +++ b/perftest/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml apicurio-registry-perftest diff --git a/pom.xml b/pom.xml index c039abbd0e..73da41848c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final pom apicurio-registry diff --git a/schema-compatibility/json/pom.xml b/schema-compatibility/json/pom.xml index 9914e09043..1638c06a8d 100644 --- a/schema-compatibility/json/pom.xml +++ b/schema-compatibility/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/schema-compatibility/protobuf/pom.xml b/schema-compatibility/protobuf/pom.xml index 171e7c700c..fffa6cf911 100644 --- a/schema-compatibility/protobuf/pom.xml +++ b/schema-compatibility/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index 6611e972e4..cfa9cb4555 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index d2ea44a801..f57e2e88ea 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 86a84ab2b8..738352e204 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 5cb6bff62d..852a85eb55 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index af6784cdf1..0a5647be77 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index fe281506da..e0bc26d250 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index b30a803df9..7c6f865b7b 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index d1c3c2b16b..51421ad17f 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index f3b87447ec..c4e6032e52 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 2dc7899ffc..df640c3f1d 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 728db7c2da..138c0211f4 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index b4f81a9d72..2695401124 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index f654e3f342..be6a366be6 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index f6cdf0a158..cad6223786 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 7dff2f8069..0169657cf0 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.0.0-SNAPSHOT + 2.0.0.Final ../../pom.xml