Skip to content

Commit

Permalink
Set version to 4.4.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 22, 2023
1 parent d04a881 commit 5ea738f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
</parent>

<artifactId>vertx-infinispan-parent</artifactId>
<version>4.4.4</version>
<version>4.4.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<stack.version>4.4.4</stack.version>
<stack.version>4.4.5-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
<rxjava3.version>3.0.13</rxjava3.version>
<infinispan.version>13.0.17.Final</infinispan.version>
Expand Down
2 changes: 1 addition & 1 deletion vertx-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-infinispan-parent</artifactId>
<version>4.4.4</version>
<version>4.4.5-SNAPSHOT</version>
</parent>

<artifactId>vertx-infinispan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-sstore-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-infinispan-parent</artifactId>
<version>4.4.4</version>
<version>4.4.5-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-sstore-infinispan</artifactId>
Expand Down

0 comments on commit 5ea738f

Please sign in to comment.