From 473f7350e0fd7e918c52ee1ba1f0abbd14b1eaa1 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Tue, 28 Nov 2023 14:09:05 +0000 Subject: [PATCH] Automated update to Release Version:: 2.5.4.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 53a5480ebf..b49219490b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index 432bbe870a..38080e17eb 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index f932d7ab1b..ad504fe320 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 33bbaea660..c1db929ffa 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index f2d0d903e1..085d76ddde 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 4f14aa4d1a..0cbe5694cc 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index 43efc967f6..f75a27de12 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 2258dfde06..a7add7fa9b 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index a7938887ff..16c0834acb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 74ccd93cf2..7e9a760612 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 89ee7833da..d22d5b0445 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final apicurio-registry-integration-tests diff --git a/pom.xml b/pom.xml index abb8c38fcc..ad2379366c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final pom apicurio-registry diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index aadd85b71f..7655ed5e47 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "2.5.3" +version = "2.5.4" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 4dbdba413b..d642d3b32f 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 8a9b11077a..3c824ef444 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index b616cc8ec1..807efeba27 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 2ac782c598..deb8e11b15 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index c9a65da281..5520f3d38a 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 8aa5cbde56..46244eea14 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 2432839b5c..8f92bbf26a 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 925ffbcfd0..b19a83f075 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 2a6230a80f..002ac13548 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index de24eca65b..447a30db1c 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.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index fa9ec0215c..162e4ac241 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 863a567845..b0e504d0f3 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 93f752e184..114f614ee2 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index 29c3c882f3..ec3714b8fe 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index bbf762dd31..8830c4cee8 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index e1fd9628b4..0edd24f13e 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 4afbdb8227..d9b5725d95 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 9d8e2125e5..9b912abdb2 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index e7959c2514..a6f46390ed 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-storage - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/storage/mysql/pom.xml b/storage/mysql/pom.xml index 0f874d22b5..7d9551241f 100644 --- a/storage/mysql/pom.xml +++ b/storage/mysql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 099c89c8b0..4cc7467003 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 8bcf75ef97..8121429c22 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index 04c7334a26..e1bda806b6 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index 660750fa9e..a1b1be2367 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 7712ecf2db..cae855894a 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 480c57f863..aabf55a36e 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index ba0a051e85..0ba3e50ae0 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index ae3c608fe9..baef4a5f78 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index d5da9b009f..2cdd412453 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index abba82e829..4b13bee2c6 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.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 60e88d5420..997ced5432 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 9a96d082b7..a76e25160a 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.4-SNAPSHOT + 2.5.4.Final ../../pom.xml