From bb9ee1e3e020ed17e8cde53fabfe8bb2daf0339c Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Thu, 23 Nov 2023 14:02:28 +0000 Subject: [PATCH] Automated update to Release Version:: 2.5.3.Final --- app/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- distro/connect-converter/pom.xml | 2 +- distro/docker-compose/pom.xml | 2 +- distro/docker/pom.xml | 2 +- distro/openshift-template/pom.xml | 2 +- distro/pom.xml | 2 +- docs/pom.xml | 2 +- docs/rest-api/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- python-sdk/pyproject.toml | 2 +- schema-resolver/pom.xml | 2 +- schema-util/asyncapi/pom.xml | 2 +- schema-util/avro/pom.xml | 2 +- schema-util/common/pom.xml | 2 +- schema-util/graphql/pom.xml | 2 +- schema-util/json/pom.xml | 2 +- schema-util/kconnect/pom.xml | 2 +- schema-util/openapi/pom.xml | 2 +- schema-util/protobuf/pom.xml | 2 +- schema-util/util-provider/pom.xml | 2 +- schema-util/wsdl/pom.xml | 2 +- schema-util/xml/pom.xml | 2 +- schema-util/xsd/pom.xml | 2 +- serdes/avro-serde/pom.xml | 2 +- serdes/jsonschema-serde/pom.xml | 2 +- serdes/protobuf-serde/pom.xml | 2 +- serdes/serde-common/pom.xml | 2 +- storage/kafkasql/pom.xml | 2 +- storage/mssql/pom.xml | 2 +- storage/mysql/pom.xml | 2 +- storage/pom.xml | 2 +- storage/sql/pom.xml | 2 +- ui/pom.xml | 2 +- utils/converter/pom.xml | 2 +- utils/exportConfluent/pom.xml | 2 +- utils/exportV1/pom.xml | 2 +- utils/importexport/pom.xml | 2 +- utils/kafka/pom.xml | 2 +- utils/maven-plugin/pom.xml | 2 +- utils/protobuf-schema-utilities/pom.xml | 2 +- utils/tests/pom.xml | 2 +- utils/tools/pom.xml | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index cf72946c7b..6e7ce7ea7b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index ca18fa4fff..aaf84f038b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index ab190c4b62..9d2d86b258 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 88efb0dac2..2d2db0a4ff 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index a72cfb5efd..58a07b9691 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index f1c15c143d..26225ae8c7 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 856c8bddf9..c3f9977c1b 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 8321636949..7d3f67908b 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index d2b12d7a8b..754c74c9ca 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 85a9aff8d4..8df48edac4 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 26b800c01b..8e5b201f4f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final apicurio-registry-integration-tests diff --git a/pom.xml b/pom.xml index be8cae98e0..f0d5432b73 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final pom apicurio-registry diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index 208287e91d..aadd85b71f 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "2.5.1" +version = "2.5.3" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index f70d04c643..042d5e2015 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 7731861956..d9fc78bd46 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 2d10622bcb..d438b522c6 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 0d70a250d2..a9c11f805e 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index b3b1d461aa..340fc623d4 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 7ea3fcac8f..450dfd1ca2 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 4101dde2bb..d71fd8a799 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 9a70936bc3..160cb20731 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index a58409ca50..bbc3cef5b3 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 2770a1b23b..c4a461d317 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 1954130482..9b62987233 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index a241e20de3..520b315c72 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 53929b544b..01dbbc3326 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index d3f4444400..3606801e95 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 296e7bd905..9de32790e2 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 4d45fb01ad..be3223632f 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 8a38fdfba3..68473dc5a7 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index f90aaece1a..324b872c1e 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index c87a23cdf8..ac6059cb42 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-storage - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/storage/mysql/pom.xml b/storage/mysql/pom.xml index c211d8197d..e99deb5b93 100644 --- a/storage/mysql/pom.xml +++ b/storage/mysql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 44d2a86abf..886ed5a93a 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 5e9f2b0485..92798f16f4 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index ecc37df29f..1aebab55cb 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 076fd567ec..7856062f14 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index b05fa86384..d5058e4b7a 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index ffe62ca806..6e0c65f825 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 4b5663df70..a42e6781ca 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 0286ada797..a1c03a5d7b 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 080e8301f9..27c5712c9e 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 4a832fd545..90758b9f10 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 3f4b920736..e84da3179e 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 34428396d7..a4c97838a0 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.2-SNAPSHOT + 2.5.3.Final ../../pom.xml