From b2679642a6296dc9388cf72c937f50d9e5277d71 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Tue, 16 Jul 2024 17:59:19 +0000 Subject: [PATCH] Automated update to Release Version:: 3.0.0.M4 --- 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/pom.xml | 2 +- operator/controller/pom.xml | 2 +- operator/model/pom.xml | 2 +- operator/pom.xml | 2 +- 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/avro-serde/pom.xml | 2 +- serdes/jsonschema-serde/pom.xml | 2 +- serdes/protobuf-serde/pom.xml | 2 +- serdes/serde-common/pom.xml | 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 +- 66 files changed, 71 insertions(+), 71 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 2a0be34d7c..9bcd5f5653 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 8e003990b1..f64cc3a5c2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index b3fb3ca91c..96856f711b 100644 --- a/distro/connect-converter/pom.xml +++ b/distro/connect-converter/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index 7f9371a6cf..708ccca4c8 100644 --- a/distro/docker/pom.xml +++ b/distro/docker/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-distro - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 3cabc5f318..977612b526 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 31ab03ffac..e329c013d7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 6f0fec0880..983e280223 100644 --- a/docs/rest-api/pom.xml +++ b/docs/rest-api/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-docs - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index fac71a4dd6..0636adce97 100644 --- a/examples/avro-bean/pom.xml +++ b/examples/avro-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index 46e1017de1..14c4c58245 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.0-SNAPSHOT + 3.0.0.M4 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 f9b4aab70b..e39855a0cb 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.0-SNAPSHOT + 3.0.0.M4 apicurio-registry-examples-avro-maven-with-references diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index 4ba67507c5..6d30feaaf2 100644 --- a/examples/confluent-serdes/pom.xml +++ b/examples/confluent-serdes/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 0092cac4d2..0aac313e45 100644 --- a/examples/custom-resolver/pom.xml +++ b/examples/custom-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index 2dde58e892..dfc0580f74 100644 --- a/examples/custom-strategy/pom.xml +++ b/examples/custom-strategy/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index 65bdc3855f..00425cd848 100644 --- a/examples/jsonschema-validation/pom.xml +++ b/examples/jsonschema-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index 837b598822..2cb1656f0d 100644 --- a/examples/mix-avro/pom.xml +++ b/examples/mix-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 63c9ab2850..4cf2a6ce0b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 pom Open Source API & Schema Registry diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index 4584c7cc8f..0efb5435da 100644 --- a/examples/protobuf-bean/pom.xml +++ b/examples/protobuf-bean/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index 380fa79d23..4a9f431c30 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.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index f4fe938b88..48cc2a0ce8 100644 --- a/examples/protobuf-validation/pom.xml +++ b/examples/protobuf-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index 37ccc36ca1..e136b7232c 100644 --- a/examples/rest-client/pom.xml +++ b/examples/rest-client/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index b3bea3c2eb..2879c4e92d 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.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index 59dce10a66..2f4708fed2 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.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index d9a65cf9e0..b07f70233b 100644 --- a/examples/simple-avro/pom.xml +++ b/examples/simple-avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index 5232545cb2..873912c3c9 100644 --- a/examples/simple-json/pom.xml +++ b/examples/simple-json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index 1be09cf013..290c9a2f08 100644 --- a/examples/simple-protobuf/pom.xml +++ b/examples/simple-protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index ef1063f3de..24f5c8a2e1 100644 --- a/examples/simple-validation/pom.xml +++ b/examples/simple-validation/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/go-sdk/pom.xml b/go-sdk/pom.xml index 6b735728ae..d74c0437b1 100644 --- a/go-sdk/pom.xml +++ b/go-sdk/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index f13af511c0..95e7eed796 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 apicurio-registry-integration-tests diff --git a/java-sdk/pom.xml b/java-sdk/pom.xml index f58aa12c28..a6e76064c6 100644 --- a/java-sdk/pom.xml +++ b/java-sdk/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml apicurio-registry-java-sdk diff --git a/operator/controller/pom.xml b/operator/controller/pom.xml index b8a0b8807e..4e3d96a6f5 100644 --- a/operator/controller/pom.xml +++ b/operator/controller/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/operator/model/pom.xml b/operator/model/pom.xml index a741d2be1d..f3f99f3003 100644 --- a/operator/model/pom.xml +++ b/operator/model/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry-operator - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml apicurio-registry-operator-model diff --git a/operator/pom.xml b/operator/pom.xml index c31f28d5f8..31447e1430 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml apicurio-registry-operator diff --git a/pom.xml b/pom.xml index 49e969e6e8..18813a10fa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 pom apicurio-registry Open Source API & Schema Registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index d18221720d..ee82c0ec67 100644 --- a/schema-resolver/pom.xml +++ b/schema-resolver/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 2ee8318550..826b478fe0 100644 --- a/schema-util/asyncapi/pom.xml +++ b/schema-util/asyncapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 855d351a6d..f6cf596c79 100644 --- a/schema-util/avro/pom.xml +++ b/schema-util/avro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 5702774e6d..1e859a6fc4 100644 --- a/schema-util/common/pom.xml +++ b/schema-util/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index fe62e549b2..3c0ec9f42f 100644 --- a/schema-util/graphql/pom.xml +++ b/schema-util/graphql/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index cdca364c5e..26387bf78f 100644 --- a/schema-util/json/pom.xml +++ b/schema-util/json/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index d7cc8e87c4..322b1ddb3b 100644 --- a/schema-util/kconnect/pom.xml +++ b/schema-util/kconnect/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 152aec0af7..1601639387 100644 --- a/schema-util/openapi/pom.xml +++ b/schema-util/openapi/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index de3e16af54..3c8ab28314 100644 --- a/schema-util/protobuf/pom.xml +++ b/schema-util/protobuf/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index a928bb7d86..0b8d4917de 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.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index f71472d522..64d463312a 100644 --- a/schema-util/wsdl/pom.xml +++ b/schema-util/wsdl/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index b68aaec476..328112e8f4 100644 --- a/schema-util/xml/pom.xml +++ b/schema-util/xml/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 38723780d1..0eeb6a1f8a 100644 --- a/schema-util/xsd/pom.xml +++ b/schema-util/xsd/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml index c64723e385..6ba4124743 100644 --- a/serdes/avro-serde/pom.xml +++ b/serdes/avro-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml index 42e428aa1e..80d2468313 100644 --- a/serdes/jsonschema-serde/pom.xml +++ b/serdes/jsonschema-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml index 8615a962fb..398109f298 100644 --- a/serdes/protobuf-serde/pom.xml +++ b/serdes/protobuf-serde/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml index 595e9f1b44..082c2cfec3 100644 --- a/serdes/serde-common/pom.xml +++ b/serdes/serde-common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/ui/package-lock.json b/ui/package-lock.json index f0d5050332..c78c96ba90 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/registry-ui", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "hasInstallScript": true, "dependencies": { "@apicurio/apicurio-registry-client": "file:../typescript-sdk" diff --git a/ui/package.json b/ui/package.json index d42747a4fe..27abad9f6c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/registry-ui", "private": true, - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "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 bda7bc3561..294aed8777 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.0-SNAPSHOT", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-tests", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "@apicurio/eslint-config": "0.3.0", diff --git a/ui/tests/package.json b/ui/tests/package.json index 8e000aad68..d261b077a2 100644 --- a/ui/tests/package.json +++ b/ui/tests/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/registry-ui-tests", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "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 b755f21aa9..fc144c4553 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.0-SNAPSHOT", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-app", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index acb4cba0b9..037986a61b 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.0-SNAPSHOT", + "version": "3.0.0", "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 8bc20bcf07..fdfc1888a7 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.0-SNAPSHOT", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apicurio/registry-ui-docs", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "core-js": "3.37.1", diff --git a/ui/ui-docs/package.json b/ui/ui-docs/package.json index 60282a10ee..31a43b0fd0 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.0-SNAPSHOT", + "version": "3.0.0", "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 84baf04780..6ab618ec62 100644 --- a/utils/converter/pom.xml +++ b/utils/converter/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 5581b113b9..80518196cd 100644 --- a/utils/exportConfluent/pom.xml +++ b/utils/exportConfluent/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index 9e6853aa22..95c53712db 100644 --- a/utils/importexport/pom.xml +++ b/utils/importexport/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 92bcf624e6..6317691ea5 100644 --- a/utils/kafka/pom.xml +++ b/utils/kafka/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 432cd89f0e..cb865bce8e 100644 --- a/utils/maven-plugin/pom.xml +++ b/utils/maven-plugin/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 779f2dac66..4a38a1d29e 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.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index 211fa5ac4b..52bdd95b1e 100644 --- a/utils/tests/pom.xml +++ b/utils/tests/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index 7e0568a298..e20ab5ccbc 100644 --- a/utils/tools/pom.xml +++ b/utils/tools/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0.M4 ../../pom.xml