Skip to content

Commit 2eb4994

Browse files
committed
Automated update to Release Version:: 3.2.0
1 parent d02c7cf commit 2eb4994

113 files changed

Lines changed: 125 additions & 125 deletions

File tree

Some content is hidden

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

app/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Apicurio Registry API [v3]",
5-
"version": "3.1.x",
5+
"version": "3.2.x",
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/v3` by default. Therefore you must prefix all API operation paths with `/apis/registry/v3` in this case. For example: `/apis/registry/v3/ids/globalIds/{globalId}`.\n",
77
"contact": {
88
"name": "Apicurio",

artifact-type-builtins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apicurio/artifact-type-builtins",
33
"private": false,
4-
"version": "3.1.8-Dev",
4+
"version": "3.2.0",
55
"type": "module",
66
"description": "Built-in functions and TypeScript type definitions for creating custom artifact types in Apicurio Registry",
77
"main": "lib/ArtifactTypeScriptProvider_Builtins.mjs",

cli/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
9+
<version>3.2.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

common/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

config-index/definitions/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

config-index/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

config-index/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

distro/connect-converter/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

distro/docker/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)