From f417d2192cdef84dc7587842d98ed721dc3901e3 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Wed, 20 Nov 2024 20:38:03 +0000 Subject: [PATCH] Automated update to Release Version:: 3.0.4 --- app/pom.xml | 2 +- common/pom.xml | 2 +- config-index/definitions/pom.xml | 2 +- config-index/deployment/pom.xml | 2 +- config-index/runtime/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/json-maven-with-references-auto/pom.xml | 2 +- examples/json-maven-with-references/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 +- 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/ui-app/package-lock.json | 8 ++++---- ui/ui-app/package.json | 4 ++-- 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 +- 79 files changed, 87 insertions(+), 87 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 4b75105c94..27865a3f1b 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 27969ba453..6beeea7372 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/config-index/definitions/pom.xml b/config-index/definitions/pom.xml index b3fe480d8e..6cdc03ff06 100644 --- a/config-index/definitions/pom.xml +++ b/config-index/definitions/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/config-index/deployment/pom.xml b/config-index/deployment/pom.xml index 2f35d02b7c..65e6472ba3 100644 --- a/config-index/deployment/pom.xml +++ b/config-index/deployment/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/config-index/runtime/pom.xml b/config-index/runtime/pom.xml index 9d54ee0212..cf78a6ddaf 100644 --- a/config-index/runtime/pom.xml +++ b/config-index/runtime/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index c99a0efcaf..40938bd167 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index b9a22f1c15..5abe36ccc5 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index d5ecd844bf..ebef6372c8 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 390dbb6244..056ff7071c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 0305ee7585..df755eb15b 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-docs - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index bbfc05b4cc..dc0cddfe16 100644 --- a/examples/avro-bean/pom.xml +++ b/examples/avro-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index 50380d84b5..43f0f2ac4d 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.4-SNAPSHOT + 3.0.4 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 18c34ac83e..19b159e823 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.4-SNAPSHOT + 3.0.4 apicurio-registry-examples-avro-maven-with-references diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index 861221a8c1..05493d117f 100644 --- a/examples/confluent-serdes/pom.xml +++ b/examples/confluent-serdes/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index d6584f589e..deb38f8d1f 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index 144ee40dbf..2c6d9acc4d 100644 --- a/examples/custom-strategy/pom.xml +++ b/examples/custom-strategy/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/json-maven-with-references-auto/pom.xml b/examples/json-maven-with-references-auto/pom.xml index ba8375d181..8c2f8dbe0c 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.4-SNAPSHOT + 3.0.4 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 d6842055c0..9c8c124853 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.4-SNAPSHOT + 3.0.4 apicurio-registry-examples-json-maven-with-references diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index 799246587d..17db78a4f1 100644 --- a/examples/jsonschema-validation/pom.xml +++ b/examples/jsonschema-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index c54d8569ce..66f0ae1751 100644 --- a/examples/mix-avro/pom.xml +++ b/examples/mix-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 4271510a96..995fff2492 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 pom Open Source API & Schema Registry diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index d0c710b8e2..ba106f661a 100644 --- a/examples/protobuf-bean/pom.xml +++ b/examples/protobuf-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index 9105b733d4..b57a1258eb 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.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index 3f227374cb..bcddc9ddf9 100644 --- a/examples/protobuf-validation/pom.xml +++ b/examples/protobuf-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index eefeeb7f64..21d1234ffe 100644 --- a/examples/rest-client/pom.xml +++ b/examples/rest-client/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index 323a78322b..7c634d79fa 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.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index 504cc45f64..1664e45bfa 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.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index bcf2aea12c..b7fddc0a6c 100644 --- a/examples/simple-avro/pom.xml +++ b/examples/simple-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index 963aa9307c..840d4869a7 100644 --- a/examples/simple-json/pom.xml +++ b/examples/simple-json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index 2f186f6de1..7d509a68a0 100644 --- a/examples/simple-protobuf/pom.xml +++ b/examples/simple-protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index 81bb1b12c1..356f7d00de 100644 --- a/examples/simple-validation/pom.xml +++ b/examples/simple-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/go-sdk/pom.xml b/go-sdk/pom.xml index 40e2cc8a3a..11fd7d4f78 100644 --- a/go-sdk/pom.xml +++ b/go-sdk/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index bdcb4795d7..3ffc8f9265 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 apicurio-registry-integration-tests diff --git a/java-sdk-v2/pom.xml b/java-sdk-v2/pom.xml index abc06db5d4..44ff432f74 100644 --- a/java-sdk-v2/pom.xml +++ b/java-sdk-v2/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-v2-java-sdk diff --git a/java-sdk/pom.xml b/java-sdk/pom.xml index 95f667c1c0..fa1badbd8d 100644 --- a/java-sdk/pom.xml +++ b/java-sdk/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-java-sdk diff --git a/operator/controller/pom.xml b/operator/controller/pom.xml index d7514a8d46..00dd8e1632 100644 --- a/operator/controller/pom.xml +++ b/operator/controller/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/operator/model/pom.xml b/operator/model/pom.xml index 5f9b45349a..33e48a0d34 100644 --- a/operator/model/pom.xml +++ b/operator/model/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-operator-model diff --git a/operator/pom.xml b/operator/pom.xml index b7dc789190..7d7499fc3c 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-operator diff --git a/pom.xml b/pom.xml index 84d4d3a010..d520217142 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 pom apicurio-registry Open Source API & Schema Registry diff --git a/prod-verifier/pom.xml b/prod-verifier/pom.xml index e86db59d88..8d9036fe68 100644 --- a/prod-verifier/pom.xml +++ b/prod-verifier/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml apicurio-registry-prod-verifier diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index d2d2163b50..70dc547458 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 291bb4b363..a9101f3972 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index dba5c80a35..0a87b1d68f 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index e644b3669c..31d7ce1b5d 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index ca9e484641..3ca5470fb6 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index 7359484001..f0d8a6a5ab 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 04098717b5..c95deee770 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 6032d60fc3..8dc25f41d5 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index e1b0e20dcc..4deaa940d8 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index 1e654d4665..0ee8f876af 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.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 974a1115b8..8620ea267c 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index 93a69cbaef..0bb1f8d945 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 18de59113f..5ec0cc1059 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/serdes/generic/serde-common-avro/pom.xml b/serdes/generic/serde-common-avro/pom.xml index 35a3674ee3..c65c9113b7 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/generic/serde-common-jsonschema/pom.xml b/serdes/generic/serde-common-jsonschema/pom.xml index 2bb93486d1..73f1c112e4 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/generic/serde-common-protobuf/pom.xml b/serdes/generic/serde-common-protobuf/pom.xml index bf26f1ae82..b68eef8f0c 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/generic/serde-common/pom.xml b/serdes/generic/serde-common/pom.xml index 6c3aa5d987..fc5ea24cac 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/kafka/avro-serde/pom.xml b/serdes/kafka/avro-serde/pom.xml index ea404a42c6..1f95878ca1 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/kafka/jsonschema-serde/pom.xml b/serdes/kafka/jsonschema-serde/pom.xml index 0f7f3df47b..91efe66195 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/kafka/protobuf-serde/pom.xml b/serdes/kafka/protobuf-serde/pom.xml index 5c642f6452..c841e87f33 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/kafka/serde-kafka-common/pom.xml b/serdes/kafka/serde-kafka-common/pom.xml index 3fdd20dfe3..e9069e749c 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/nats/avro-serde/pom.xml b/serdes/nats/avro-serde/pom.xml index 4f428ebe7c..ed35112b7f 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/serdes/pulsar/avro-serde/pom.xml b/serdes/pulsar/avro-serde/pom.xml index 0470128edc..02ab09e860 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.4-SNAPSHOT + 3.0.4 ../../../pom.xml diff --git a/typescript-sdk/package-lock.json b/typescript-sdk/package-lock.json index 735424fa18..b05b7b3d6b 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.4-Dev", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.4-Dev", + "version": "3.0.4", "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 a46ee2619c..f1c7c095d6 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.4-Dev", + "version": "3.0.4", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts", diff --git a/ui/package-lock.json b/ui/package-lock.json index ad7b0935a7..42ccc73b97 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui", - "version": "3.0.4-Dev", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui", - "version": "3.0.4-Dev", + "version": "3.0.4", "hasInstallScript": true, "devDependencies": { "rimraf": "6.0.1", diff --git a/ui/package.json b/ui/package.json index 49e38f628b..f5b9361036 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/registry-ui", "private": true, - "version": "3.0.4-Dev", + "version": "3.0.4", "type": "module", "scripts": { "postinstall": "npm install --prefix ../typescript-sdk && npm install --prefix ./ui-app && npm install --prefix ./ui-docs", diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 6c28753aef..da622d9a93 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -1,19 +1,19 @@ { "name": "@apicurio/registry-ui-app", - "version": "3.0.4-Dev", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-app", - "version": "3.0.4-Dev", + "version": "3.0.4", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ "../../typescript-sdk" ], "dependencies": { - "@apicurio/apicurio-registry-sdk": "3.0.4-Dev", + "@apicurio/apicurio-registry-sdk": "3.0.4", "@apicurio/common-ui-components": "2.0.7", "@apicurio/data-models": "1.1.28", "@microsoft/kiota-abstractions": "1.0.0-preview.75", @@ -62,7 +62,7 @@ }, "../../typescript-sdk": { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.4-Dev", + "version": "3.0.4", "devDependencies": { "@apicurio/eslint-config": "0.3.0", "@kiota-community/kiota-gen": "1.0.2", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 536590aae1..066caa4429 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.4-Dev", + "version": "3.0.4", "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.4-Dev", + "@apicurio/apicurio-registry-sdk": "3.0.4", "@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 fe15209b29..5d9ea3fbcc 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.4-Dev", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-docs", - "version": "3.0.4-Dev", + "version": "3.0.4", "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 48f5c9085a..01873b7166 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.4-Dev", + "version": "3.0.4", "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 38d99566de..d5fe1e5932 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index c97b660300..695f0099d8 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 0b0309d3aa..738fc917d3 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index f00f65b4b6..53dfc5d9ab 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 0652ffe884..484871f6fd 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 2d65c42f65..bf46391aca 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.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 4f2b750d15..2f6ff8b156 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 569a0ef22f..a9c5cfbaf7 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.4-SNAPSHOT + 3.0.4 ../../pom.xml