From d0ee1f84d3ac0bc658e0bdb6fc56089461c76461 Mon Sep 17 00:00:00 2001 From: Lorenz Simon Date: Sat, 2 Dec 2023 10:06:37 +0100 Subject: [PATCH] release: 3.0.3 (#69) --- kotlin-asyncapi-annotation/pom.xml | 2 +- kotlin-asyncapi-core/pom.xml | 2 +- .../kotlin-asyncapi-spring-boot-example/pom.xml | 2 +- kotlin-asyncapi-examples/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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kotlin-asyncapi-annotation/pom.xml b/kotlin-asyncapi-annotation/pom.xml index 03108a0..808c1cb 100644 --- a/kotlin-asyncapi-annotation/pom.xml +++ b/kotlin-asyncapi-annotation/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-annotation diff --git a/kotlin-asyncapi-core/pom.xml b/kotlin-asyncapi-core/pom.xml index 46a3d83..4ce4506 100644 --- a/kotlin-asyncapi-core/pom.xml +++ b/kotlin-asyncapi-core/pom.xml @@ -5,7 +5,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-core diff --git a/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml b/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml index 114d08c..e8617b8 100644 --- a/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml +++ b/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml @@ -6,7 +6,7 @@ kotlin-asyncapi-examples org.openfolder - 3.0.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-spring-boot-example diff --git a/kotlin-asyncapi-examples/pom.xml b/kotlin-asyncapi-examples/pom.xml index 30d1ccc..5bf71b1 100644 --- a/kotlin-asyncapi-examples/pom.xml +++ b/kotlin-asyncapi-examples/pom.xml @@ -6,7 +6,7 @@ kotlin-asyncapi-parent org.openfolder - 3.0.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-examples diff --git a/kotlin-asyncapi-maven-plugin/pom.xml b/kotlin-asyncapi-maven-plugin/pom.xml index ab0f668..d1d42a0 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.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-maven-plugin diff --git a/kotlin-asyncapi-script/pom.xml b/kotlin-asyncapi-script/pom.xml index 048b0bc..5a1bc86 100644 --- a/kotlin-asyncapi-script/pom.xml +++ b/kotlin-asyncapi-script/pom.xml @@ -4,7 +4,7 @@ kotlin-asyncapi-parent org.openfolder - 3.0.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-script diff --git a/kotlin-asyncapi-spring-web/pom.xml b/kotlin-asyncapi-spring-web/pom.xml index 0e1001a..142ecfb 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.3-SNAPSHOT + 3.0.3 kotlin-asyncapi-spring-web diff --git a/pom.xml b/pom.xml index 43d1696..4924ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openfolder kotlin-asyncapi-parent - 3.0.3-SNAPSHOT + 3.0.3 pom Kotlin AsyncAPI Parent POM