From b6b98eaa3273a2c838ed71e4d1f6e3b07c18a791 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Mon, 14 Oct 2024 08:18:16 -0700 Subject: [PATCH] Fix version in pom files --- common/concurrency/limits/pom.xml | 2 +- common/concurrency/pom.xml | 2 +- webserver/concurrency-limits/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/concurrency/limits/pom.xml b/common/concurrency/limits/pom.xml index 79f981da434..f635e67180d 100644 --- a/common/concurrency/limits/pom.xml +++ b/common/concurrency/limits/pom.xml @@ -23,7 +23,7 @@ io.helidon.common.concurrency helidon-common-concurrency-project - 4.2.0-SNAPSHOT + 4.1.3-SNAPSHOT ../pom.xml diff --git a/common/concurrency/pom.xml b/common/concurrency/pom.xml index 1346a2b660a..27e06c10975 100644 --- a/common/concurrency/pom.xml +++ b/common/concurrency/pom.xml @@ -23,7 +23,7 @@ io.helidon.common helidon-common-project - 4.2.0-SNAPSHOT + 4.1.3-SNAPSHOT ../pom.xml diff --git a/webserver/concurrency-limits/pom.xml b/webserver/concurrency-limits/pom.xml index 61bb4bb3010..ea3d609b173 100644 --- a/webserver/concurrency-limits/pom.xml +++ b/webserver/concurrency-limits/pom.xml @@ -21,7 +21,7 @@ io.helidon.webserver helidon-webserver-project - 4.2.0-SNAPSHOT + 4.1.3-SNAPSHOT helidon-webserver-concurrency-limits