From 98ae8ada8b259de624fae6cbfcfa1b3e1ba0459e Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:01:48 +0100 Subject: [PATCH] [maven-release-plugin] prepare release sissi-1.4.19 --- application/executable/pom.xml | 2 +- application/pom.xml | 2 +- application/sissi-customizations/moderation-custom/pom.xml | 2 +- application/sissi-customizations/pom.xml | 2 +- application/sissi-modules/debra/pom.xml | 2 +- application/sissi-modules/meetup/pom.xml | 2 +- application/sissi-modules/pom.xml | 2 +- application/sissi-modules/quotes/pom.xml | 2 +- application/sissi-modules/rss-news/pom.xml | 6 ++---- deployment/image-packaging/pom.xml | 2 +- deployment/pom.xml | 2 +- pom.xml | 4 ++-- templates/pom.xml | 2 +- .../moderation-customization-templates/pom.xml | 2 +- templates/sissi-templates/customization-templates/pom.xml | 2 +- .../module-templates/debra-templates/pom.xml | 2 +- .../module-templates/meetup-templates/pom.xml | 2 +- templates/sissi-templates/module-templates/pom.xml | 2 +- .../module-templates/quotes-templates/pom.xml | 2 +- .../module-templates/rss-news-templates/pom.xml | 6 ++---- templates/sissi-templates/pom.xml | 2 +- .../experience-template-overrides/pom.xml | 2 +- .../template-overrides/logging-template-overrides/pom.xml | 2 +- .../moderation-template-overrides/pom.xml | 2 +- templates/sissi-templates/template-overrides/pom.xml | 2 +- .../moderation-customization-translations/pom.xml | 2 +- .../sissi-translations/customization-translations/pom.xml | 2 +- .../module-translations/debra-translations/pom.xml | 2 +- .../module-translations/meetup-translations/pom.xml | 2 +- templates/sissi-translations/module-translations/pom.xml | 2 +- .../module-translations/quote-translations/pom.xml | 2 +- .../module-translations/rss-news-translations/pom.xml | 6 ++---- templates/sissi-translations/pom.xml | 2 +- .../experience-translation-overrides/pom.xml | 2 +- .../logging-translation-overrides/pom.xml | 2 +- .../moderation-translation-overrides/pom.xml | 2 +- templates/sissi-translations/translation-overrides/pom.xml | 2 +- 37 files changed, 41 insertions(+), 47 deletions(-) diff --git a/application/executable/pom.xml b/application/executable/pom.xml index 260e40af..91289af4 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application application - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 executable diff --git a/application/pom.xml b/application/pom.xml index 2eb67e71..74975e8d 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-customizations/moderation-custom/pom.xml b/application/sissi-customizations/moderation-custom/pom.xml index af7eff1d..675a3a45 100644 --- a/application/sissi-customizations/moderation-custom/pom.xml +++ b/application/sissi-customizations/moderation-custom/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application.module.custom sissi-customizations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-customizations/pom.xml b/application/sissi-customizations/pom.xml index 5a1732e1..e20d3e48 100644 --- a/application/sissi-customizations/pom.xml +++ b/application/sissi-customizations/pom.xml @@ -3,7 +3,7 @@ application dev.sheldan.sissi.application - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-modules/debra/pom.xml b/application/sissi-modules/debra/pom.xml index fc7a20b9..3a65d37b 100644 --- a/application/sissi-modules/debra/pom.xml +++ b/application/sissi-modules/debra/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-modules/meetup/pom.xml b/application/sissi-modules/meetup/pom.xml index 81ab6efa..aaffeaed 100644 --- a/application/sissi-modules/meetup/pom.xml +++ b/application/sissi-modules/meetup/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-modules/pom.xml b/application/sissi-modules/pom.xml index f1cf4c14..65c1c78d 100644 --- a/application/sissi-modules/pom.xml +++ b/application/sissi-modules/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application application - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-modules/quotes/pom.xml b/application/sissi-modules/quotes/pom.xml index 7503d08e..7a1cc9c3 100644 --- a/application/sissi-modules/quotes/pom.xml +++ b/application/sissi-modules/quotes/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.application sissi-modules - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/application/sissi-modules/rss-news/pom.xml b/application/sissi-modules/rss-news/pom.xml index f2648ed6..d386ab17 100644 --- a/application/sissi-modules/rss-news/pom.xml +++ b/application/sissi-modules/rss-news/pom.xml @@ -1,11 +1,9 @@ - + sissi-modules dev.sheldan.sissi.application - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 902c5070..76e5e99b 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi deployment - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/deployment/pom.xml b/deployment/pom.xml index 122197e7..e44a78e0 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/pom.xml b/pom.xml index 398578cd..40df2cd1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ dev.sheldan.sissi sissi Sissi - 1.4.19-SNAPSHOT + 1.4.19 17 @@ -59,7 +59,7 @@ https://maven.pkg.github.com/Sheldan/Sissi scm:git:git@github.com:Sheldan/Sissi.git - HEAD + sissi-1.4.19 \ No newline at end of file diff --git a/templates/pom.xml b/templates/pom.xml index d71f6500..953e80e3 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi sissi - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml b/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml index f86f76ac..de0243ed 100644 --- a/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml +++ b/templates/sissi-templates/customization-templates/moderation-customization-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates customization-templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/customization-templates/pom.xml b/templates/sissi-templates/customization-templates/pom.xml index 24df9318..74ea4876 100644 --- a/templates/sissi-templates/customization-templates/pom.xml +++ b/templates/sissi-templates/customization-templates/pom.xml @@ -3,7 +3,7 @@ sissi-templates dev.sheldan.sissi.templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/module-templates/debra-templates/pom.xml b/templates/sissi-templates/module-templates/debra-templates/pom.xml index 96857561..75678ff3 100644 --- a/templates/sissi-templates/module-templates/debra-templates/pom.xml +++ b/templates/sissi-templates/module-templates/debra-templates/pom.xml @@ -3,7 +3,7 @@ module-templates dev.sheldan.sissi.templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/module-templates/meetup-templates/pom.xml b/templates/sissi-templates/module-templates/meetup-templates/pom.xml index 88660996..9f1e562b 100644 --- a/templates/sissi-templates/module-templates/meetup-templates/pom.xml +++ b/templates/sissi-templates/module-templates/meetup-templates/pom.xml @@ -3,7 +3,7 @@ module-templates dev.sheldan.sissi.templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/module-templates/pom.xml b/templates/sissi-templates/module-templates/pom.xml index 1b2d7a5e..905b3886 100644 --- a/templates/sissi-templates/module-templates/pom.xml +++ b/templates/sissi-templates/module-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates sissi-templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/module-templates/quotes-templates/pom.xml b/templates/sissi-templates/module-templates/quotes-templates/pom.xml index b534fe73..89d547f3 100644 --- a/templates/sissi-templates/module-templates/quotes-templates/pom.xml +++ b/templates/sissi-templates/module-templates/quotes-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates module-templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/module-templates/rss-news-templates/pom.xml b/templates/sissi-templates/module-templates/rss-news-templates/pom.xml index 59f1eef9..ba96251b 100644 --- a/templates/sissi-templates/module-templates/rss-news-templates/pom.xml +++ b/templates/sissi-templates/module-templates/rss-news-templates/pom.xml @@ -1,11 +1,9 @@ - + module-templates dev.sheldan.sissi.templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/pom.xml b/templates/sissi-templates/pom.xml index d6bcf730..40877acc 100644 --- a/templates/sissi-templates/pom.xml +++ b/templates/sissi-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml index 52f4b35a..1fcc8915 100644 --- a/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/experience-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml index 702a4a98..3a6e7a0a 100644 --- a/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/logging-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml b/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml index ed59c20d..1904369b 100644 --- a/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/moderation-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates template-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-templates/template-overrides/pom.xml b/templates/sissi-templates/template-overrides/pom.xml index adf4ed7b..d227b017 100644 --- a/templates/sissi-templates/template-overrides/pom.xml +++ b/templates/sissi-templates/template-overrides/pom.xml @@ -3,7 +3,7 @@ sissi-templates dev.sheldan.sissi.templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml b/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml index cd3be4a9..fad80800 100644 --- a/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml +++ b/templates/sissi-translations/customization-translations/moderation-customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations customization-translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/customization-translations/pom.xml b/templates/sissi-translations/customization-translations/pom.xml index c888220d..9e934ce4 100644 --- a/templates/sissi-translations/customization-translations/pom.xml +++ b/templates/sissi-translations/customization-translations/pom.xml @@ -3,7 +3,7 @@ sissi-translations dev.sheldan.sissi.templates.translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/module-translations/debra-translations/pom.xml b/templates/sissi-translations/module-translations/debra-translations/pom.xml index 0bca585c..cb5df349 100644 --- a/templates/sissi-translations/module-translations/debra-translations/pom.xml +++ b/templates/sissi-translations/module-translations/debra-translations/pom.xml @@ -3,7 +3,7 @@ module-translations dev.sheldan.sissi.templates.translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/module-translations/meetup-translations/pom.xml b/templates/sissi-translations/module-translations/meetup-translations/pom.xml index cfab04c4..c0de2845 100644 --- a/templates/sissi-translations/module-translations/meetup-translations/pom.xml +++ b/templates/sissi-translations/module-translations/meetup-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations module-translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/module-translations/pom.xml b/templates/sissi-translations/module-translations/pom.xml index e776cbfa..0647597a 100644 --- a/templates/sissi-translations/module-translations/pom.xml +++ b/templates/sissi-translations/module-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations sissi-translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/module-translations/quote-translations/pom.xml b/templates/sissi-translations/module-translations/quote-translations/pom.xml index 2bcf2b92..b703f74b 100644 --- a/templates/sissi-translations/module-translations/quote-translations/pom.xml +++ b/templates/sissi-translations/module-translations/quote-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations module-translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/module-translations/rss-news-translations/pom.xml b/templates/sissi-translations/module-translations/rss-news-translations/pom.xml index cd6a5201..501837b3 100644 --- a/templates/sissi-translations/module-translations/rss-news-translations/pom.xml +++ b/templates/sissi-translations/module-translations/rss-news-translations/pom.xml @@ -1,11 +1,9 @@ - + module-translations dev.sheldan.sissi.templates.translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/pom.xml b/templates/sissi-translations/pom.xml index 92ebc9e1..16ee808b 100644 --- a/templates/sissi-translations/pom.xml +++ b/templates/sissi-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates templates - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml index a4d3a51a..8c2c76d2 100644 --- a/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/experience-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml index c27a518a..d7f4fa72 100644 --- a/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/logging-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml index fe57e43f..1758dab2 100644 --- a/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/moderation-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations.overrides translation-overrides - 1.4.19-SNAPSHOT + 1.4.19 4.0.0 diff --git a/templates/sissi-translations/translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/pom.xml index b73afb11..afb27da7 100644 --- a/templates/sissi-translations/translation-overrides/pom.xml +++ b/templates/sissi-translations/translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.sissi.templates.translations sissi-translations - 1.4.19-SNAPSHOT + 1.4.19 4.0.0