Skip to content

Commit

Permalink
release: 3.0.3 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzsimon authored Dec 2, 2023
1 parent f644c0c commit d0ee1f8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kotlin-asyncapi-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openfolder</groupId>
<artifactId>kotlin-asyncapi-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-annotation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-asyncapi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openfolder</groupId>
<artifactId>kotlin-asyncapi-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>kotlin-asyncapi-examples</artifactId>
<groupId>org.openfolder</groupId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-spring-boot-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-asyncapi-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>kotlin-asyncapi-parent</artifactId>
<groupId>org.openfolder</groupId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-asyncapi-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kotlin-asyncapi-parent</artifactId>
<groupId>org.openfolder</groupId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-asyncapi-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kotlin-asyncapi-parent</artifactId>
<groupId>org.openfolder</groupId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-script</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-asyncapi-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openfolder</groupId>
<artifactId>kotlin-asyncapi-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>kotlin-asyncapi-spring-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openfolder</groupId>
<artifactId>kotlin-asyncapi-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>pom</packaging>

<name>Kotlin AsyncAPI Parent POM</name>
Expand Down

0 comments on commit d0ee1f8

Please sign in to comment.