Skip to content

Commit 6fb97d2

Browse files
committed
Set next version to 5.2.0-SNAPSHOT
1 parent fa69b23 commit 6fb97d2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>vertx-hazelcast-parent</artifactId>
12-
<version>5.1.1-SNAPSHOT</version>
12+
<version>5.2.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Vert.x Hazelcast parent</name>

vertx-hazelcast-it/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>io.vertx</groupId>
77
<artifactId>vertx-hazelcast-parent</artifactId>
8-
<version>5.1.1-SNAPSHOT</version>
8+
<version>5.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>vertx-hazelcast-it</artifactId>
12-
<version>5.1.1-SNAPSHOT</version>
12+
<version>5.2.0-SNAPSHOT</version>
1313

1414
<!-- Holds tests that are not compatible with JPMS -->
1515
<name>Vert.x Hazelcast IT</name>

vertx-hazelcast/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>io.vertx</groupId>
77
<artifactId>vertx-hazelcast-parent</artifactId>
8-
<version>5.1.1-SNAPSHOT</version>
8+
<version>5.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>vertx-hazelcast</artifactId>
12-
<version>5.1.1-SNAPSHOT</version>
12+
<version>5.2.0-SNAPSHOT</version>
1313

1414
<name>Vert.x Hazelcast Cluster Manager</name>
1515

0 commit comments

Comments
 (0)