From abefed3fcce8420b84c76762425eee213862432b Mon Sep 17 00:00:00 2001 From: Pavel Bodiachevskii Date: Thu, 16 May 2024 15:19:29 +0400 Subject: [PATCH] release: 1.0.0-RC2 --- README.md | 2 +- asyncapi-core/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f77c6cb3..fbbe813e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Building the future of event-driven architectures

We're on a mission to standardize message-based communication and increase interoperability of the different systems out there.
-[![Version](https://img.shields.io/maven-central/v/com.asyncapi/asyncapi-core?logo=apache-maven)](https://central.sonatype.com/artifact/com.asyncapi/asyncapi-core/1.0.0-RC) +[![Version](https://img.shields.io/maven-central/v/com.asyncapi/asyncapi-core/1.0.0-RC2?logo=apache-maven)](https://central.sonatype.com/artifact/com.asyncapi/asyncapi-core/1.0.0-RC2) ## Overview JVM-friendly bindings for AsyncAPI. It allows you to read or write specifications for your asynchronous API through code diff --git a/asyncapi-core/pom.xml b/asyncapi-core/pom.xml index 144288f7..41befac9 100644 --- a/asyncapi-core/pom.xml +++ b/asyncapi-core/pom.xml @@ -6,7 +6,7 @@ asyncapi com.asyncapi - 1.0.0-RC + 1.0.0-RC2 4.0.0 diff --git a/pom.xml b/pom.xml index 20f0a813..803cfb94 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.asyncapi asyncapi - 1.0.0-RC + 1.0.0-RC2 AsyncAPI