Skip to content

Commit 13e9cab

Browse files
committed
Automated update to Release Version:: 2.4.1.Final
1 parent d2d5a4c commit 13e9cab

File tree

49 files changed

+49
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-49
lines changed

app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

app/src/main/resources-unfiltered/META-INF/resources/api-specifications/registry/v2/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.2",
33
"info": {
44
"title": "Apicurio Registry API [v2]",
5-
"version": "2.4.0.Final",
5+
"version": "2.4.1.Final",
66
"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",
77
"contact": {
88
"name": "Apicurio",

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apicurio-registry</artifactId>
2323
<groupId>io.apicurio</groupId>
24-
<version>2.4.1-SNAPSHOT</version>
24+
<version>2.4.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

distro/connect-converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry-distro</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

distro/docker-compose/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry-distro</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

distro/docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry-distro</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

distro/openshift-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry-distro</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

distro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-registry</artifactId>
7-
<version>2.4.1-SNAPSHOT</version>
7+
<version>2.4.1.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-registry-distro</artifactId>

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apicurio-registry
22
title: Apicurio Registry
3-
version: 'main'
3+
version: '2.4.1.Final'
44
start_ROOT: ROOT:index.adoc
55
nav:
66
- modules/ROOT/nav.adoc

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.apicurio</groupId>
1010
<artifactId>apicurio-registry</artifactId>
11-
<version>2.4.1-SNAPSHOT</version>
11+
<version>2.4.1.Final</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

docs/rest-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.apicurio</groupId>
1010
<artifactId>apicurio-registry-docs</artifactId>
11-
<version>2.4.1-SNAPSHOT</version>
11+
<version>2.4.1.Final</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

integration-tests/integration-tests-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>apicurio-registry-integration-tests-common</artifactId>

integration-tests/legacy-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>apicurio-registry-integration-tests-legacy-tests</artifactId>

integration-tests/testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>apicurio-registry-integration-tests-testsuite</artifactId>

new-system-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apicurio-registry</artifactId>
77
<groupId>io.apicurio</groupId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-registry</artifactId>
7-
<version>2.4.1-SNAPSHOT</version>
7+
<version>2.4.1.Final</version>
88
<packaging>pom</packaging>
99
<name>apicurio-registry</name>
1010

schema-resolver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

schema-util/asyncapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/avro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/graphql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/kconnect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/openapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/protobuf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/util-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/wsdl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

schema-util/xsd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

serdes/avro-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

serdes/jsonschema-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

serdes/protobuf-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

serdes/serde-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

storage/kafkasql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry-storage</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

storage/mssql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-registry-storage</artifactId>
7-
<version>2.4.1-SNAPSHOT</version>
7+
<version>2.4.1.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-registry</artifactId>
7-
<version>2.4.1-SNAPSHOT</version>
7+
<version>2.4.1.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-registry-storage</artifactId>

storage/sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apicurio</groupId>
88
<artifactId>apicurio-registry-storage</artifactId>
9-
<version>2.4.1-SNAPSHOT</version>
9+
<version>2.4.1.Final</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

system-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apicurio-registry</artifactId>
77
<groupId>io.apicurio</groupId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.apicurio</groupId>
77
<artifactId>apicurio-registry</artifactId>
8-
<version>2.4.1-SNAPSHOT</version>
8+
<version>2.4.1.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

utils/converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/exportConfluent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/exportV1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/importexport/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.apicurio</groupId>
99
<artifactId>apicurio-registry</artifactId>
10-
<version>2.4.1-SNAPSHOT</version>
10+
<version>2.4.1.Final</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)