From 23751bcbe2646ddf9b9928db57cae3e1612c01bb Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 28 Jun 2023 09:17:44 +0200 Subject: [PATCH 1/3] Update for next development version --- pom.xml | 2 +- sandbox-api/pom.xml | 2 +- sandbox-bom/pom.xml | 2 +- sandbox-cli/pom.xml | 6 +++--- sandbox-desktop/pom.xml | 6 +++--- sandbox-impl/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 00baf148..de1dbe9c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.nbbrd.sandbox sandbox-parent - 2.3.0 + 2.3.1-SNAPSHOT pom sandbox diff --git a/sandbox-api/pom.xml b/sandbox-api/pom.xml index 4ec77768..e6fe7564 100644 --- a/sandbox-api/pom.xml +++ b/sandbox-api/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.0 + 2.3.1-SNAPSHOT 4.0.0 diff --git a/sandbox-bom/pom.xml b/sandbox-bom/pom.xml index f5005739..155dc4ee 100644 --- a/sandbox-bom/pom.xml +++ b/sandbox-bom/pom.xml @@ -7,7 +7,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.0 + 2.3.1-SNAPSHOT sandbox-bom diff --git a/sandbox-cli/pom.xml b/sandbox-cli/pom.xml index dca44069..a5407152 100644 --- a/sandbox-cli/pom.xml +++ b/sandbox-cli/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.0 + 2.3.1-SNAPSHOT 4.0.0 @@ -19,12 +19,12 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.0 + 2.3.1-SNAPSHOT com.github.nbbrd.sandbox sandbox-impl - 2.3.0 + 2.3.1-SNAPSHOT info.picocli diff --git a/sandbox-desktop/pom.xml b/sandbox-desktop/pom.xml index 2cdb0b73..89582e79 100644 --- a/sandbox-desktop/pom.xml +++ b/sandbox-desktop/pom.xml @@ -7,7 +7,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.0 + 2.3.1-SNAPSHOT sandbox-desktop @@ -20,12 +20,12 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.0 + 2.3.1-SNAPSHOT com.github.nbbrd.sandbox sandbox-impl - 2.3.0 + 2.3.1-SNAPSHOT com.github.nbbrd.java-desktop-util diff --git a/sandbox-impl/pom.xml b/sandbox-impl/pom.xml index 7a383bd8..92833dd3 100644 --- a/sandbox-impl/pom.xml +++ b/sandbox-impl/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.0 + 2.3.1-SNAPSHOT 4.0.0 @@ -19,7 +19,7 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.0 + 2.3.1-SNAPSHOT com.github.lalyos From bf68fd34c604aa9aece1ea3722a55ec07a3cbf5b Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 28 Jun 2023 09:23:10 +0200 Subject: [PATCH 2/3] Remove announce from jreleaser script --- sandbox-bom/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sandbox-bom/pom.xml b/sandbox-bom/pom.xml index 155dc4ee..0d5eb149 100644 --- a/sandbox-bom/pom.xml +++ b/sandbox-bom/pom.xml @@ -172,17 +172,17 @@ true - - - ALWAYS - nbbrd - sandbox - 🚀 {{projectNameCapitalized}} {{projectVersion}} has been - released! - {{releaseNotesUrl}} - - - + + + + + + + + + + + From e578118148d40574590a506f1f568af816a658fa Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Wed, 28 Jun 2023 09:29:05 +0200 Subject: [PATCH 3/3] Update versions for release --- pom.xml | 2 +- sandbox-api/pom.xml | 2 +- sandbox-bom/pom.xml | 2 +- sandbox-cli/pom.xml | 6 +++--- sandbox-desktop/pom.xml | 6 +++--- sandbox-impl/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index de1dbe9c..bceadc54 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.nbbrd.sandbox sandbox-parent - 2.3.1-SNAPSHOT + 2.3.1 pom sandbox diff --git a/sandbox-api/pom.xml b/sandbox-api/pom.xml index e6fe7564..95144dd3 100644 --- a/sandbox-api/pom.xml +++ b/sandbox-api/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.1-SNAPSHOT + 2.3.1 4.0.0 diff --git a/sandbox-bom/pom.xml b/sandbox-bom/pom.xml index 0d5eb149..41f54195 100644 --- a/sandbox-bom/pom.xml +++ b/sandbox-bom/pom.xml @@ -7,7 +7,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.1-SNAPSHOT + 2.3.1 sandbox-bom diff --git a/sandbox-cli/pom.xml b/sandbox-cli/pom.xml index a5407152..329940f3 100644 --- a/sandbox-cli/pom.xml +++ b/sandbox-cli/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.1-SNAPSHOT + 2.3.1 4.0.0 @@ -19,12 +19,12 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.1-SNAPSHOT + 2.3.1 com.github.nbbrd.sandbox sandbox-impl - 2.3.1-SNAPSHOT + 2.3.1 info.picocli diff --git a/sandbox-desktop/pom.xml b/sandbox-desktop/pom.xml index 89582e79..6087a51c 100644 --- a/sandbox-desktop/pom.xml +++ b/sandbox-desktop/pom.xml @@ -7,7 +7,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.1-SNAPSHOT + 2.3.1 sandbox-desktop @@ -20,12 +20,12 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.1-SNAPSHOT + 2.3.1 com.github.nbbrd.sandbox sandbox-impl - 2.3.1-SNAPSHOT + 2.3.1 com.github.nbbrd.java-desktop-util diff --git a/sandbox-impl/pom.xml b/sandbox-impl/pom.xml index 92833dd3..08da7387 100644 --- a/sandbox-impl/pom.xml +++ b/sandbox-impl/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 2.3.1-SNAPSHOT + 2.3.1 4.0.0 @@ -19,7 +19,7 @@ com.github.nbbrd.sandbox sandbox-api - 2.3.1-SNAPSHOT + 2.3.1 com.github.lalyos