From 2aa43e5743d4bd30dfbea280a912a360d9e4bff1 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Fri, 18 Oct 2024 10:54:36 +0000 Subject: [PATCH] Automated update to next Snapshot Version: 3.0.3-SNAPSHOT --- app/pom.xml | 2 +- common/pom.xml | 2 +- distro/connect-converter/pom.xml | 2 +- distro/docker/pom.xml | 2 +- distro/pom.xml | 2 +- docs/pom.xml | 2 +- docs/rest-api/pom.xml | 2 +- examples/avro-bean/pom.xml | 2 +- examples/avro-maven-with-references-auto/pom.xml | 2 +- examples/avro-maven-with-references/pom.xml | 2 +- examples/confluent-serdes/pom.xml | 2 +- examples/custom-resolver/pom.xml | 2 +- examples/custom-strategy/pom.xml | 2 +- examples/jsonschema-validation/pom.xml | 2 +- examples/mix-avro/pom.xml | 2 +- examples/pom.xml | 4 ++-- examples/protobuf-bean/pom.xml | 2 +- examples/protobuf-find-latest/pom.xml | 2 +- examples/protobuf-validation/pom.xml | 2 +- examples/rest-client/pom.xml | 2 +- examples/serdes-with-references/pom.xml | 2 +- examples/simple-avro-maven/pom.xml | 2 +- examples/simple-avro/pom.xml | 2 +- examples/simple-json/pom.xml | 2 +- examples/simple-protobuf/pom.xml | 2 +- examples/simple-validation/pom.xml | 2 +- go-sdk/pom.xml | 2 +- integration-tests/pom.xml | 2 +- java-sdk-v2/pom.xml | 2 +- java-sdk/pom.xml | 2 +- operator/controller/pom.xml | 2 +- operator/model/pom.xml | 2 +- operator/pom.xml | 2 +- pom.xml | 2 +- prod-verifier/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/generic/serde-common-avro/pom.xml | 2 +- serdes/generic/serde-common-jsonschema/pom.xml | 2 +- serdes/generic/serde-common-protobuf/pom.xml | 2 +- serdes/generic/serde-common/pom.xml | 2 +- serdes/kafka/avro-serde/pom.xml | 2 +- serdes/kafka/jsonschema-serde/pom.xml | 2 +- serdes/kafka/protobuf-serde/pom.xml | 2 +- serdes/kafka/serde-kafka-common/pom.xml | 2 +- serdes/nats/avro-serde/pom.xml | 2 +- serdes/pulsar/avro-serde/pom.xml | 2 +- typescript-sdk/package-lock.json | 4 ++-- typescript-sdk/package.json | 2 +- ui/package-lock.json | 4 ++-- ui/package.json | 2 +- ui/tests/package-lock.json | 4 ++-- ui/tests/package.json | 2 +- ui/ui-app/package-lock.json | 4 ++-- ui/ui-app/package.json | 2 +- ui/ui-docs/package-lock.json | 4 ++-- ui/ui-docs/package.json | 2 +- utils/converter/pom.xml | 2 +- utils/exportConfluent/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 +- 77 files changed, 83 insertions(+), 83 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 5a4976d7ca..a7f993be48 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 6c5f5eb987..513abf0951 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index 6ffe8f2bec..7c84be749e 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index e5f0f250ec..d94f8c552c 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 8ed31bcf04..dede6cb048 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 4ae17fa147..997e9d3c34 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 3072ec5c9a..a390b0983a 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-docs - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index 88796b5525..a3c760e3e1 100644 --- a/examples/avro-bean/pom.xml +++ b/examples/avro-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index f9744530d8..bcf36b9627 100644 --- a/examples/avro-maven-with-references-auto/pom.xml +++ b/examples/avro-maven-with-references-auto/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT apicurio-registry-examples-avro-maven-with-references-auto diff --git a/examples/avro-maven-with-references/pom.xml b/examples/avro-maven-with-references/pom.xml index ceacc4fe41..2f23f6ee8a 100644 --- a/examples/avro-maven-with-references/pom.xml +++ b/examples/avro-maven-with-references/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT apicurio-registry-examples-avro-maven-with-references diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index 7c53b3da79..20f0a2d889 100644 --- a/examples/confluent-serdes/pom.xml +++ b/examples/confluent-serdes/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 88b36d3071..ad3525f60a 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index 1c66001d9a..aac3c7d207 100644 --- a/examples/custom-strategy/pom.xml +++ b/examples/custom-strategy/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index 7c717918bf..8595c6f412 100644 --- a/examples/jsonschema-validation/pom.xml +++ b/examples/jsonschema-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index 57e62e87a8..bc023a7fc3 100644 --- a/examples/mix-avro/pom.xml +++ b/examples/mix-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 202fc6609a..5ec6c0b013 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT pom Open Source API & Schema Registry diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index 40891a03d3..bc1cf98dd8 100644 --- a/examples/protobuf-bean/pom.xml +++ b/examples/protobuf-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index 93ac116115..167ca8e743 100644 --- a/examples/protobuf-find-latest/pom.xml +++ b/examples/protobuf-find-latest/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index f519daa5fe..bc5d321166 100644 --- a/examples/protobuf-validation/pom.xml +++ b/examples/protobuf-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index 087c163f0d..8a43317304 100644 --- a/examples/rest-client/pom.xml +++ b/examples/rest-client/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index 9ada97f297..aaadf59b88 100644 --- a/examples/serdes-with-references/pom.xml +++ b/examples/serdes-with-references/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index 0c83129bd5..ca68e60601 100644 --- a/examples/simple-avro-maven/pom.xml +++ b/examples/simple-avro-maven/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index a8a6c631b9..202d69a4c1 100644 --- a/examples/simple-avro/pom.xml +++ b/examples/simple-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index 27fbf8ded5..8b0f89c460 100644 --- a/examples/simple-json/pom.xml +++ b/examples/simple-json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index 7fb5ca0472..6669062c62 100644 --- a/examples/simple-protobuf/pom.xml +++ b/examples/simple-protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index a9cb9fd914..ebdfb4992c 100644 --- a/examples/simple-validation/pom.xml +++ b/examples/simple-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/go-sdk/pom.xml b/go-sdk/pom.xml index aba3060a8f..ef823c4fe9 100644 --- a/go-sdk/pom.xml +++ b/go-sdk/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1bee03655c..3272c6d61a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT apicurio-registry-integration-tests diff --git a/java-sdk-v2/pom.xml b/java-sdk-v2/pom.xml index 0f2547230c..df1ac2332f 100644 --- a/java-sdk-v2/pom.xml +++ b/java-sdk-v2/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-v2-java-sdk diff --git a/java-sdk/pom.xml b/java-sdk/pom.xml index 60486aaaf0..f4bbefd94c 100644 --- a/java-sdk/pom.xml +++ b/java-sdk/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-java-sdk diff --git a/operator/controller/pom.xml b/operator/controller/pom.xml index 45e4d875e2..6922a00e19 100644 --- a/operator/controller/pom.xml +++ b/operator/controller/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/operator/model/pom.xml b/operator/model/pom.xml index 7e029d745f..a5df881b52 100644 --- a/operator/model/pom.xml +++ b/operator/model/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-operator-model diff --git a/operator/pom.xml b/operator/pom.xml index 329c6725b7..1d43546c62 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-operator diff --git a/pom.xml b/pom.xml index 219bf2daff..dca20695b4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT pom apicurio-registry Open Source API & Schema Registry diff --git a/prod-verifier/pom.xml b/prod-verifier/pom.xml index 89314a7437..1fa7cb302e 100644 --- a/prod-verifier/pom.xml +++ b/prod-verifier/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml apicurio-registry-prod-verifier diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index 6a6a9fdbcb..67ed32e64b 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "3.0.2" +version = "3.0.3" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 3808e3d1e0..c6467307b6 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 65eac6a20c..870f5a9b38 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 1127969e98..3200f9bfca 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index c61c817908..e559185975 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index bd22b28e71..2784731b5b 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 426aefbe47..ff6e40d266 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 531654c823..1fb7f282c2 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index fdf18c699e..929a5f31fd 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 48cc8f577c..750aa406c2 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 877093d7ca..7340741e51 100644 --- a/schema-util/util-provider/pom.xml +++ b/schema-util/util-provider/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index f3b325ef62..35aaf5cd35 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 313e61df54..9956cc0477 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 9ab59d0042..d5c9d8b44a 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/serdes/generic/serde-common-avro/pom.xml b/serdes/generic/serde-common-avro/pom.xml index 87d2a7155a..7d7ca1a4d8 100644 --- a/serdes/generic/serde-common-avro/pom.xml +++ b/serdes/generic/serde-common-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common-jsonschema/pom.xml b/serdes/generic/serde-common-jsonschema/pom.xml index 050e4db2ef..ca6388e946 100644 --- a/serdes/generic/serde-common-jsonschema/pom.xml +++ b/serdes/generic/serde-common-jsonschema/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common-protobuf/pom.xml b/serdes/generic/serde-common-protobuf/pom.xml index 648ca17d37..829caf3d65 100644 --- a/serdes/generic/serde-common-protobuf/pom.xml +++ b/serdes/generic/serde-common-protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common/pom.xml b/serdes/generic/serde-common/pom.xml index 615c72e84e..0cd01dc1a5 100644 --- a/serdes/generic/serde-common/pom.xml +++ b/serdes/generic/serde-common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/avro-serde/pom.xml b/serdes/kafka/avro-serde/pom.xml index b3560b1b9e..59dc1197bb 100644 --- a/serdes/kafka/avro-serde/pom.xml +++ b/serdes/kafka/avro-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/jsonschema-serde/pom.xml b/serdes/kafka/jsonschema-serde/pom.xml index 5be06b4d3d..42a10185f8 100644 --- a/serdes/kafka/jsonschema-serde/pom.xml +++ b/serdes/kafka/jsonschema-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/protobuf-serde/pom.xml b/serdes/kafka/protobuf-serde/pom.xml index 773fbff5f8..c1d61adfaa 100644 --- a/serdes/kafka/protobuf-serde/pom.xml +++ b/serdes/kafka/protobuf-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/serde-kafka-common/pom.xml b/serdes/kafka/serde-kafka-common/pom.xml index 80c8446611..8ca45a370a 100644 --- a/serdes/kafka/serde-kafka-common/pom.xml +++ b/serdes/kafka/serde-kafka-common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/nats/avro-serde/pom.xml b/serdes/nats/avro-serde/pom.xml index 11a8b8f47f..ff25472108 100644 --- a/serdes/nats/avro-serde/pom.xml +++ b/serdes/nats/avro-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/serdes/pulsar/avro-serde/pom.xml b/serdes/pulsar/avro-serde/pom.xml index 0ea7696a6d..b43a7d42f6 100644 --- a/serdes/pulsar/avro-serde/pom.xml +++ b/serdes/pulsar/avro-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../../pom.xml diff --git a/typescript-sdk/package-lock.json b/typescript-sdk/package-lock.json index e75f3d9708..a4120b33e8 100644 --- a/typescript-sdk/package-lock.json +++ b/typescript-sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.2", + "version": "3.0.3", "devDependencies": { "@apicurio/eslint-config": "0.2.0", "@kiota-community/kiota-gen": "1.0.1", diff --git a/typescript-sdk/package.json b/typescript-sdk/package.json index 500e547228..0ffd3e3bf4 100644 --- a/typescript-sdk/package.json +++ b/typescript-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/apicurio-registry-sdk", "private": false, - "version": "3.0.2", + "version": "3.0.3", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts", diff --git a/ui/package-lock.json b/ui/package-lock.json index 4e74a29f37..b2203550d6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui", - "version": "3.0.2", + "version": "3.0.3", "hasInstallScript": true, "dependencies": { "@apicurio/apicurio-registry-client": "file:../typescript-sdk" diff --git a/ui/package.json b/ui/package.json index 688cdcb251..b8322d33db 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/registry-ui", "private": true, - "version": "3.0.2", + "version": "3.0.3", "type": "module", "scripts": { "postinstall": "npm install --prefix ./ui-app && npm install --prefix ./ui-docs", diff --git a/ui/tests/package-lock.json b/ui/tests/package-lock.json index be3c34be05..a5df8ef440 100644 --- a/ui/tests/package-lock.json +++ b/ui/tests/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui-tests", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-tests", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "devDependencies": { "@apicurio/eslint-config": "0.3.0", diff --git a/ui/tests/package.json b/ui/tests/package.json index 1848d3fb69..7057a79d76 100644 --- a/ui/tests/package.json +++ b/ui/tests/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/registry-ui-tests", - "version": "3.0.2", + "version": "3.0.3", "description": "UI tests (playwright) for Apicurio Registry UI", "repository": "https://github.com/Apicurio/apicurio-registry.git", "main": "index.js", diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 929bb34beb..10e85e57eb 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui-app", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-app", - "version": "3.0.2", + "version": "3.0.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index ce194d8dc5..a86e6b84b0 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/registry-ui-app", - "version": "3.0.2", + "version": "3.0.3", "description": "Apicurio Registry UI", "repository": "https://github.com/Apicurio/apicurio-registry.git", "license": "Apache-2.0", diff --git a/ui/ui-docs/package-lock.json b/ui/ui-docs/package-lock.json index 51f5cbc080..76f958a195 100644 --- a/ui/ui-docs/package-lock.json +++ b/ui/ui-docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui-docs", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-docs", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "core-js": "3.38.1", diff --git a/ui/ui-docs/package.json b/ui/ui-docs/package.json index 3952ed902e..c0ccb47db8 100644 --- a/ui/ui-docs/package.json +++ b/ui/ui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/registry-ui-docs", - "version": "3.0.2", + "version": "3.0.3", "description": "Apicurio Registry UI Docs", "repository": "https://github.com/Apicurio/apicurio-registry.git", "license": "Apache-2.0", diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml index a4ead1cd66..fc8fec420c 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 58cd596b5f..b1c8fc78dd 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 4b2f52d976..af5d1b0ade 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 7719a77451..fcda852810 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 7ab9ab8134..05a4b350e7 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 2c41ef2e76..3b8d77f8eb 100644 --- a/utils/protobuf-schema-utilities/pom.xml +++ b/utils/protobuf-schema-utilities/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 97d97861d5..4ede21bb33 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 2e4667e375..4cca5d1f56 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.2 + 3.0.3-SNAPSHOT ../../pom.xml