From 28ef8fd32fd45b0248f8e6a06d743aed8a341fb3 Mon Sep 17 00:00:00 2001 From: Lorenz Simon Date: Tue, 11 Apr 2023 14:02:53 +0200 Subject: [PATCH] release: 3.0.0 (#53) release - 3.0.0 --- kotlin-asyncapi-annotation/pom.xml | 2 +- kotlin-asyncapi-core/pom.xml | 2 +- kotlin-asyncapi-maven-plugin/pom.xml | 2 +- kotlin-asyncapi-script/pom.xml | 2 +- kotlin-asyncapi-spring-web/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kotlin-asyncapi-annotation/pom.xml b/kotlin-asyncapi-annotation/pom.xml index d0d78b5..760ad07 100644 --- a/kotlin-asyncapi-annotation/pom.xml +++ b/kotlin-asyncapi-annotation/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 2.1.4-SNAPSHOT + 3.0.0 kotlin-asyncapi-annotation diff --git a/kotlin-asyncapi-core/pom.xml b/kotlin-asyncapi-core/pom.xml index 6a4cbdf..39bc7c8 100644 --- a/kotlin-asyncapi-core/pom.xml +++ b/kotlin-asyncapi-core/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 2.1.4-SNAPSHOT + 3.0.0 kotlin-asyncapi-core diff --git a/kotlin-asyncapi-maven-plugin/pom.xml b/kotlin-asyncapi-maven-plugin/pom.xml index 95d03a9..8bdcfc7 100644 --- a/kotlin-asyncapi-maven-plugin/pom.xml +++ b/kotlin-asyncapi-maven-plugin/pom.xml @@ -4,7 +4,7 @@ kotlin-asyncapi-parent org.openfolder - 2.1.4-SNAPSHOT + 3.0.0 kotlin-asyncapi-maven-plugin diff --git a/kotlin-asyncapi-script/pom.xml b/kotlin-asyncapi-script/pom.xml index e9158ea..909fe95 100644 --- a/kotlin-asyncapi-script/pom.xml +++ b/kotlin-asyncapi-script/pom.xml @@ -4,7 +4,7 @@ kotlin-asyncapi-parent org.openfolder - 2.1.4-SNAPSHOT + 3.0.0 kotlin-asyncapi-script diff --git a/kotlin-asyncapi-spring-web/pom.xml b/kotlin-asyncapi-spring-web/pom.xml index 646673c..b2abc75 100644 --- a/kotlin-asyncapi-spring-web/pom.xml +++ b/kotlin-asyncapi-spring-web/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 2.1.4-SNAPSHOT + 3.0.0 kotlin-asyncapi-spring-web diff --git a/pom.xml b/pom.xml index de75804..df9215d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openfolder kotlin-asyncapi-parent - 2.1.4-SNAPSHOT + 3.0.0 pom Kotlin AsyncAPI Parent POM