Skip to content

Commit

Permalink
Set version to 4.5.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jul 16, 2024
1 parent fc19cfc commit f21cb54
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
</parent>

<artifactId>vertx-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>

<packaging>pom</packaging>

<properties>
<stack.version>4.5.9</stack.version>
<stack.version>4.5.10-SNAPSHOT</stack.version>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-backend-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-service-discovery-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-backend-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-backend-redis/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-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-backend-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-backend-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-backend-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-bridge-consul/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-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-bridge-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-bridge-docker-links/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-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-bridge-docker-links</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-bridge-docker/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-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-bridge-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-bridge-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery-bridge-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery-bridge-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-service-discovery/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-service-discovery-parent</artifactId>
<version>4.5.9</version>
<version>4.5.10-SNAPSHOT</version>
</parent>

<artifactId>vertx-service-discovery</artifactId>
Expand Down

0 comments on commit f21cb54

Please sign in to comment.