From a65b6f87e5f7c21c7f072e38f18572522b202b9c Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 22 Nov 2024 15:27:43 +0100 Subject: [PATCH] Set version to 5.0.0-SNAPSHOT --- application/pom.xml | 2 +- cli/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 770eb33..3eabb62 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -18,7 +18,7 @@ io.vertx vertx-launcher-parent - 5.0.0.CR2 + 5.0.0-SNAPSHOT vertx-launcher-application diff --git a/cli/pom.xml b/cli/pom.xml index 2cd6ae4..4d92209 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -18,7 +18,7 @@ io.vertx vertx-launcher-parent - 5.0.0.CR2 + 5.0.0-SNAPSHOT vertx-launcher-legacy-cli diff --git a/pom.xml b/pom.xml index 486b732..f203de0 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ vertx-launcher-parent - 5.0.0.CR2 + 5.0.0-SNAPSHOT pom Vert.x Launcher parent