diff --git a/app/pom.xml b/app/pom.xml index 74235ade2b..2b82084c6b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.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 aa0bd8b9a5..710b0236dc 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.4.0.Final", + "version": "2.4.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/client/pom.xml b/client/pom.xml index 02003402d8..fda54fc3db 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 8c7c684bd8..dfe9b52c99 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 3d314f06ff..16d0a6f174 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 1daaeaf4ac..7f883cdcf7 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 3454424fd4..18ab4e0171 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 75de526393..d004ce2d37 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index d6d9af80be..906c27b0fb 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index 8cd804b3fd..387a5bde16 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: 'main' +version: '2.4.1.Final' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 2d3e42d26b..50a400b3aa 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 96c6ca2782..ef249dcf61 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index 073e828590..2c5044076e 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.4.1-SNAPSHOT + 2.4.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 e816d0bf40..02ae44923e 100644 --- a/integration-tests/legacy-tests/pom.xml +++ b/integration-tests/legacy-tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.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 6f73c4c76b..a155a78ee1 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml apicurio-registry-integration-tests-testsuite diff --git a/new-system-tests/pom.xml b/new-system-tests/pom.xml index 601689138b..a7d0fd4ea4 100644 --- a/new-system-tests/pom.xml +++ b/new-system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 684f334650..29c41b462f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final pom apicurio-registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index bac47991eb..879eff2e8c 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 991eb42352..74abbfab54 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 8f8972dd33..22cc734eba 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 04ae54b8bd..34a008634a 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index afb6a32052..a1e416a0b9 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 93bfc1cadc..bf5b9db7fa 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 428b85cbcb..4dc44e7be4 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 305cb53a1c..094e003b46 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 06569ff308..5a055a1827 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 4d19979705..b2f34a930b 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 18923565fb..8d58a06110 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 6d5a0f76a6..ab3943237d 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 8d285781a3..81c4f38eec 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index 955320085b..3da19109fc 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 8747e1c748..e217461b4c 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 3275d9b3d7..74256b5de2 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 97c8cb9239..69c81878b9 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index be1c30dc4b..4fca4b6f6e 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index f8ff9c411e..1a0e90f72e 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 98400a4b79..46f35f5d7c 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index c64777d2aa..3c62a0d437 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/system-tests/pom.xml b/system-tests/pom.xml index 53261f00d3..8859af3bdb 100644 --- a/system-tests/pom.xml +++ b/system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.4.1-SNAPSHOT + 2.4.1.Final 4.0.0 diff --git a/ui/pom.xml b/ui/pom.xml index 00a669a727..0d2a365b90 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index bfbbbc67d7..9fad21d030 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 14c77ce734..e5c68ebc4f 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 0a5bccab88..c7012ed37a 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 20f59baa5c..a43c197bb9 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index f489fc9f62..f6f3eac244 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index cc6d287eaf..0207a14549 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 044e129030..753ce30f3b 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 2b3bd305ad..a959540635 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index c1daa29746..439aea97c8 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.1-SNAPSHOT + 2.4.1.Final ../../pom.xml