Skip to content

Commit 7d95178

Browse files
authored
release: 2.1.0 (#27)
release - 2.1.0
1 parent 4af75cb commit 7d95178

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

kotlin-asyncapi-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

kotlin-asyncapi-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>kotlin-asyncapi-parent</artifactId>
66
<groupId>org.openfolder</groupId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

kotlin-asyncapi-script/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>kotlin-asyncapi-parent</artifactId>
66
<groupId>org.openfolder</groupId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

kotlin-asyncapi-spring-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openfolder</groupId>
66
<artifactId>kotlin-asyncapi-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Kotlin AsyncAPI Parent POM</name>

0 commit comments

Comments
 (0)