From eae07fd07c9ac6839435f26eb162f32de94c389e Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 26 Oct 2021 00:07:29 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- application/database/pom.xml | 2 +- application/executable/pom.xml | 2 +- .../dynamic-activity-custom/pom.xml | 2 +- .../oneplus-bot-customizations/moderation-custom/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 | 2 +- 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 ++-- .../moderation-customization-templates/pom.xml | 2 +- .../oneplus-bot-templates/customization-templates/pom.xml | 2 +- .../starboard-customization-templates/pom.xml | 2 +- .../module-templates/faq-templates/pom.xml | 2 +- .../module-templates/news-templates/pom.xml | 2 +- templates/oneplus-bot-templates/module-templates/pom.xml | 2 +- .../module-templates/referral-templates/pom.xml | 2 +- templates/oneplus-bot-templates/pom.xml | 4 ++-- .../template-overrides/core-template-overrides/pom.xml | 2 +- .../template-overrides/logging-template-overrides/pom.xml | 2 +- .../template-overrides/moderation-template-overrides/pom.xml | 2 +- .../template-overrides/modmail-template-overrides/pom.xml | 2 +- templates/oneplus-bot-templates/template-overrides/pom.xml | 2 +- .../template-overrides/statistic-template-overrides/pom.xml | 2 +- .../template-overrides/webservices-template-overrides/pom.xml | 2 +- templates/pom.xml | 4 ++-- .../dynamic-activity-customization-translations/pom.xml | 2 +- .../moderation-customization-translations/pom.xml | 2 +- templates/translations/customization-translations/pom.xml | 2 +- .../starboard-customization-translations/pom.xml | 2 +- .../translations/module-translations/faq-translations/pom.xml | 2 +- .../module-translations/news-translations/pom.xml | 2 +- templates/translations/module-translations/pom.xml | 2 +- .../module-translations/referral-translations/pom.xml | 2 +- .../module-translations/setup-translations/pom.xml | 2 +- templates/translations/pom.xml | 2 +- .../moderation-translation-overrides/pom.xml | 2 +- templates/translations/translation-overrides/pom.xml | 2 +- 44 files changed, 48 insertions(+), 48 deletions(-) diff --git a/application/database/pom.xml b/application/database/pom.xml index e2305a0..105d799 100644 --- a/application/database/pom.xml +++ b/application/database/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/executable/pom.xml b/application/executable/pom.xml index ac76ee7..5db131c 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 executable diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/pom.xml b/application/oneplus-bot-customizations/dynamic-activity-custom/pom.xml index 06e2818..8f3e982 100644 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/pom.xml +++ b/application/oneplus-bot-customizations/dynamic-activity-custom/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application.custom oneplus-bot-customizations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-customizations/moderation-custom/pom.xml b/application/oneplus-bot-customizations/moderation-custom/pom.xml index 0de0897..b8e7e30 100644 --- a/application/oneplus-bot-customizations/moderation-custom/pom.xml +++ b/application/oneplus-bot-customizations/moderation-custom/pom.xml @@ -3,7 +3,7 @@ oneplus-bot-customizations dev.sheldan.oneplus.bot.application.custom - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-customizations/pom.xml b/application/oneplus-bot-customizations/pom.xml index 6e222f2..d2091ca 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-customizations/starboard-custom/pom.xml b/application/oneplus-bot-customizations/starboard-custom/pom.xml index 4bb6236..4bd1600 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/faq/pom.xml b/application/oneplus-bot-modules/faq/pom.xml index 92a20fc..0c2df13 100644 --- a/application/oneplus-bot-modules/faq/pom.xml +++ b/application/oneplus-bot-modules/faq/pom.xml @@ -3,7 +3,7 @@ oneplus-bot-modules dev.sheldan.oneplus.bot.application.modules - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/news/pom.xml b/application/oneplus-bot-modules/news/pom.xml index f6c33c0..bdb07a9 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/pom.xml b/application/oneplus-bot-modules/pom.xml index ac63e96..701f078 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/referral/pom.xml b/application/oneplus-bot-modules/referral/pom.xml index 80ff2e0..39b23ca 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/setup/pom.xml b/application/oneplus-bot-modules/setup/pom.xml index c86d928..d953fb1 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.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/application/pom.xml b/application/pom.xml index e047403..2be7305 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,13 +5,13 @@ dev.sheldan.oneplus.bot oneplusbot - 1.5.8 + 1.5.9-SNAPSHOT dev.sheldan.oneplus.bot.application application pom - 1.5.8 + 1.5.9-SNAPSHOT executable oneplus-bot-customizations diff --git a/deployment/docker-compose/pom.xml b/deployment/docker-compose/pom.xml index 6f9e131..9cc585e 100644 --- a/deployment/docker-compose/pom.xml +++ b/deployment/docker-compose/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.deployment deployment - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index d3e5483..3454cfc 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.deployment deployment - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/deployment/pom.xml b/deployment/pom.xml index 68ec7f5..da334e8 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -3,7 +3,7 @@ oneplusbot dev.sheldan.oneplus.bot - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 0a3cbc4..8b9165d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ dev.sheldan.oneplus.bot oneplusbot - 1.5.8 + 1.5.9-SNAPSHOT 1.8 @@ -56,7 +56,7 @@ https://maven.pkg.github.com/Sheldan/OnePlusBot scm:git:git@github.com:Sheldan/OnePlusBot.git - oneplusbot-1.5.8 + HEAD \ No newline at end of file diff --git a/templates/oneplus-bot-templates/customization-templates/moderation-customization-templates/pom.xml b/templates/oneplus-bot-templates/customization-templates/moderation-customization-templates/pom.xml index 17be887..8a12078 100644 --- a/templates/oneplus-bot-templates/customization-templates/moderation-customization-templates/pom.xml +++ b/templates/oneplus-bot-templates/customization-templates/moderation-customization-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.customizations customization-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/customization-templates/pom.xml b/templates/oneplus-bot-templates/customization-templates/pom.xml index 9dd1037..9af2f6a 100644 --- a/templates/oneplus-bot-templates/customization-templates/pom.xml +++ b/templates/oneplus-bot-templates/customization-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates oneplus-bot-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/customization-templates/starboard-customization-templates/pom.xml b/templates/oneplus-bot-templates/customization-templates/starboard-customization-templates/pom.xml index a810992..dec986a 100644 --- a/templates/oneplus-bot-templates/customization-templates/starboard-customization-templates/pom.xml +++ b/templates/oneplus-bot-templates/customization-templates/starboard-customization-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.customizations customization-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/module-templates/faq-templates/pom.xml b/templates/oneplus-bot-templates/module-templates/faq-templates/pom.xml index 71d1e5b..2525be3 100644 --- a/templates/oneplus-bot-templates/module-templates/faq-templates/pom.xml +++ b/templates/oneplus-bot-templates/module-templates/faq-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.modules oneplus-bot-module-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/module-templates/news-templates/pom.xml b/templates/oneplus-bot-templates/module-templates/news-templates/pom.xml index 9606b81..da3c99e 100644 --- a/templates/oneplus-bot-templates/module-templates/news-templates/pom.xml +++ b/templates/oneplus-bot-templates/module-templates/news-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.modules oneplus-bot-module-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/module-templates/pom.xml b/templates/oneplus-bot-templates/module-templates/pom.xml index 6902ad3..486e1bc 100644 --- a/templates/oneplus-bot-templates/module-templates/pom.xml +++ b/templates/oneplus-bot-templates/module-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates oneplus-bot-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/module-templates/referral-templates/pom.xml b/templates/oneplus-bot-templates/module-templates/referral-templates/pom.xml index d52007d..dc944d9 100644 --- a/templates/oneplus-bot-templates/module-templates/referral-templates/pom.xml +++ b/templates/oneplus-bot-templates/module-templates/referral-templates/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.modules oneplus-bot-module-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/pom.xml b/templates/oneplus-bot-templates/pom.xml index 7d18f1c..1e5f62b 100644 --- a/templates/oneplus-bot-templates/pom.xml +++ b/templates/oneplus-bot-templates/pom.xml @@ -3,13 +3,13 @@ dev.sheldan.oneplus.bot.templates templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 oneplus-bot-templates pom - 1.5.8 + 1.5.9-SNAPSHOT module-templates customization-templates diff --git a/templates/oneplus-bot-templates/template-overrides/core-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/core-template-overrides/pom.xml index c2b13a3..bc7b045 100644 --- a/templates/oneplus-bot-templates/template-overrides/core-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/core-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/logging-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/logging-template-overrides/pom.xml index 85b3175..95aa5df 100644 --- a/templates/oneplus-bot-templates/template-overrides/logging-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/logging-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/moderation-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/moderation-template-overrides/pom.xml index 69d5412..2689b95 100644 --- a/templates/oneplus-bot-templates/template-overrides/moderation-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/moderation-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/modmail-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/modmail-template-overrides/pom.xml index acce598..17eca08 100644 --- a/templates/oneplus-bot-templates/template-overrides/modmail-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/modmail-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/pom.xml index e0f717f..f6ad6dc 100644 --- a/templates/oneplus-bot-templates/template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates oneplus-bot-templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/statistic-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/statistic-template-overrides/pom.xml index e286989..89a5d9d 100644 --- a/templates/oneplus-bot-templates/template-overrides/statistic-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/statistic-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/template-overrides/webservices-template-overrides/pom.xml b/templates/oneplus-bot-templates/template-overrides/webservices-template-overrides/pom.xml index 526a2c9..0ceaec2 100644 --- a/templates/oneplus-bot-templates/template-overrides/webservices-template-overrides/pom.xml +++ b/templates/oneplus-bot-templates/template-overrides/webservices-template-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.overrides template-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/pom.xml b/templates/pom.xml index a543d10..beaf3c9 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -4,7 +4,7 @@ dev.sheldan.oneplus.bot oneplusbot - 1.5.8 + 1.5.9-SNAPSHOT @@ -14,7 +14,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.5.8 + 1.5.9-SNAPSHOT pom \ No newline at end of file diff --git a/templates/translations/customization-translations/dynamic-activity-customization-translations/pom.xml b/templates/translations/customization-translations/dynamic-activity-customization-translations/pom.xml index d35301e..71bf793 100644 --- a/templates/translations/customization-translations/dynamic-activity-customization-translations/pom.xml +++ b/templates/translations/customization-translations/dynamic-activity-customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.customizations customization-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/customization-translations/moderation-customization-translations/pom.xml b/templates/translations/customization-translations/moderation-customization-translations/pom.xml index 4593b8c..079dd72 100644 --- a/templates/translations/customization-translations/moderation-customization-translations/pom.xml +++ b/templates/translations/customization-translations/moderation-customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.customizations customization-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/customization-translations/pom.xml b/templates/translations/customization-translations/pom.xml index dda596f..669ebcf 100644 --- a/templates/translations/customization-translations/pom.xml +++ b/templates/translations/customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/customization-translations/starboard-customization-translations/pom.xml b/templates/translations/customization-translations/starboard-customization-translations/pom.xml index 4691cfc..ef7388a 100644 --- a/templates/translations/customization-translations/starboard-customization-translations/pom.xml +++ b/templates/translations/customization-translations/starboard-customization-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.customizations customization-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/faq-translations/pom.xml b/templates/translations/module-translations/faq-translations/pom.xml index ede72d7..24b53ee 100644 --- a/templates/translations/module-translations/faq-translations/pom.xml +++ b/templates/translations/module-translations/faq-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.modules module-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/news-translations/pom.xml b/templates/translations/module-translations/news-translations/pom.xml index ccd469f..3e791c8 100644 --- a/templates/translations/module-translations/news-translations/pom.xml +++ b/templates/translations/module-translations/news-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.modules module-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/pom.xml b/templates/translations/module-translations/pom.xml index 19f577e..92e54c7 100644 --- a/templates/translations/module-translations/pom.xml +++ b/templates/translations/module-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/referral-translations/pom.xml b/templates/translations/module-translations/referral-translations/pom.xml index e24b98e..fb68983 100644 --- a/templates/translations/module-translations/referral-translations/pom.xml +++ b/templates/translations/module-translations/referral-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.modules module-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/setup-translations/pom.xml b/templates/translations/module-translations/setup-translations/pom.xml index a4df8c8..6cc0234 100644 --- a/templates/translations/module-translations/setup-translations/pom.xml +++ b/templates/translations/module-translations/setup-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.modules module-translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/pom.xml b/templates/translations/pom.xml index f834817..23cdb45 100644 --- a/templates/translations/pom.xml +++ b/templates/translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/translation-overrides/moderation-translation-overrides/pom.xml b/templates/translations/translation-overrides/moderation-translation-overrides/pom.xml index 5b2ff17..46ff752 100644 --- a/templates/translations/translation-overrides/moderation-translation-overrides/pom.xml +++ b/templates/translations/translation-overrides/moderation-translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.overrides translation-overrides - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 diff --git a/templates/translations/translation-overrides/pom.xml b/templates/translations/translation-overrides/pom.xml index 58bc1cc..07640c2 100644 --- a/templates/translations/translation-overrides/pom.xml +++ b/templates/translations/translation-overrides/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations translations - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0