diff --git a/app/pom.xml b/app/pom.xml index e7083a0aa1..c9d268587b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.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 8a6d5f73f2..91e72fcb54 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.5.x", + "version": "2.6.x", "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 4fa206eede..90f6fc291e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 4055820efc..8cb94d5b77 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index d90cea2c6f..91f8793c6d 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index e8b2bf31b8..1285ba8d71 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 92cc842e62..5dd62fa7ba 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 84c100e548..c3896d5128 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 90156f7414..24bd5678e3 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml apicurio-registry-distro diff --git a/docs/antora.yml b/docs/antora.yml index 26651e2fe7..cb6a7abb46 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: apicurio-registry title: Apicurio Registry -version: '2.5.x' +version: '2.6.x' start_ROOT: ROOT:index.adoc nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 26b366d2af..8903a32831 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 471c4fc34a..7b15552741 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index cffa0a7bf0..8a0f67f7a5 100644 --- a/examples/avro-bean/pom.xml +++ b/examples/avro-bean/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index 188fb04785..443ff1654d 100644 --- a/examples/avro-maven-with-references-auto/pom.xml +++ b/examples/avro-maven-with-references-auto/pom.xml @@ -5,7 +5,7 @@ apicurio-registry-examples io.apicurio - 2.6.0-SNAPSHOT + 2.6.0.Final 4.0.0 diff --git a/examples/avro-maven-with-references/pom.xml b/examples/avro-maven-with-references/pom.xml index 1eeac823d9..0fb56a141b 100644 --- a/examples/avro-maven-with-references/pom.xml +++ b/examples/avro-maven-with-references/pom.xml @@ -5,7 +5,7 @@ apicurio-registry-examples io.apicurio - 2.6.0-SNAPSHOT + 2.6.0.Final 4.0.0 diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index f6cd31b06d..2de0094e0e 100644 --- a/examples/confluent-serdes/pom.xml +++ b/examples/confluent-serdes/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 0997896e5c..7ac98e0c30 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index a92a7153f1..86665d81cf 100644 --- a/examples/custom-strategy/pom.xml +++ b/examples/custom-strategy/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index c66767f97a..949409ffa3 100644 --- a/examples/jsonschema-validation/pom.xml +++ b/examples/jsonschema-validation/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index c6ac4cbbcc..561a15bd21 100644 --- a/examples/mix-avro/pom.xml +++ b/examples/mix-avro/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 85ecbb9f0c..b4df9f2096 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,13 +3,13 @@ 4.0.0 apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final pom io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index 3797d61d26..6f9af569be 100644 --- a/examples/protobuf-bean/pom.xml +++ b/examples/protobuf-bean/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index ce360e272a..2c4ba26420 100644 --- a/examples/protobuf-find-latest/pom.xml +++ b/examples/protobuf-find-latest/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index 3a6f55b664..c55f5e6b54 100644 --- a/examples/protobuf-validation/pom.xml +++ b/examples/protobuf-validation/pom.xml @@ -5,7 +5,7 @@ apicurio-registry-examples io.apicurio - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml 4.0.0 diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index 1cc3a8efe8..f1fecf913d 100644 --- a/examples/rest-client/pom.xml +++ b/examples/rest-client/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index e8ecf18289..074bb50683 100644 --- a/examples/serdes-with-references/pom.xml +++ b/examples/serdes-with-references/pom.xml @@ -5,7 +5,7 @@ apicurio-registry-examples io.apicurio - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml 4.0.0 diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index 1d505ae6d1..91ad195979 100644 --- a/examples/simple-avro-maven/pom.xml +++ b/examples/simple-avro-maven/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index 1214856dd8..06ee1e7981 100644 --- a/examples/simple-avro/pom.xml +++ b/examples/simple-avro/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index 0d4c5f5ea2..f83d64b2a7 100644 --- a/examples/simple-json/pom.xml +++ b/examples/simple-json/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index e673d59e54..3905bf1724 100644 --- a/examples/simple-protobuf/pom.xml +++ b/examples/simple-protobuf/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index b548806f07..94dc60e12d 100644 --- a/examples/simple-validation/pom.xml +++ b/examples/simple-validation/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-examples - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 101b12e749..d390ad7c2f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final apicurio-registry-integration-tests diff --git a/pom.xml b/pom.xml index ca0a17856a..f416a83af7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final pom apicurio-registry diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index e4c671bb2a..10472ae89f 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "2.5.11" +version = "2.6.0" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 9aa3fcc709..a1dda2948f 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 1b36fb0f71..f2ec06ae01 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 5b9f208bd2..8465d16e8f 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index e19ac01806..6ee2752045 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 238f76ed46..a11e59ef05 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index ffafaca86d..6ede45887b 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index e600dffcaa..2e7afae611 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index b0f401aa46..5a18384e1a 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 31b0c4a75d..1d04c2232e 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index d926ccb7de..8ba7ebac4b 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 81e70f65fc..ae94164bfa 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 88732b56ad..ede84233b7 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index cf36fd02c7..1590090195 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index d7700a3815..c3d839c487 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index d02a0ea6fa..0bc842bf1d 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index cfdbb06229..9425f2c393 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index d6fae09730..e51207d60f 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index c406a13e7b..c0a382ae10 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index 8450290a23..951dd8376b 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-storage - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/storage/mysql/pom.xml b/storage/mysql/pom.xml index 7c398b9207..795e618cbc 100644 --- a/storage/mysql/pom.xml +++ b/storage/mysql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 0ab8457061..2d8763bda9 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 43f07ddf37..079f1d1503 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 2150b01f09..b3deb2e53d 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 085dc17fc5..df26fda8ca 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 884e736daf..50d7961ff7 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index a0b306dafa..36d0ac7700 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 5c525e47c4..1d478864fe 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index c75c14507e..421de46ee8 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index be4f277cff..edbf560fce 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index f8fdb7a1fd..ff8923bfa8 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 49f05d826c..557834b979 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index f11bc9e4ed..c2e45d7bb2 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.6.0-SNAPSHOT + 2.6.0.Final ../../pom.xml