diff --git a/app/pom.xml b/app/pom.xml index 9f69d24cfc..80cd48d16f 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.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 576ae8553c..aa0bd8b9a5 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.3.2-SNAPSHOT", + "version": "2.4.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 `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 96602f0858..17253cecf5 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 6aa8a1962f..6ddc4effe1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index fde33ba731..b99e024fa2 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index eb7ab692ff..4904aec22f 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index d7bf273a32..9a6a962327 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 2daa76e59e..976b742019 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 78fad161d6..566d3af145 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index 8cd804b3fd..43e451f1f8 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'main' +version: '2.4.0.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index d9a9ec0bdd..e59102e830 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 8c3b8730ad..76379dfce6 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index 6a1edec629..71aea58153 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.3.2-SNAPSHOT + 2.4.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 5a91b3c1a2..7f1ea8e397 100644 --- a/integration-tests/legacy-tests/pom.xml +++ b/integration-tests/legacy-tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.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 2eac924f28..5aea8775d3 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml apicurio-registry-integration-tests-testsuite diff --git a/new-system-tests/pom.xml b/new-system-tests/pom.xml index af36b02676..3f50d586cf 100644 --- a/new-system-tests/pom.xml +++ b/new-system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index ab5e76910f..67a426008f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final pom apicurio-registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 5d2a9e5bd8..3f29fa524e 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 686206b5b6..b97e5987ea 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 5641f0b086..2a4d60d913 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 6887ac9b08..165b42be44 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 0a2ec64e8e..8e7e8e4240 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 842b79ed0e..98f063134b 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 5304c03906..6f2513d1c1 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 47245d8b77..1c415a8ebb 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 5593a6b4a0..fbc61cb1e8 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index e9e009921b..0c706f6b81 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 8144fe08fa..7c8e1be88c 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index c405b35b71..1981e93ff2 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 9d11db47dc..847f246f89 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index e17c59dbe4..a0ca5e9d5f 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 7fd580f1b7..4051bb52ee 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index dcd8a5db84..608dcff050 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 1611a0ab7c..60a190c1b3 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 855d9cb646..88d1438e03 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index 7b990f0173..fd3c96fc51 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index c6183eb222..d7c3fd3496 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index f0586264c7..b4bfcee211 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/system-tests/pom.xml b/system-tests/pom.xml index a3373dd50f..2908133c3f 100644 --- a/system-tests/pom.xml +++ b/system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.3.2-SNAPSHOT + 2.4.0.Final 4.0.0 diff --git a/ui/pom.xml b/ui/pom.xml index a43e67a0bd..3a530107cf 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 233a467520..46028d6b78 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index fd4a9c5f8d..5084bdae9c 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index ed33a9af64..786b447cdd 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index f58791b6e9..beda79566c 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 7fb3eae9d7..1c72f4445a 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index e4c7b5f61b..ca5436d567 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index b5e8a33f53..86248d3958 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 4aa787dad7..404a5df599 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index b80cf5e2a6..f34709ba06 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.3.2-SNAPSHOT + 2.4.0.Final ../../pom.xml