diff --git a/README.md b/README.md index 66ff100d..97d13f95 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > ⚠️ This project doesn't support AsyncAPI 1.x --- -[![Version](https://img.shields.io/maven-central/v/com.asyncapi/asyncapi-core?logo=apache-maven)](https://search.maven.org/artifact/io.quarkiverse.asyncapi/quarkus-asyncapi) +[![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-EAP-3) ## 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 76314cda..ad3d103a 100644 --- a/asyncapi-core/pom.xml +++ b/asyncapi-core/pom.xml @@ -6,7 +6,7 @@ asyncapi com.asyncapi - 1.0.0-EAP-3-SNAPSHOT + 1.0.0-EAP-3 4.0.0 diff --git a/pom.xml b/pom.xml index cd008e0b..d833a672 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.asyncapi asyncapi - 1.0.0-EAP-3-SNAPSHOT + 1.0.0-EAP-3 AsyncAPI @@ -38,7 +38,7 @@ https://github.com/asyncapi/java-asyncapi - scm:git:https://github.com/asyncapi/java-asyncapi.git + scm:git:https://github.com/asyncapi/jasyncapi.git HEAD