diff --git a/app/pom.xml b/app/pom.xml
index 960d9022d6..82589b0125 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json
index 6e492a374d..6bae50fdcf 100644
--- a/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json
+++ b/app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json
@@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "Apicurio Registry API [v2]",
- "version": "2.0.1.Final",
+ "version": "2.0.2.Final",
"description": "Apicurio Registry is a datastore for standard event schemas and API designs. Apicurio Registry enables developers to manage and share the structure of their data using a REST interface. For example, client applications can dynamically push or pull the latest updates to or from the registry without needing to redeploy. Apicurio Registry also enables developers to create rules that govern how registry content can evolve over time. For example, this includes rules for content validation and version compatibility.\n\nThe Apicurio Registry REST API enables client applications to manage the artifacts in the registry. This API provides create, read, update, and delete operations for schema and API artifacts, rules, versions, and metadata. \n\nThe supported artifact types include:\n- Apache Avro schema\n- AsyncAPI specification\n- Google protocol buffers\n- GraphQL schema\n- JSON Schema\n- Kafka Connect schema\n- OpenAPI specification\n- Web Services Description Language\n- XML Schema Definition\n\n\n**Important**: The Apicurio Registry REST API is available from `http://MY-REGISTRY-URL/apis/registry/v2` by default. Therefore you must prefix all API operation paths with `../apis/registry/v2` in this case. For example: `../apis/registry/v2/ids/globalIds/{globalId}`.\n",
"contact": {
"name": "Apicurio",
diff --git a/cli/pom.xml b/cli/pom.xml
index 980e7cca10..eea54e7557 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/client/pom.xml b/client/pom.xml
index 62edb9e824..4d56f7b97b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
4.0.0
diff --git a/common/pom.xml b/common/pom.xml
index ac931a8137..9535268a9a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml
index 25450c7b4e..2b9a821822 100644
--- a/distro/connect-converter/pom.xml
+++ b/distro/connect-converter/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml
index 2203702245..f43e753427 100644
--- a/distro/docker-compose/pom.xml
+++ b/distro/docker-compose/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml
index a3e3483e62..16dd7f722d 100644
--- a/distro/docker/pom.xml
+++ b/distro/docker/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml
index a8c47b438c..8ddefaf973 100644
--- a/distro/openshift-template/pom.xml
+++ b/distro/openshift-template/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/distro/pom.xml b/distro/pom.xml
index ac2a0e667d..a465fa4880 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
apicurio-registry-distro
diff --git a/docs/antora.yml b/docs/antora.yml
index f312fe5010..4271ca2940 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,6 @@
name: apicurio-registry
title: Apicurio Registry
-version: '2.0.1.Final'
+version: '2.0.2.Final'
start_ROOT: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
diff --git a/docs/pom.xml b/docs/pom.xml
index a85f47bb1e..b65a447dd1 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -8,7 +8,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml
index fd8470194e..27309b6b12 100644
--- a/docs/rest-api/pom.xml
+++ b/docs/rest-api/pom.xml
@@ -8,7 +8,7 @@
io.apicurio
apicurio-registry-docs
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml
index 6f8c9bf0a6..154a39bdf9 100644
--- a/integration-tests/integration-tests-common/pom.xml
+++ b/integration-tests/integration-tests-common/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
apicurio-registry-integration-tests-common
diff --git a/integration-tests/legacy-tests/pom.xml b/integration-tests/legacy-tests/pom.xml
index 6c616464c5..c27540556d 100644
--- a/integration-tests/legacy-tests/pom.xml
+++ b/integration-tests/legacy-tests/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
apicurio-registry-integration-tests-legacy-tests
diff --git a/integration-tests/testsuite/pom.xml b/integration-tests/testsuite/pom.xml
index 18e59d856f..9ec1a59e55 100644
--- a/integration-tests/testsuite/pom.xml
+++ b/integration-tests/testsuite/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
apicurio-registry-integration-tests-testsuite
diff --git a/multitenancy/tenant-manager-api/pom.xml b/multitenancy/tenant-manager-api/pom.xml
index bf0f4e8fce..66fc0f11cc 100644
--- a/multitenancy/tenant-manager-api/pom.xml
+++ b/multitenancy/tenant-manager-api/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml
index 847a006d75..ed4f084c46 100644
--- a/multitenancy/tenant-manager-client/pom.xml
+++ b/multitenancy/tenant-manager-client/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml
index 5b18d63547..e5165d45cc 100644
--- a/multitenancy/tenant-manager-datamodel/pom.xml
+++ b/multitenancy/tenant-manager-datamodel/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/perftest/pom.xml b/perftest/pom.xml
index 8ba07e0dd5..2e3aa7e480 100644
--- a/perftest/pom.xml
+++ b/perftest/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
apicurio-registry-perftest
diff --git a/pom.xml b/pom.xml
index 0eb4c0aeef..f386fdf85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
pom
apicurio-registry
diff --git a/schema-compatibility/json/pom.xml b/schema-compatibility/json/pom.xml
index ef7048780e..8a39433f05 100644
--- a/schema-compatibility/json/pom.xml
+++ b/schema-compatibility/json/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/schema-compatibility/protobuf/pom.xml b/schema-compatibility/protobuf/pom.xml
index 1f4ad08d9b..434ee052e6 100644
--- a/schema-compatibility/protobuf/pom.xml
+++ b/schema-compatibility/protobuf/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml
index e9e6d311d7..114a7b7c41 100644
--- a/serdes/avro-serde/pom.xml
+++ b/serdes/avro-serde/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml
index 9a8f2f5a2b..93799b8381 100644
--- a/serdes/jsonschema-serde/pom.xml
+++ b/serdes/jsonschema-serde/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml
index 030df69e6f..87d59a2eac 100644
--- a/serdes/protobuf-serde/pom.xml
+++ b/serdes/protobuf-serde/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml
index 680fd50975..91e0705c07 100644
--- a/serdes/serde-common/pom.xml
+++ b/serdes/serde-common/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml
index 8cfaaef9f1..61e59445be 100644
--- a/storage/kafkasql/pom.xml
+++ b/storage/kafkasql/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry-storage
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/storage/pom.xml b/storage/pom.xml
index 55a2b94bc4..ba046ddc76 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
apicurio-registry-storage
diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml
index c6a901ce8a..bb9b8de692 100644
--- a/storage/sql/pom.xml
+++ b/storage/sql/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry-storage
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/ui/pom.xml b/ui/pom.xml
index 77583db8f2..71e53eed14 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../pom.xml
diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml
index c609f90e00..47731b615f 100644
--- a/utils/converter/pom.xml
+++ b/utils/converter/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/exportV1/pom.xml b/utils/exportV1/pom.xml
index 96be738914..bdf8ae9541 100644
--- a/utils/exportV1/pom.xml
+++ b/utils/exportV1/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml
index 01b57a0e2c..038ef9f6ea 100644
--- a/utils/importexport/pom.xml
+++ b/utils/importexport/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml
index b1ef00e463..6bc85e1685 100644
--- a/utils/kafka/pom.xml
+++ b/utils/kafka/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml
index f5b6496f9f..cf8957c5c1 100644
--- a/utils/maven-plugin/pom.xml
+++ b/utils/maven-plugin/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml
index 31391c0bc6..f00594dd52 100644
--- a/utils/tests/pom.xml
+++ b/utils/tests/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml
diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml
index 838160ee9b..4356fbea77 100644
--- a/utils/tools/pom.xml
+++ b/utils/tools/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.0.2-SNAPSHOT
+ 2.0.2.Final
../../pom.xml