From 1bb3f068bf83d4d866ebae754666f5ad9c3993b5 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Tue, 21 Nov 2023 18:58:24 -0500 Subject: [PATCH] changing snapshot versioning scheme to track the target final release. "M" or "RC" classifiers will be release-time things --- bootique-logback-docs/pom.xml | 2 +- bootique-logback-json/pom.xml | 2 +- bootique-logback-sentry/pom.xml | 2 +- bootique-logback/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootique-logback-docs/pom.xml b/bootique-logback-docs/pom.xml index 39d9447..81b209c 100644 --- a/bootique-logback-docs/pom.xml +++ b/bootique-logback-docs/pom.xml @@ -22,7 +22,7 @@ bootique-logback-parent io.bootique.logback - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT 4.0.0 diff --git a/bootique-logback-json/pom.xml b/bootique-logback-json/pom.xml index 6f8e0ca..a0a7e89 100644 --- a/bootique-logback-json/pom.xml +++ b/bootique-logback-json/pom.xml @@ -23,7 +23,7 @@ bootique-logback-parent io.bootique.logback - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT bootique-logback-json diff --git a/bootique-logback-sentry/pom.xml b/bootique-logback-sentry/pom.xml index dc820a4..6526631 100644 --- a/bootique-logback-sentry/pom.xml +++ b/bootique-logback-sentry/pom.xml @@ -24,7 +24,7 @@ io.bootique.logback bootique-logback-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT bootique-logback-sentry diff --git a/bootique-logback/pom.xml b/bootique-logback/pom.xml index a957505..050992c 100644 --- a/bootique-logback/pom.xml +++ b/bootique-logback/pom.xml @@ -24,7 +24,7 @@ io.bootique.logback bootique-logback-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT bootique-logback diff --git a/pom.xml b/pom.xml index 783a7c0..f3d3d5b 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ io.bootique.logback bootique-logback-parent - 3.0.M3-SNAPSHOT + 3.0-SNAPSHOT pom bootique-logback-parent: Parent of Logback integration modules for Bootique