Skip to content

Commit

Permalink
Set version to 5.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent 4e293f2 commit 29ff52d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>vertx-service-discovery-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>

<scm>
<connection>scm:git:git@github.com:vert-x3/vertx-service-discovery.git</connection>
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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-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>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 29ff52d

Please sign in to comment.