Skip to content

Commit

Permalink
build: 1.0.0-EAP-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Mar 10, 2024
1 parent 0819fec commit 3e904ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion asyncapi-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>asyncapi</artifactId>
<groupId>com.asyncapi</groupId>
<version>1.0.0-EAP-3-SNAPSHOT</version>
<version>1.0.0-EAP-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.asyncapi</groupId>
<artifactId>asyncapi</artifactId>
<version>1.0.0-EAP-3-SNAPSHOT</version>
<version>1.0.0-EAP-3</version>

<!-- Project Information -->
<name>AsyncAPI</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
</licenses>
<scm>
<url>https://github.com/asyncapi/java-asyncapi</url>
<connection>scm:git:https://github.com/asyncapi/java-asyncapi.git</connection>
<connection>scm:git:https://github.com/asyncapi/jasyncapi.git</connection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 3e904ec

Please sign in to comment.