From 2caa216b0ded038d48195f8592c468033587f00a Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Tue, 21 Nov 2023 19:03:49 -0500 Subject: [PATCH] changing snapshot versioning scheme to track the target final release. "M" or "RC" classifiers will be release-time things --- bootique-cxf-core/pom.xml | 2 +- bootique-cxf-jaxrs/pom.xml | 2 +- bootique-cxf-jaxws-client/pom.xml | 2 +- bootique-cxf-jaxws-it/pom.xml | 2 +- bootique-cxf-jaxws-server/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootique-cxf-core/pom.xml b/bootique-cxf-core/pom.xml index db45c24..4000538 100644 --- a/bootique-cxf-core/pom.xml +++ b/bootique-cxf-core/pom.xml @@ -3,7 +3,7 @@ bootique-cxf-parent io.bootique.cxf - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT 4.0.0 diff --git a/bootique-cxf-jaxrs/pom.xml b/bootique-cxf-jaxrs/pom.xml index 410e2ab..7f9f0eb 100644 --- a/bootique-cxf-jaxrs/pom.xml +++ b/bootique-cxf-jaxrs/pom.xml @@ -24,7 +24,7 @@ io.bootique.cxf bootique-cxf-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT bootique-cxf-jaxrs diff --git a/bootique-cxf-jaxws-client/pom.xml b/bootique-cxf-jaxws-client/pom.xml index 9b2a44b..7ec1713 100644 --- a/bootique-cxf-jaxws-client/pom.xml +++ b/bootique-cxf-jaxws-client/pom.xml @@ -3,7 +3,7 @@ bootique-cxf-parent io.bootique.cxf - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT 4.0.0 diff --git a/bootique-cxf-jaxws-it/pom.xml b/bootique-cxf-jaxws-it/pom.xml index a91cf07..d9a2eef 100644 --- a/bootique-cxf-jaxws-it/pom.xml +++ b/bootique-cxf-jaxws-it/pom.xml @@ -3,7 +3,7 @@ bootique-cxf-parent io.bootique.cxf - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT 4.0.0 diff --git a/bootique-cxf-jaxws-server/pom.xml b/bootique-cxf-jaxws-server/pom.xml index 8f512c8..2ecab77 100644 --- a/bootique-cxf-jaxws-server/pom.xml +++ b/bootique-cxf-jaxws-server/pom.xml @@ -5,7 +5,7 @@ io.bootique.cxf bootique-cxf-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT bootique-cxf-jaxws-server diff --git a/pom.xml b/pom.xml index 9a2567c..a01d70d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ io.bootique.cxf bootique-cxf-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT pom bootique-cxf-parent