Skip to content

Commit

Permalink
Set version to 4.5.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Feb 22, 2024
1 parent f5eaccc commit 3c6d51d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

<version>4.5.4</version>
<version>4.5.5-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -24,7 +24,7 @@
<kotlin.coroutines.version>1.6.4</kotlin.coroutines.version>
<kotlin.version>1.7.21</kotlin.version>
<junit.version>4.13.2</junit.version>
<stack.version>4.5.4</stack.version>
<stack.version>4.5.5-SNAPSHOT</stack.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-kotlin-coroutines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.4</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-kotlin-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.4</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<artifactId>vertx-lang-kotlin-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.4</version>
<version>4.5.5-SNAPSHOT</version>
</parent>

<artifactId>vertx-lang-kotlin</artifactId>
Expand Down

0 comments on commit 3c6d51d

Please sign in to comment.