From ebeedc1cc2ea9937a2af0c2421556724c844d44a Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Mon, 20 Nov 2023 14:12:12 +0000 Subject: [PATCH] Automated update to Release Version:: 2.5.1.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 9d2b36d15e..875fae4038 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/client/pom.xml b/client/pom.xml index be10faf9ee..7e3a8deb24 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ apicurio-registry io.apicurio - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 154e4d4eb2..085a4d33e3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index d0bcf436e1..93c4fa9efd 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml index 4a9aa90128..1186d14b32 100644 --- a/distro/docker-compose/pom.xml +++ b/distro/docker-compose/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 73f36557cb..6c28527f24 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml index e1c19437c3..b33eb93e9c 100644 --- a/distro/openshift-template/pom.xml +++ b/distro/openshift-template/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 78d12db124..4110d44e84 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 7ec6b5c640..39ee98621e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 4563f8f5d3..1d00c5a0d9 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -8,7 +8,7 @@ io.apicurio apicurio-registry-docs - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 21e39ad01a..a6dcd49f0f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final apicurio-registry-integration-tests diff --git a/pom.xml b/pom.xml index 9402a0d061..3e9f9a5ed7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final pom apicurio-registry diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index d4ff6334f2..208287e91d 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "2.5.0" +version = "2.5.1" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index e009168d44..85afd7ccf4 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 20e8421da8..c3f1e589ea 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index d7f62dd479..79677794d6 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 229289cfa0..446dd830c0 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 33f783e452..8bfb21b95a 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 28aac17316..713d1ae073 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 404c1da051..41b4b92164 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 96159278a1..8596487027 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index ff24f9f5c7..923ed34fcf 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index d6213a1483..62360ba669 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.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index f55428df9e..32b054b2a5 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 999f4e0bb4..b83b962404 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index eeab0e03b7..6f6f4ccff8 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index a77f3a32da..d8068142f0 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index ff25295eaa..b2cd9d8f2c 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 31d0ed00b0..9edfcdfcd2 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 29d8ce8c18..305e2c15b9 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml index 3dd346784f..7271204446 100644 --- a/storage/kafkasql/pom.xml +++ b/storage/kafkasql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/storage/mssql/pom.xml b/storage/mssql/pom.xml index 6ebe109e70..3ba44b6e4d 100644 --- a/storage/mssql/pom.xml +++ b/storage/mssql/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-storage - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/storage/mysql/pom.xml b/storage/mysql/pom.xml index 0bc2f95c75..7c117880b9 100644 --- a/storage/mysql/pom.xml +++ b/storage/mysql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-storage - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index b25235fbaa..101263cb2e 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml apicurio-registry-storage diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml index 9c0d680e5b..db265e1521 100644 --- a/storage/sql/pom.xml +++ b/storage/sql/pom.xml @@ -6,7 +6,7 @@ io.apicurio apicurio-registry-storage - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/ui/pom.xml b/ui/pom.xml index e3b81d121c..48183d575a 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../pom.xml diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index de936c14f0..0bb15d48b7 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 69a049a0e2..7a9916fd92 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml index 24a48df224..ea0e6a7ef6 100644 --- a/utils/exportV1/pom.xml +++ b/utils/exportV1/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index f86bb50ed2..5b02d8261b 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index ec9007376d..3c07d8feb8 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index e3ca4bc993..366d3b60b4 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index daf6c3a451..5cbc76a382 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.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 273ba06d6c..82fe5e9d2f 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 79162e701b..6b03ff306a 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -7,7 +7,7 @@ io.apicurio apicurio-registry - 2.5.1-SNAPSHOT + 2.5.1.Final ../../pom.xml