From e85c42c2c9a88cf3fb60821739befeb74d3b78e3 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 11 Dec 2024 09:11:10 +0100 Subject: [PATCH] Set version to 5.0.0-SNAPSHOT --- pom.xml | 2 +- vertx-core-logging/pom.xml | 4 ++-- vertx-core/pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4bcb29e0ca8..fc15d530dbc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ vertx-core-aggregator - 5.0.0.CR3 + 5.0.0-SNAPSHOT pom Vert.x Core Aggregator diff --git a/vertx-core-logging/pom.xml b/vertx-core-logging/pom.xml index f4ef846fba8..f6257d26cb0 100644 --- a/vertx-core-logging/pom.xml +++ b/vertx-core-logging/pom.xml @@ -17,11 +17,11 @@ io.vertx vertx-core-aggregator - 5.0.0.CR3 + 5.0.0-SNAPSHOT vertx-core-logging - 5.0.0.CR3 + 5.0.0-SNAPSHOT Vert.x Core Logging diff --git a/vertx-core/pom.xml b/vertx-core/pom.xml index 136ea1cd1b2..314a7178b77 100644 --- a/vertx-core/pom.xml +++ b/vertx-core/pom.xml @@ -17,11 +17,11 @@ io.vertx vertx-core-aggregator - 5.0.0.CR3 + 5.0.0-SNAPSHOT vertx-core - 5.0.0.CR3 + 5.0.0-SNAPSHOT Vert.x Core @@ -38,7 +38,7 @@ io.vertx vertx-core-logging - 5.0.0.CR3 + 5.0.0-SNAPSHOT