diff --git a/app/pom.xml b/app/pom.xml index b5de59ef5c..f89af1be82 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index b3af8f3fa9..71eba791a3 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index d29a843a02..eca46a3eb7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 9996ed9cb4..3ddf9c46df 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 066781fb65..f01073997c 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 5924cce2c3..0aa78e23c7 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 09e75873f2..a101b55966 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 9e9c791c1f..8991c57f51 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 36a04d830d..d22cc3adf0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index c8299a508d..44f3f8469b 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml index 7e39dc10f5..e0b56bb27a 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.11-SNAPSHOT + 2.4.11.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 3ebda81a4d..c90b8433c1 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.11-SNAPSHOT + 2.4.11.Final ../../pom.xml apicurio-registry-integration-tests-legacy-tests diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml index 5bb948ec42..e2aaa08922 100644 --- a/integration-tests/testsuite/pom.xml +++ b/integration-tests/testsuite/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml apicurio-registry-integration-tests-testsuite diff --git a/new-system-tests/pom.xml b/new-system-tests/pom.xml index 123bd124ba..b547a82c50 100644 --- a/new-system-tests/pom.xml +++ b/new-system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index bb2ce0f453..92bf5e0a5d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final pom apicurio-registry diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index ad1e47ed60..27164fd843 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "2.4.10" +version = "2.4.11" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 113706f7c8..d4d227cce4 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 8381465b8a..b9094dc240 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index e295b76f32..a48ae1c31d 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 74b90b3a25..d8464e8f6b 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 0fac42a3e4..936b37396e 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 6b4e8c1125..93143df7fc 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 1fec85f13f..0c55b257af 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index ee9672f5a0..14de1cb2e5 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index caff027172..0e8c4064fa 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 1fc6451b37..b8f7d6c590 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.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index f4d44e7cf0..f575938aad 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 7ba865c737..9f85b79993 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 712e76d4ad..ffac1d071f 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index eeeb4df132..bb1a42dde1 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 1563fdb5b8..19d27d7cd8 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index ea73fabb50..5c8d4a4683 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 9ebce01bc5..b134bd1bfb 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 89cf13470f..8833579ea5 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index 9c38dafa92..10d0e409b9 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/storage/mysql/pom.xml b/storage/mysql/pom.xml index e5c4afdb98..1e31252b64 100644 --- a/storage/mysql/pom.xml +++ b/storage/mysql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 20c284821b..7846d38c90 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 6b182cde94..bc79d8b395 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/system-tests/pom.xml b/system-tests/pom.xml index 2ccc2c91b8..5639c451b5 100644 --- a/system-tests/pom.xml +++ b/system-tests/pom.xml @@ -5,7 +5,7 @@ apicurio-registry io.apicurio - 2.4.11-SNAPSHOT + 2.4.11.Final 4.0.0 diff --git a/ui/pom.xml b/ui/pom.xml index 2a36ae4b77..5414a9d94b 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 5e5795c5ee..3d4bab608e 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 6c8a56586a..5b85419465 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 7401c2ed83..e0e3a5563f 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 5b6522568f..f5ee2b4e2d 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 3993e77802..8642c12a71 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index bb374f8fd9..45a9dbd4af 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index ad9b20cc2f..4fdb52f853 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.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index f32109a882..51613ad620 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 849c63490d..db91c4a261 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.4.11-SNAPSHOT + 2.4.11.Final ../../pom.xml