From 7c3196fc70571b47445cf1487ad0a204d9414d00 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 26 Aug 2019 15:52:01 +0200 Subject: [PATCH] Update version to 2.0.0-rc2 --- examples/next/anyof.yml | 2 +- examples/next/application-headers.yml | 2 +- examples/next/correlation-id.yml | 2 +- examples/next/gitter-streaming.yml | 2 +- examples/next/not.yml | 2 +- examples/next/oneof.yml | 2 +- examples/next/rpc-client.yml | 2 +- examples/next/rpc-server.yml | 2 +- examples/next/slack-rtm.yml | 2 +- examples/next/streetlights.yml | 2 +- versions/next/asyncapi.md | 2 +- versions/next/schema.json | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/next/anyof.yml b/examples/next/anyof.yml index ab27f0708..fc078425d 100644 --- a/examples/next/anyof.yml +++ b/examples/next/anyof.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' info: title: AnyOf example version: '1.0.0' diff --git a/examples/next/application-headers.yml b/examples/next/application-headers.yml index 70d7b3d28..8b9b825bf 100644 --- a/examples/next/application-headers.yml +++ b/examples/next/application-headers.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' info: title: Application Headers example version: '1.0.0' diff --git a/examples/next/correlation-id.yml b/examples/next/correlation-id.yml index 0243be078..9495714cc 100644 --- a/examples/next/correlation-id.yml +++ b/examples/next/correlation-id.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' info: title: Correlation ID Example version: '1.0.0' diff --git a/examples/next/gitter-streaming.yml b/examples/next/gitter-streaming.yml index a835c1cf5..ecfec5533 100644 --- a/examples/next/gitter-streaming.yml +++ b/examples/next/gitter-streaming.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' id: 'urn:com:gitter:streaming:api' info: title: Gitter Streaming API diff --git a/examples/next/not.yml b/examples/next/not.yml index 7281b8b80..18145ec13 100644 --- a/examples/next/not.yml +++ b/examples/next/not.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' info: title: Not example version: '1.0.0' diff --git a/examples/next/oneof.yml b/examples/next/oneof.yml index 1e77688a2..3d3c0d4f5 100644 --- a/examples/next/oneof.yml +++ b/examples/next/oneof.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' info: title: OneOf example version: '1.0.0' diff --git a/examples/next/rpc-client.yml b/examples/next/rpc-client.yml index 30be9e4f3..4c14b4c35 100644 --- a/examples/next/rpc-client.yml +++ b/examples/next/rpc-client.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' id: 'urn:rpc:example:client' defaultContentType: application/json diff --git a/examples/next/rpc-server.yml b/examples/next/rpc-server.yml index 2e12ff404..c79592921 100644 --- a/examples/next/rpc-server.yml +++ b/examples/next/rpc-server.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' id: 'urn:rpc:example:server' defaultContentType: application/json diff --git a/examples/next/slack-rtm.yml b/examples/next/slack-rtm.yml index 25583c8bd..135cc8274 100644 --- a/examples/next/slack-rtm.yml +++ b/examples/next/slack-rtm.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' id: 'urn:com:slack:rtm:api' info: title: Slack Real Time Messaging API diff --git a/examples/next/streetlights.yml b/examples/next/streetlights.yml index 523fdceff..7942f479e 100644 --- a/examples/next/streetlights.yml +++ b/examples/next/streetlights.yml @@ -1,4 +1,4 @@ -asyncapi: '2.0.0-rc1' +asyncapi: '2.0.0-rc2' id: 'urn:com:smartylighting:streetlights:server' info: title: Streetlights API diff --git a/versions/next/asyncapi.md b/versions/next/asyncapi.md index 352f601d4..73a89f011 100644 --- a/versions/next/asyncapi.md +++ b/versions/next/asyncapi.md @@ -4,7 +4,7 @@ Part of this content has been taken from the great work done by the folks at the [OpenAPI Initiative](https://openapis.org). Mainly because **it's a great work** and we want to keep as much compatibility as possible with the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification). -#### Version 2.0.0-rc1 +#### Version 2.0.0-rc2 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt). diff --git a/versions/next/schema.json b/versions/next/schema.json index d24a55448..03662f12e 100644 --- a/versions/next/schema.json +++ b/versions/next/schema.json @@ -1,5 +1,5 @@ { - "title": "AsyncAPI 2.0.0-rc1 schema.", + "title": "AsyncAPI 2.0.0-rc2 schema.", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": [ @@ -17,7 +17,7 @@ "asyncapi": { "type": "string", "enum": [ - "2.0.0-rc1" + "2.0.0-rc2" ], "description": "The AsyncAPI specification version of this document." },