diff --git a/app/pom.xml b/app/pom.xml index 7634f60890..f38f9b22f1 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 3cddb8e5b4..4fa0a40222 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/config-index/definitions/pom.xml b/config-index/definitions/pom.xml index 254a0dc1fb..86f96296b5 100644 --- a/config-index/definitions/pom.xml +++ b/config-index/definitions/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/config-index/deployment/pom.xml b/config-index/deployment/pom.xml index c25a808a4d..46ad1d0f3e 100644 --- a/config-index/deployment/pom.xml +++ b/config-index/deployment/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/config-index/runtime/pom.xml b/config-index/runtime/pom.xml index 57258ad166..042a263d5d 100644 --- a/config-index/runtime/pom.xml +++ b/config-index/runtime/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index efb0fd68f8..1ed2c794d4 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 8c016433b5..cd96f12cee 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 87759012b5..7358f490c1 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 83d78a026e..45fbaf8b28 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 20e1af2323..d09b06a486 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-docs - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index 2ee4c9ced8..fa1a30ff2a 100644 --- a/examples/avro-bean/pom.xml +++ b/examples/avro-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index f12481386c..da185c752f 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.5 + 3.0.6-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 bb9c327c34..2e5a5aba97 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.5 + 3.0.6-SNAPSHOT apicurio-registry-examples-avro-maven-with-references diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index c6edbe4adb..48a989ba52 100644 --- a/examples/confluent-serdes/pom.xml +++ b/examples/confluent-serdes/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 3f33a7b602..b75e68bcc3 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index 82b27d445c..32d351d306 100644 --- a/examples/custom-strategy/pom.xml +++ b/examples/custom-strategy/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/json-maven-with-references-auto/pom.xml b/examples/json-maven-with-references-auto/pom.xml index 10862d27c5..b4b6df7d36 100644 --- a/examples/json-maven-with-references-auto/pom.xml +++ b/examples/json-maven-with-references-auto/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT apicurio-registry-examples-json-maven-with-references-auto diff --git a/examples/json-maven-with-references/pom.xml b/examples/json-maven-with-references/pom.xml index 2b74160220..564f2e0440 100644 --- a/examples/json-maven-with-references/pom.xml +++ b/examples/json-maven-with-references/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT apicurio-registry-examples-json-maven-with-references diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index 0095ba7c05..2090b3ef2c 100644 --- a/examples/jsonschema-validation/pom.xml +++ b/examples/jsonschema-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index 31f296fe47..7437a7894e 100644 --- a/examples/mix-avro/pom.xml +++ b/examples/mix-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 3ce0bf1028..cc5114d55e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT pom Open Source API & Schema Registry diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index 59e984f7bc..39d993318c 100644 --- a/examples/protobuf-bean/pom.xml +++ b/examples/protobuf-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index 4acd0611c0..1b5743569d 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.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index c11574d0a1..d398e95253 100644 --- a/examples/protobuf-validation/pom.xml +++ b/examples/protobuf-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index 2fe0714563..6373401a00 100644 --- a/examples/rest-client/pom.xml +++ b/examples/rest-client/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index e13be2e239..9676aed44e 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.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index 8351f3ce91..347af59033 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.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index 4afbe835a9..71d641d85e 100644 --- a/examples/simple-avro/pom.xml +++ b/examples/simple-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index 6fe7d1d4a8..b8e43da116 100644 --- a/examples/simple-json/pom.xml +++ b/examples/simple-json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index dd9059a77f..c75dce9bc4 100644 --- a/examples/simple-protobuf/pom.xml +++ b/examples/simple-protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index 584dff7063..69da99e56c 100644 --- a/examples/simple-validation/pom.xml +++ b/examples/simple-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/go-sdk/pom.xml b/go-sdk/pom.xml index b6d2153897..b463a694d8 100644 --- a/go-sdk/pom.xml +++ b/go-sdk/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4191e8dc46..0721ab7a07 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT apicurio-registry-integration-tests diff --git a/java-sdk-v2/pom.xml b/java-sdk-v2/pom.xml index e8b418ae06..d8d27a241b 100644 --- a/java-sdk-v2/pom.xml +++ b/java-sdk-v2/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-v2-java-sdk diff --git a/java-sdk/pom.xml b/java-sdk/pom.xml index 79c1689b51..c950bf6c67 100644 --- a/java-sdk/pom.xml +++ b/java-sdk/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-java-sdk diff --git a/operator/controller/pom.xml b/operator/controller/pom.xml index ddf4d93485..009a6d3bd9 100644 --- a/operator/controller/pom.xml +++ b/operator/controller/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/operator/model/pom.xml b/operator/model/pom.xml index 5655f38519..841ee39939 100644 --- a/operator/model/pom.xml +++ b/operator/model/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-operator-model diff --git a/operator/olm-tests/pom.xml b/operator/olm-tests/pom.xml index 9fc883bdb8..1934ae522e 100644 --- a/operator/olm-tests/pom.xml +++ b/operator/olm-tests/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-operator-olm-tests diff --git a/operator/pom.xml b/operator/pom.xml index f1ec540dd1..2424699176 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-operator diff --git a/pom.xml b/pom.xml index f27e2a9dd7..ee7c739032 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT pom apicurio-registry Open Source API & Schema Registry diff --git a/prod-verifier/pom.xml b/prod-verifier/pom.xml index 18d3deba45..43b357f819 100644 --- a/prod-verifier/pom.xml +++ b/prod-verifier/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml apicurio-registry-prod-verifier diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index b07e5ed6f2..7e0d466f9f 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apicurioregistrysdk" -version = "3.0.5" +version = "3.0.6" description = "" authors = ["Andrea Peruffo "] readme = "README.md" diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 64b3b9fd93..843acfd320 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index a8d9ee86f3..63966cbca2 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 62b642dd93..089ed1d62a 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index bf9c7f8528..25975378a7 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index e02e0d7993..b8093d85ba 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index c1c706914b..32690f6f06 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 68fbc46dde..d97beb8047 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 35521be57f..13d1cebb1e 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 1790e5b359..e12e3fd9a5 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 33d7f2655b..32f0885e4d 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.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 109bb7fab6..5b9349a1c0 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 2adb965664..ae998cf6a7 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index ec71b0fbc4..03b8ababeb 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/serdes/generic/serde-common-avro/pom.xml b/serdes/generic/serde-common-avro/pom.xml index dbd2421ccf..eccbeb0420 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common-jsonschema/pom.xml b/serdes/generic/serde-common-jsonschema/pom.xml index 43a67d8cb6..ec4a01355e 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common-protobuf/pom.xml b/serdes/generic/serde-common-protobuf/pom.xml index cfdab4070f..afe10b42e3 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/generic/serde-common/pom.xml b/serdes/generic/serde-common/pom.xml index 179395505c..9eea52cc87 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/avro-serde/pom.xml b/serdes/kafka/avro-serde/pom.xml index 2e6cbf027e..559254b23b 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/jsonschema-serde/pom.xml b/serdes/kafka/jsonschema-serde/pom.xml index 251581646f..5a074d92b3 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/protobuf-serde/pom.xml b/serdes/kafka/protobuf-serde/pom.xml index 800204fb81..201cab7962 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/kafka/serde-kafka-common/pom.xml b/serdes/kafka/serde-kafka-common/pom.xml index e8ad5eb1fe..faaf1069c0 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/nats/avro-serde/pom.xml b/serdes/nats/avro-serde/pom.xml index 6314efb55b..d653bfbb49 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/serdes/pulsar/avro-serde/pom.xml b/serdes/pulsar/avro-serde/pom.xml index d4bd04ecd4..57f830462c 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.5 + 3.0.6-SNAPSHOT ../../../pom.xml diff --git a/typescript-sdk/package-lock.json b/typescript-sdk/package-lock.json index 08c62da94c..3e1ba473e1 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.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.5", + "version": "3.0.6", "devDependencies": { "@apicurio/eslint-config": "0.3.0", "@kiota-community/kiota-gen": "1.0.2", diff --git a/typescript-sdk/package.json b/typescript-sdk/package.json index bece826ec7..d32cf7fac7 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.5", + "version": "3.0.6", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts", diff --git a/ui/package-lock.json b/ui/package-lock.json index 9ec331b26a..cf69b8347e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui", - "version": "3.0.5", + "version": "3.0.6", "hasInstallScript": true, "devDependencies": { "rimraf": "6.0.1", diff --git a/ui/package.json b/ui/package.json index 5afc9c72f1..8b8493b6bc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/registry-ui", "private": true, - "version": "3.0.5", + "version": "3.0.6", "type": "module", "scripts": { "postinstall": "npm install --prefix ../typescript-sdk && 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 6d9f80bc84..245e6fa949 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.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-tests", - "version": "3.0.5", + "version": "3.0.6", "license": "Apache-2.0", "devDependencies": { "@apicurio/eslint-config": "0.3.0", diff --git a/ui/tests/package.json b/ui/tests/package.json index b40306c6ca..c9d2270832 100644 --- a/ui/tests/package.json +++ b/ui/tests/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/registry-ui-tests", - "version": "3.0.5", + "version": "3.0.6", "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 7907ad649b..bb9b17dc5e 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.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-app", - "version": "3.0.5", + "version": "3.0.6", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index cf4d58fa5f..88ee473f6c 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.5", + "version": "3.0.6", "description": "Apicurio Registry UI", "repository": "https://github.com/Apicurio/apicurio-registry.git", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "vite-tsconfig-paths": "5.1.3" }, "dependencies": { - "@apicurio/apicurio-registry-sdk": "3.0.5", + "@apicurio/apicurio-registry-sdk": "3.0.6", "@apicurio/common-ui-components": "2.0.7", "@apicurio/data-models": "1.1.28", "@microsoft/kiota-abstractions": "1.0.0-preview.75", diff --git a/ui/ui-docs/package-lock.json b/ui/ui-docs/package-lock.json index 489045f601..e485c81310 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.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-docs", - "version": "3.0.5", + "version": "3.0.6", "license": "Apache-2.0", "dependencies": { "core-js": "3.39.0", diff --git a/ui/ui-docs/package.json b/ui/ui-docs/package.json index bb26fd8ef5..c8c57a7cf4 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.5", + "version": "3.0.6", "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 0f50f3dab6..5bd7a1e9bc 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index ccd3503d6f..dbe9fc6a8b 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index a0592c95f4..96337e9421 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index d8c6aeb9aa..20f49f3b76 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 97ae3635cf..6fc6267353 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index ec9d619f96..a0f04ff62b 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.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 1a444eb3b6..8ab78678a9 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 8c3bfad70f..b1d8d74171 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.5 + 3.0.6-SNAPSHOT ../../pom.xml