Skip to content

Commit f5404b0

Browse files
committed
Automated update to RC Version:: 2.0.0.RC1
1 parent 5315d2d commit f5404b0

File tree

42 files changed

+47
-47
lines changed

Some content is hidden

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

42 files changed

+47
-47
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class MavenWrapperDownloader {
2222

23-
private static final String WRAPPER_VERSION = "0.5.5";
23+
private static final String WRAPPER_VERSION = "0.5.6";
2424
/**
2525
* Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
2626
*/

.mvn/wrapper/maven-wrapper.jar

0 Bytes
Binary file not shown.

app/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.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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.0.0-SNAPSHOT",
5+
"version": "2.0.0.RC1",
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 (schema and file descriptor)\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/api` by default. Therefore you must prefix all API operation paths with `/api` in this case. For example: `/api/ids/{globalId}`.\n",
77
"contact": {
88
"name": "Apicurio",

cli/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

client/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.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
7+
<version>2.0.0.RC1</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: '2.0.0.Final'
3+
version: '2.0.0.RC1'
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.0.0-SNAPSHOT</version>
11+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
11+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>apicurio-registry-integration-tests-testsuite</artifactId>

multitenancy/tenant-manager-api/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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

multitenancy/tenant-manager-client/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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

multitenancy/tenant-manager-datamodel/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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

mvnw

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ----------------------------------------------------------------------------
2020

2121
# ----------------------------------------------------------------------------
22-
# Maven2 Start Up Batch script
22+
# Maven Start Up Batch script
2323
#
2424
# Required ENV vars:
2525
# ------------------
@@ -212,9 +212,9 @@ else
212212
echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
213213
fi
214214
if [ -n "$MVNW_REPOURL" ]; then
215-
jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
215+
jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
216216
else
217-
jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
217+
jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
218218
fi
219219
while IFS="=" read key value; do
220220
case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
@@ -246,7 +246,7 @@ else
246246
else
247247
curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
248248
fi
249-
249+
250250
else
251251
if [ "$MVNW_VERBOSE" = true ]; then
252252
echo "Falling back to using Java to download"

mvnw.cmd

100755100644
+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
@REM ----------------------------------------------------------------------------
1919

2020
@REM ----------------------------------------------------------------------------
21-
@REM Maven2 Start Up Batch script
21+
@REM Maven Start Up Batch script
2222
@REM
2323
@REM Required ENV vars:
2424
@REM JAVA_HOME - location of a JDK home dir
2525
@REM
2626
@REM Optional ENV vars
2727
@REM M2_HOME - location of maven2's installed home dir
2828
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
29-
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
29+
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
3030
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
3131
@REM e.g. to debug Maven itself, use
3232
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
@@ -120,7 +120,7 @@ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
120120
set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
121121
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
122122

123-
set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
123+
set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
124124

125125
FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
126126
IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
@@ -134,7 +134,7 @@ if exist %WRAPPER_JAR% (
134134
)
135135
) else (
136136
if not "%MVNW_REPOURL%" == "" (
137-
SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar"
137+
SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
138138
)
139139
if "%MVNW_VERBOSE%" == "true" (
140140
echo Couldn't find %WRAPPER_JAR%, downloading it ...

perftest/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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>apicurio-registry-perftest</artifactId>

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.0.0-SNAPSHOT</version>
7+
<version>2.0.0.RC1</version>
88
<packaging>pom</packaging>
99
<name>apicurio-registry</name>
1010

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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

serdes/protobuf-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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

storage/asyncmem/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.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

storage/infinispan/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.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

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</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

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</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

storage/streams/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

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.0.0-SNAPSHOT</version>
8+
<version>2.0.0.RC1</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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/kafka/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/maven-plugin/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/sql/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

utils/streams/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.0.0-SNAPSHOT</version>
10+
<version>2.0.0.RC1</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)