From ae55883f6e754bffb3460a29eda46c21efd81a5e Mon Sep 17 00:00:00 2001 From: Lorenz Simon Date: Tue, 11 Apr 2023 19:10:35 +0200 Subject: [PATCH] pre-release: 3.0.1 (#55) pre-release - 3.0.1 --- 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 760ad07..9a63c87 100644 --- a/kotlin-asyncapi-annotation/pom.xml +++ b/kotlin-asyncapi-annotation/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.0 + 3.0.1-SNAPSHOT kotlin-asyncapi-annotation diff --git a/kotlin-asyncapi-core/pom.xml b/kotlin-asyncapi-core/pom.xml index 39bc7c8..8349d2d 100644 --- a/kotlin-asyncapi-core/pom.xml +++ b/kotlin-asyncapi-core/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.0 + 3.0.1-SNAPSHOT kotlin-asyncapi-core diff --git a/kotlin-asyncapi-maven-plugin/pom.xml b/kotlin-asyncapi-maven-plugin/pom.xml index 8bdcfc7..7aa4eee 100644 --- a/kotlin-asyncapi-maven-plugin/pom.xml +++ b/kotlin-asyncapi-maven-plugin/pom.xml @@ -4,7 +4,7 @@ kotlin-asyncapi-parent org.openfolder - 3.0.0 + 3.0.1-SNAPSHOT kotlin-asyncapi-maven-plugin diff --git a/kotlin-asyncapi-script/pom.xml b/kotlin-asyncapi-script/pom.xml index 909fe95..efbe497 100644 --- a/kotlin-asyncapi-script/pom.xml +++ b/kotlin-asyncapi-script/pom.xml @@ -4,7 +4,7 @@ kotlin-asyncapi-parent org.openfolder - 3.0.0 + 3.0.1-SNAPSHOT kotlin-asyncapi-script diff --git a/kotlin-asyncapi-spring-web/pom.xml b/kotlin-asyncapi-spring-web/pom.xml index b2abc75..aaaf3bd 100644 --- a/kotlin-asyncapi-spring-web/pom.xml +++ b/kotlin-asyncapi-spring-web/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.0 + 3.0.1-SNAPSHOT kotlin-asyncapi-spring-web diff --git a/pom.xml b/pom.xml index df9215d..ea5b987 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.0 + 3.0.1-SNAPSHOT pom Kotlin AsyncAPI Parent POM