diff --git a/app/pom.xml b/app/pom.xml
index 1e306b527e..ce11605d85 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.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 d669ee2559..de8b51e86d 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.1.2-SNAPSHOT",
+ "version": "2.1.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 `https://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 49dff4aba5..02092e902a 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/client/pom.xml b/client/pom.xml
index 3e60714519..f63f8a5a7e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -21,7 +21,7 @@
apicurio-registry
io.apicurio
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
4.0.0
diff --git a/common/pom.xml b/common/pom.xml
index b280e18fce..249792b8e5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/distro/connect-converter/pom.xml b/distro/connect-converter/pom.xml
index 082014dfb0..461a269c20 100644
--- a/distro/connect-converter/pom.xml
+++ b/distro/connect-converter/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/distro/docker-compose/pom.xml b/distro/docker-compose/pom.xml
index c3f5d0972a..d72f24faf9 100644
--- a/distro/docker-compose/pom.xml
+++ b/distro/docker-compose/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/distro/docker/pom.xml b/distro/docker/pom.xml
index 679b8e29c9..00a21ada63 100644
--- a/distro/docker/pom.xml
+++ b/distro/docker/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/distro/openshift-template/pom.xml b/distro/openshift-template/pom.xml
index 706a1508f7..a36987e8c5 100644
--- a/distro/openshift-template/pom.xml
+++ b/distro/openshift-template/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry-distro
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/distro/pom.xml b/distro/pom.xml
index 96a50ec11b..c53babccba 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
apicurio-registry-distro
diff --git a/docs/antora.yml b/docs/antora.yml
index e3a18ad430..bac2b5df9c 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,6 @@
name: apicurio-registry
title: Apicurio Registry
-version: 'master'
+version: '2.1.2.Final'
start_ROOT: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
diff --git a/docs/pom.xml b/docs/pom.xml
index 4ed345c47c..e42ba82b9f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -8,7 +8,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/docs/rest-api/pom.xml b/docs/rest-api/pom.xml
index 6c2d27c96e..fd5aea80e1 100644
--- a/docs/rest-api/pom.xml
+++ b/docs/rest-api/pom.xml
@@ -8,7 +8,7 @@
io.apicurio
apicurio-registry-docs
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/integration-tests/integration-tests-common/pom.xml b/integration-tests/integration-tests-common/pom.xml
index fd4c2c9880..8e132d8a95 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.1.2-SNAPSHOT
+ 2.1.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 608e833cce..3546817d55 100644
--- a/integration-tests/legacy-tests/pom.xml
+++ b/integration-tests/legacy-tests/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.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 7632dc8ccd..ef2ea05d7d 100644
--- a/integration-tests/testsuite/pom.xml
+++ b/integration-tests/testsuite/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.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 34b400925e..fa5d1d34d3 100644
--- a/multitenancy/tenant-manager-api/pom.xml
+++ b/multitenancy/tenant-manager-api/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/multitenancy/tenant-manager-client/pom.xml b/multitenancy/tenant-manager-client/pom.xml
index dab217f5fc..05b455ee8d 100644
--- a/multitenancy/tenant-manager-client/pom.xml
+++ b/multitenancy/tenant-manager-client/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/multitenancy/tenant-manager-datamodel/pom.xml b/multitenancy/tenant-manager-datamodel/pom.xml
index 959649dd94..2bba4d4943 100644
--- a/multitenancy/tenant-manager-datamodel/pom.xml
+++ b/multitenancy/tenant-manager-datamodel/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/pom.xml b/pom.xml
index b1d56ccf25..4bdf2d80cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
pom
apicurio-registry
diff --git a/schema-compatibility/json/pom.xml b/schema-compatibility/json/pom.xml
index 68a5bb8063..a9dba77902 100644
--- a/schema-compatibility/json/pom.xml
+++ b/schema-compatibility/json/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/schema-compatibility/protobuf/pom.xml b/schema-compatibility/protobuf/pom.xml
index 2bbeb5094d..d09725be66 100644
--- a/schema-compatibility/protobuf/pom.xml
+++ b/schema-compatibility/protobuf/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/serdes/avro-serde/pom.xml b/serdes/avro-serde/pom.xml
index 274a1f7ce9..3cedb1a276 100644
--- a/serdes/avro-serde/pom.xml
+++ b/serdes/avro-serde/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/serdes/jsonschema-serde/pom.xml b/serdes/jsonschema-serde/pom.xml
index 121c551617..8be8c868ff 100644
--- a/serdes/jsonschema-serde/pom.xml
+++ b/serdes/jsonschema-serde/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/serdes/protobuf-serde/pom.xml b/serdes/protobuf-serde/pom.xml
index bdb429fe02..b6b31f6cd2 100644
--- a/serdes/protobuf-serde/pom.xml
+++ b/serdes/protobuf-serde/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/serdes/serde-common/pom.xml b/serdes/serde-common/pom.xml
index 4e207d3f0e..07c58e77af 100644
--- a/serdes/serde-common/pom.xml
+++ b/serdes/serde-common/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/storage/kafkasql/pom.xml b/storage/kafkasql/pom.xml
index 1874112917..eceaddb052 100644
--- a/storage/kafkasql/pom.xml
+++ b/storage/kafkasql/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry-storage
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/storage/pom.xml b/storage/pom.xml
index 19aa7007fc..ad5516e26a 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -4,7 +4,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
apicurio-registry-storage
diff --git a/storage/sql/pom.xml b/storage/sql/pom.xml
index 460b09173b..0c6e3b9137 100644
--- a/storage/sql/pom.xml
+++ b/storage/sql/pom.xml
@@ -6,7 +6,7 @@
io.apicurio
apicurio-registry-storage
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/ui/pom.xml b/ui/pom.xml
index 470bcdea64..61b1762691 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../pom.xml
diff --git a/utils/converter/pom.xml b/utils/converter/pom.xml
index b76830af4a..58b3e980ee 100644
--- a/utils/converter/pom.xml
+++ b/utils/converter/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/importexport/pom.xml b/utils/importexport/pom.xml
index 43c9cb4f0d..2ea21de571 100644
--- a/utils/importexport/pom.xml
+++ b/utils/importexport/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/kafka/pom.xml b/utils/kafka/pom.xml
index 9d3846b359..f26f77a109 100644
--- a/utils/kafka/pom.xml
+++ b/utils/kafka/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/maven-plugin/pom.xml b/utils/maven-plugin/pom.xml
index c4f2b29c59..acb437a738 100644
--- a/utils/maven-plugin/pom.xml
+++ b/utils/maven-plugin/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/protobuf-schema-utilities/pom.xml b/utils/protobuf-schema-utilities/pom.xml
index 08d058d69c..171a900740 100644
--- a/utils/protobuf-schema-utilities/pom.xml
+++ b/utils/protobuf-schema-utilities/pom.xml
@@ -5,7 +5,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/tests/pom.xml b/utils/tests/pom.xml
index 434c611052..879ba12b58 100644
--- a/utils/tests/pom.xml
+++ b/utils/tests/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml
diff --git a/utils/tools/pom.xml b/utils/tools/pom.xml
index fa9630c196..41de25d88b 100644
--- a/utils/tools/pom.xml
+++ b/utils/tools/pom.xml
@@ -7,7 +7,7 @@
io.apicurio
apicurio-registry
- 2.1.2-SNAPSHOT
+ 2.1.2.Final
../../pom.xml