Skip to content

Commit 72ab709

Browse files
committed
Set next snapshot version
1 parent 85849ab commit 72ab709

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>vertx-lang-kotlin-parent</artifactId>
1212

13-
<version>5.0.5</version>
13+
<version>5.0.6-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Vert.x for Kotlin parent</name>

vertx-lang-kotlin-coroutines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>vertx-lang-kotlin-parent</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>5.0.5</version>
10+
<version>5.0.6-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>Vert.x for Kotlin parent</name>

vertx-lang-kotlin-gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>vertx-lang-kotlin-parent</artifactId>
1010
<groupId>io.vertx</groupId>
11-
<version>5.0.5</version>
11+
<version>5.0.6-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>vertx-lang-kotlin-gen</artifactId>

vertx-lang-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>vertx-lang-kotlin-parent</artifactId>
1010
<groupId>io.vertx</groupId>
11-
<version>5.0.5</version>
11+
<version>5.0.6-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>vertx-lang-kotlin</artifactId>

0 commit comments

Comments
 (0)