From 3c56f9fb90e25b8c1a2656df588c7fe1da2ad79a Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 27 Jun 2021 01:06:51 +0200 Subject: [PATCH] [maven-release-plugin] prepare release oneplusbot-1.4.4 --- application/executable/pom.xml | 2 +- application/oneplus-bot-customizations/pom.xml | 2 +- .../oneplus-bot-customizations/starboard-custom/pom.xml | 2 +- application/oneplus-bot-modules/faq/pom.xml | 6 ++---- application/oneplus-bot-modules/news/pom.xml | 2 +- application/oneplus-bot-modules/pom.xml | 2 +- application/oneplus-bot-modules/referral/pom.xml | 2 +- application/oneplus-bot-modules/setup/pom.xml | 2 +- application/pom.xml | 4 ++-- deployment/docker-compose/pom.xml | 2 +- deployment/image-packaging/pom.xml | 2 +- deployment/pom.xml | 2 +- pom.xml | 4 ++-- .../oneplus-bot-modules-templates/faq-templates/pom.xml | 6 ++---- .../oneplus-bot-modules-templates/news-templates/pom.xml | 2 +- templates/oneplus-bot-modules-templates/pom.xml | 4 ++-- .../referral-templates/pom.xml | 2 +- .../starboard-custom-templates/pom.xml | 2 +- templates/overrides/pom.xml | 2 +- templates/overrides/template-overrides/core/pom.xml | 2 +- templates/overrides/template-overrides/logging/pom.xml | 2 +- templates/overrides/template-overrides/pom.xml | 2 +- templates/overrides/template-overrides/statistic/pom.xml | 2 +- templates/overrides/template-overrides/webservices/pom.xml | 2 +- templates/pom.xml | 4 ++-- templates/translations/faq-translations/pom.xml | 6 ++---- templates/translations/news-translations/pom.xml | 2 +- templates/translations/pom.xml | 2 +- templates/translations/referral-translations/pom.xml | 2 +- templates/translations/setup-translations/pom.xml | 2 +- .../translations/starboard-custom-translations/pom.xml | 2 +- 31 files changed, 38 insertions(+), 44 deletions(-) diff --git a/application/executable/pom.xml b/application/executable/pom.xml index 6df3350..c73c484 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 executable diff --git a/application/oneplus-bot-customizations/pom.xml b/application/oneplus-bot-customizations/pom.xml index 66e10e0..b290af8 100644 --- a/application/oneplus-bot-customizations/pom.xml +++ b/application/oneplus-bot-customizations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-customizations/starboard-custom/pom.xml b/application/oneplus-bot-customizations/starboard-custom/pom.xml index 92b455f..9c5adad 100644 --- a/application/oneplus-bot-customizations/starboard-custom/pom.xml +++ b/application/oneplus-bot-customizations/starboard-custom/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application.custom oneplus-bot-customizations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-modules/faq/pom.xml b/application/oneplus-bot-modules/faq/pom.xml index 5fe6c55..935b51a 100644 --- a/application/oneplus-bot-modules/faq/pom.xml +++ b/application/oneplus-bot-modules/faq/pom.xml @@ -1,11 +1,9 @@ - + oneplus-bot-modules dev.sheldan.oneplus.bot.application.modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-modules/news/pom.xml b/application/oneplus-bot-modules/news/pom.xml index a6d9cee..2be830e 100644 --- a/application/oneplus-bot-modules/news/pom.xml +++ b/application/oneplus-bot-modules/news/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application.modules oneplus-bot-modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-modules/pom.xml b/application/oneplus-bot-modules/pom.xml index 838cc59..3d5020b 100644 --- a/application/oneplus-bot-modules/pom.xml +++ b/application/oneplus-bot-modules/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-modules/referral/pom.xml b/application/oneplus-bot-modules/referral/pom.xml index 0ff8414..8a566eb 100644 --- a/application/oneplus-bot-modules/referral/pom.xml +++ b/application/oneplus-bot-modules/referral/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application.modules oneplus-bot-modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/oneplus-bot-modules/setup/pom.xml b/application/oneplus-bot-modules/setup/pom.xml index 265b1a9..10c855a 100644 --- a/application/oneplus-bot-modules/setup/pom.xml +++ b/application/oneplus-bot-modules/setup/pom.xml @@ -3,7 +3,7 @@ oneplus-bot-modules dev.sheldan.oneplus.bot.application.modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/application/pom.xml b/application/pom.xml index 0712c54..ebaccde 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,13 +5,13 @@ dev.sheldan.oneplus.bot oneplusbot - 1.4.4-SNAPSHOT + 1.4.4 dev.sheldan.oneplus.bot.application application pom - 1.4.4-SNAPSHOT + 1.4.4 executable oneplus-bot-customizations diff --git a/deployment/docker-compose/pom.xml b/deployment/docker-compose/pom.xml index 4ca3ea3..f414b68 100644 --- a/deployment/docker-compose/pom.xml +++ b/deployment/docker-compose/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.deployment deployment - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 8103888..18ccfe2 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.deployment deployment - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/deployment/pom.xml b/deployment/pom.xml index e2f94f6..9706696 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -3,7 +3,7 @@ oneplusbot dev.sheldan.oneplus.bot - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/pom.xml b/pom.xml index 2b596e0..392d678 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ dev.sheldan.oneplus.bot oneplusbot - 1.4.4-SNAPSHOT + 1.4.4 1.8 @@ -56,7 +56,7 @@ https://maven.pkg.github.com/Sheldan/OnePlusBot scm:git:git@github.com:Sheldan/OnePlusBot.git - HEAD + oneplusbot-1.4.4 \ No newline at end of file diff --git a/templates/oneplus-bot-modules-templates/faq-templates/pom.xml b/templates/oneplus-bot-modules-templates/faq-templates/pom.xml index 976992e..0ff91e8 100644 --- a/templates/oneplus-bot-modules-templates/faq-templates/pom.xml +++ b/templates/oneplus-bot-modules-templates/faq-templates/pom.xml @@ -1,11 +1,9 @@ - + oneplus-bot-modules-templates dev.sheldan.oneplus.bot.templates.modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/oneplus-bot-modules-templates/news-templates/pom.xml b/templates/oneplus-bot-modules-templates/news-templates/pom.xml index 23267ba..1346808 100644 --- a/templates/oneplus-bot-modules-templates/news-templates/pom.xml +++ b/templates/oneplus-bot-modules-templates/news-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.modules oneplus-bot-modules-templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/oneplus-bot-modules-templates/pom.xml b/templates/oneplus-bot-modules-templates/pom.xml index 43eeb5d..c5dd54a 100644 --- a/templates/oneplus-bot-modules-templates/pom.xml +++ b/templates/oneplus-bot-modules-templates/pom.xml @@ -3,14 +3,14 @@ dev.sheldan.oneplus.bot.templates templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 dev.sheldan.oneplus.bot.templates.modules oneplus-bot-modules-templates pom - 1.4.4-SNAPSHOT + 1.4.4 starboard-custom-templates news-templates diff --git a/templates/oneplus-bot-modules-templates/referral-templates/pom.xml b/templates/oneplus-bot-modules-templates/referral-templates/pom.xml index d953c16..07a26a1 100644 --- a/templates/oneplus-bot-modules-templates/referral-templates/pom.xml +++ b/templates/oneplus-bot-modules-templates/referral-templates/pom.xml @@ -3,7 +3,7 @@ oneplus-bot-modules-templates dev.sheldan.oneplus.bot.templates.modules - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/oneplus-bot-modules-templates/starboard-custom-templates/pom.xml b/templates/oneplus-bot-modules-templates/starboard-custom-templates/pom.xml index d2eb044..1a4b0cf 100644 --- a/templates/oneplus-bot-modules-templates/starboard-custom-templates/pom.xml +++ b/templates/oneplus-bot-modules-templates/starboard-custom-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.modules oneplus-bot-modules-templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/pom.xml b/templates/overrides/pom.xml index 04e5cb0..89e4dfb 100644 --- a/templates/overrides/pom.xml +++ b/templates/overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/template-overrides/core/pom.xml b/templates/overrides/template-overrides/core/pom.xml index 31f394b..827f66d 100644 --- a/templates/overrides/template-overrides/core/pom.xml +++ b/templates/overrides/template-overrides/core/pom.xml @@ -3,7 +3,7 @@ template-overrides dev.sheldan.oneplus.bot.templates.overrides.templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/template-overrides/logging/pom.xml b/templates/overrides/template-overrides/logging/pom.xml index b6e4292..54c3881 100644 --- a/templates/overrides/template-overrides/logging/pom.xml +++ b/templates/overrides/template-overrides/logging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides.templates template-overrides - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/template-overrides/pom.xml b/templates/overrides/template-overrides/pom.xml index 62cf677..b5bd0c7 100644 --- a/templates/overrides/template-overrides/pom.xml +++ b/templates/overrides/template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides overrides - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/template-overrides/statistic/pom.xml b/templates/overrides/template-overrides/statistic/pom.xml index a39a262..945acaf 100644 --- a/templates/overrides/template-overrides/statistic/pom.xml +++ b/templates/overrides/template-overrides/statistic/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides.templates template-overrides - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/overrides/template-overrides/webservices/pom.xml b/templates/overrides/template-overrides/webservices/pom.xml index 989b09d..f18b2f9 100644 --- a/templates/overrides/template-overrides/webservices/pom.xml +++ b/templates/overrides/template-overrides/webservices/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides.templates template-overrides - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/pom.xml b/templates/pom.xml index d248fbf..340ee24 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -4,7 +4,7 @@ dev.sheldan.oneplus.bot oneplusbot - 1.4.4-SNAPSHOT + 1.4.4 @@ -15,7 +15,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.4.4-SNAPSHOT + 1.4.4 pom \ No newline at end of file diff --git a/templates/translations/faq-translations/pom.xml b/templates/translations/faq-translations/pom.xml index 79520d6..a60cc36 100644 --- a/templates/translations/faq-translations/pom.xml +++ b/templates/translations/faq-translations/pom.xml @@ -1,11 +1,9 @@ - + translations dev.sheldan.oneplus.bot.templates.translations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/translations/news-translations/pom.xml b/templates/translations/news-translations/pom.xml index 64c000b..8998a55 100644 --- a/templates/translations/news-translations/pom.xml +++ b/templates/translations/news-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations translations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/translations/pom.xml b/templates/translations/pom.xml index ed1f477..cc56711 100644 --- a/templates/translations/pom.xml +++ b/templates/translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/translations/referral-translations/pom.xml b/templates/translations/referral-translations/pom.xml index fa72382..2039563 100644 --- a/templates/translations/referral-translations/pom.xml +++ b/templates/translations/referral-translations/pom.xml @@ -3,7 +3,7 @@ translations dev.sheldan.oneplus.bot.templates.translations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/translations/setup-translations/pom.xml b/templates/translations/setup-translations/pom.xml index 7baa07b..809da36 100644 --- a/templates/translations/setup-translations/pom.xml +++ b/templates/translations/setup-translations/pom.xml @@ -3,7 +3,7 @@ translations dev.sheldan.oneplus.bot.templates.translations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0 diff --git a/templates/translations/starboard-custom-translations/pom.xml b/templates/translations/starboard-custom-translations/pom.xml index 177e7c4..15ab09a 100644 --- a/templates/translations/starboard-custom-translations/pom.xml +++ b/templates/translations/starboard-custom-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations translations - 1.4.4-SNAPSHOT + 1.4.4 4.0.0