Skip to content

Commit

Permalink
release: 2.1.0 (#27)
Browse files Browse the repository at this point in the history
release - 2.1.0
  • Loading branch information
lorenzsimon authored Aug 13, 2022
1 parent 4af75cb commit 7d95178
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

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

0 comments on commit 7d95178

Please sign in to comment.