From b28f71dcedd656e06d421474d1dace9ab5d96a02 Mon Sep 17 00:00:00 2001 From: apicurio-ci Date: Fri, 27 Sep 2024 11:56:10 +0000 Subject: [PATCH] Automated update to Release Version:: 3.0.0 --- 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 +- 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 +- 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 +- 73 files changed, 78 insertions(+), 78 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index eaec306539..ea89d2b371 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index d0b8f13d84..7dc4b65de3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml index e33caeed04..540fdcc7a8 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 ../pom.xml diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml index bd1df2ff14..1b9cb35218 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 ../pom.xml diff --git a/distro/pom.xml b/distro/pom.xml index 0eb28c880e..3e7b4ead53 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml apicurio-registry-distro diff --git a/docs/pom.xml b/docs/pom.xml index 2ac801bbd1..661ece4481 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml index 226a9b5b76..9659d33984 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 ../pom.xml diff --git a/examples/avro-bean/pom.xml b/examples/avro-bean/pom.xml index 800d39df62..b2c8f9e269 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 ../pom.xml diff --git a/examples/avro-maven-with-references-auto/pom.xml b/examples/avro-maven-with-references-auto/pom.xml index f7938f0452..eb34fb9620 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 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 7c3c365ef9..b3ad6bc3c2 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 apicurio-registry-examples-avro-maven-with-references diff --git a/examples/confluent-serdes/pom.xml b/examples/confluent-serdes/pom.xml index d1166ad989..3864950e2e 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 ../pom.xml diff --git a/examples/custom-resolver/pom.xml b/examples/custom-resolver/pom.xml index 6c31737b1e..95a9ca2e8b 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 ../pom.xml diff --git a/examples/custom-strategy/pom.xml b/examples/custom-strategy/pom.xml index 58a65280ad..270692f2a8 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 ../pom.xml diff --git a/examples/jsonschema-validation/pom.xml b/examples/jsonschema-validation/pom.xml index d60a623dbe..a460512328 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 ../pom.xml diff --git a/examples/mix-avro/pom.xml b/examples/mix-avro/pom.xml index 4c8fa4bb19..b7e16b21b0 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 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index fdb0e6ed06..08a80e59a2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml apicurio-registry-examples - 3.0.0-SNAPSHOT + 3.0.0 pom Open Source API & Schema Registry diff --git a/examples/protobuf-bean/pom.xml b/examples/protobuf-bean/pom.xml index 81d5bdd21a..fc718133ed 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 ../pom.xml diff --git a/examples/protobuf-find-latest/pom.xml b/examples/protobuf-find-latest/pom.xml index 002855c63c..48976bc1f0 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 ../pom.xml diff --git a/examples/protobuf-validation/pom.xml b/examples/protobuf-validation/pom.xml index 13ace43bd5..cc1c633fcf 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 ../pom.xml diff --git a/examples/rest-client/pom.xml b/examples/rest-client/pom.xml index 5686afd2a6..0101603278 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 ../pom.xml diff --git a/examples/serdes-with-references/pom.xml b/examples/serdes-with-references/pom.xml index 2e120271cb..1bb73bb5cc 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 ../pom.xml diff --git a/examples/simple-avro-maven/pom.xml b/examples/simple-avro-maven/pom.xml index a1ba1d13a4..f31924590a 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 ../pom.xml diff --git a/examples/simple-avro/pom.xml b/examples/simple-avro/pom.xml index 9c8e0cd743..fd6153bc84 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 ../pom.xml diff --git a/examples/simple-json/pom.xml b/examples/simple-json/pom.xml index ee62c37ac0..46c7d1142d 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 ../pom.xml diff --git a/examples/simple-protobuf/pom.xml b/examples/simple-protobuf/pom.xml index f0dcf98406..0fda0b04d0 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 ../pom.xml diff --git a/examples/simple-validation/pom.xml b/examples/simple-validation/pom.xml index e67ee9c7d5..3365971d1f 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 ../pom.xml diff --git a/go-sdk/pom.xml b/go-sdk/pom.xml index 22cc93b490..0b052853b0 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 ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3125969461..1c000952eb 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 apicurio-registry-integration-tests diff --git a/java-sdk-v2/pom.xml b/java-sdk-v2/pom.xml index 5cfeaab930..36b4693f40 100644 --- a/java-sdk-v2/pom.xml +++ b/java-sdk-v2/pom.xml @@ -19,7 +19,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml apicurio-registry-v2-java-sdk diff --git a/java-sdk/pom.xml b/java-sdk/pom.xml index d68bd5f07d..020f1a1510 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 ../pom.xml apicurio-registry-java-sdk diff --git a/operator/controller/pom.xml b/operator/controller/pom.xml index 4c91d219e6..9f1bc10087 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 ../pom.xml diff --git a/operator/model/pom.xml b/operator/model/pom.xml index 287e0aacc4..08f5c25f8b 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 ../pom.xml apicurio-registry-operator-model diff --git a/operator/pom.xml b/operator/pom.xml index f635d2d3a4..2260a3d95e 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -5,7 +5,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 ../pom.xml apicurio-registry-operator diff --git a/pom.xml b/pom.xml index d7b813bfca..81748a465c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.apicurio apicurio-registry - 3.0.0-SNAPSHOT + 3.0.0 pom apicurio-registry Open Source API & Schema Registry diff --git a/schema-resolver/pom.xml b/schema-resolver/pom.xml index 718a3b858d..607818eb16 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 ../pom.xml diff --git a/schema-util/asyncapi/pom.xml b/schema-util/asyncapi/pom.xml index 28867d0307..00f2e069d0 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 ../../pom.xml diff --git a/schema-util/avro/pom.xml b/schema-util/avro/pom.xml index 607b1a18bc..04dbeb8312 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 ../../pom.xml diff --git a/schema-util/common/pom.xml b/schema-util/common/pom.xml index 61198c078a..22c6dfe46b 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 ../../pom.xml diff --git a/schema-util/graphql/pom.xml b/schema-util/graphql/pom.xml index 40d939357a..c991d7e096 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 ../../pom.xml diff --git a/schema-util/json/pom.xml b/schema-util/json/pom.xml index c3227f8a87..624df895b0 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 ../../pom.xml diff --git a/schema-util/kconnect/pom.xml b/schema-util/kconnect/pom.xml index 63b51896bb..aff1c9f9ba 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 ../../pom.xml diff --git a/schema-util/openapi/pom.xml b/schema-util/openapi/pom.xml index 2e1627b355..a1f106ef62 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 ../../pom.xml diff --git a/schema-util/protobuf/pom.xml b/schema-util/protobuf/pom.xml index 1b7731dc92..d09676cfb1 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 ../../pom.xml diff --git a/schema-util/util-provider/pom.xml b/schema-util/util-provider/pom.xml index b1ada53693..b0e21e873d 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 ../../pom.xml diff --git a/schema-util/wsdl/pom.xml b/schema-util/wsdl/pom.xml index 81fba0dd75..56d8634318 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 ../../pom.xml diff --git a/schema-util/xml/pom.xml b/schema-util/xml/pom.xml index ca4b295914..7669df78ba 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 ../../pom.xml diff --git a/schema-util/xsd/pom.xml b/schema-util/xsd/pom.xml index 8ef08edf58..50cd76104e 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 ../../pom.xml diff --git a/serdes/generic/serde-common-avro/pom.xml b/serdes/generic/serde-common-avro/pom.xml index f8f0540f99..3c58fb292d 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/generic/serde-common-jsonschema/pom.xml b/serdes/generic/serde-common-jsonschema/pom.xml index b8e236569d..a827030351 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/generic/serde-common-protobuf/pom.xml b/serdes/generic/serde-common-protobuf/pom.xml index eb0d7a4630..dd3c067b4f 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/generic/serde-common/pom.xml b/serdes/generic/serde-common/pom.xml index 75c75c8ab0..568778b789 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/kafka/avro-serde/pom.xml b/serdes/kafka/avro-serde/pom.xml index 077dc1eea1..c9a6f8fbb5 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/kafka/jsonschema-serde/pom.xml b/serdes/kafka/jsonschema-serde/pom.xml index 906442e6c8..fe8bc07188 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/kafka/protobuf-serde/pom.xml b/serdes/kafka/protobuf-serde/pom.xml index 71044f1d68..1f2cd3d3a0 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/kafka/serde-kafka-common/pom.xml b/serdes/kafka/serde-kafka-common/pom.xml index 5a1225e44b..6df504e96b 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/nats/avro-serde/pom.xml b/serdes/nats/avro-serde/pom.xml index e09e90f251..3d739ce4c8 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/serdes/pulsar/avro-serde/pom.xml b/serdes/pulsar/avro-serde/pom.xml index 2e76c66e81..9270fc6cdb 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.0-SNAPSHOT + 3.0.0 ../../../pom.xml diff --git a/ui/package-lock.json b/ui/package-lock.json index b5f780d1c1..cf2468bfd5 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 f3031261db..36f577fb8f 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 0e5833f98a..92c37c9345 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 7f30c80b85..e865e0a97e 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 0d31f3079d..3d83bcb2c1 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 0b6556832b..f98cdec560 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.38.1", diff --git a/ui/ui-docs/package.json b/ui/ui-docs/package.json index e691b0826c..7524385e67 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 03fed91d45..7e13a99d41 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 ../../pom.xml diff --git a/utils/exportConfluent/pom.xml b/utils/exportConfluent/pom.xml index 3e4839e7c6..32f28f9f56 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 ../../pom.xml diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml index d20dd6ca48..d754486a96 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 ../../pom.xml diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml index 2af790886e..0460d0ffe0 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 ../../pom.xml diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml index 56d281e565..20f3a65bfb 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 ../../pom.xml diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml index 7946d2cb08..ff629f8a55 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 ../../pom.xml diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml index c75f8730ed..03fa2af011 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 ../../pom.xml diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml index ca3ca2b702..a1c8b97cb3 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 ../../pom.xml