From 5f49700771ec62c33c2b96fb89b443e731a61236 Mon Sep 17 00:00:00 2001 From: Carlos Tasada Date: Wed, 21 Jun 2023 18:13:36 +0200 Subject: [PATCH] build: updated snapshot version The Maven Release lifecycle indicates that between releases, the `` value should be prefixed with `-SNAPSHOT`. This allows to properly identify what's the next version release and provide an easy way to deploy development versions for local testing. --- asyncapi-core/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asyncapi-core/pom.xml b/asyncapi-core/pom.xml index bd67c4fb..afe5ed24 100644 --- a/asyncapi-core/pom.xml +++ b/asyncapi-core/pom.xml @@ -6,7 +6,7 @@ asyncapi com.asyncapi - 1.0.0-EAP-2 + 1.0.0-EAP-3-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 9b3b6d45..60496ee4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.asyncapi asyncapi - 1.0.0-EAP-2 + 1.0.0-EAP-3-SNAPSHOT AsyncAPI