From c04041cb352061effa438395c4f7a3e6fdfcbbc0 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Wed, 21 Jul 2021 23:59:17 +0200
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration
---
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 ++--
templates/oneplus-bot-modules-templates/faq-templates/pom.xml | 2 +-
.../oneplus-bot-modules-templates/news-templates/pom.xml | 2 +-
templates/oneplus-bot-modules-templates/pom.xml | 4 ++--
.../oneplus-bot-modules-templates/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/moderation/pom.xml | 2 +-
templates/overrides/template-overrides/modmail/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/overrides/translation-overrides/moderation/pom.xml | 2 +-
templates/overrides/translation-overrides/pom.xml | 2 +-
templates/pom.xml | 4 ++--
.../translations/dynamic-activity-custom-translations/pom.xml | 2 +-
templates/translations/faq-translations/pom.xml | 2 +-
templates/translations/moderation-custom/pom.xml | 2 +-
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 +-
templates/translations/starboard-custom-translations/pom.xml | 2 +-
39 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/application/executable/pom.xml b/application/executable/pom.xml
index 2a2e481..e8ed300 100644
--- a/application/executable/pom.xml
+++ b/application/executable/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.oneplus.bot.application
application
- 1.5.3
+ 1.5.4-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 17c5086..9ae5329 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.3
+ 1.5.4-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 d294e23..be07146 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-customizations/pom.xml b/application/oneplus-bot-customizations/pom.xml
index 5b46f4d..2afef0d 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.3
+ 1.5.4-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 74e6498..f875853 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-modules/faq/pom.xml b/application/oneplus-bot-modules/faq/pom.xml
index cd11a37..d38f0b6 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-modules/news/pom.xml b/application/oneplus-bot-modules/news/pom.xml
index 3b69277..e2adff9 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-modules/pom.xml b/application/oneplus-bot-modules/pom.xml
index fc00610..e6358d5 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-modules/referral/pom.xml b/application/oneplus-bot-modules/referral/pom.xml
index c5777af..3972ee3 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/oneplus-bot-modules/setup/pom.xml b/application/oneplus-bot-modules/setup/pom.xml
index 5e4d48e..1a33f50 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/application/pom.xml b/application/pom.xml
index b52e2cf..359619b 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -5,13 +5,13 @@
dev.sheldan.oneplus.bot
oneplusbot
- 1.5.3
+ 1.5.4-SNAPSHOT
dev.sheldan.oneplus.bot.application
application
pom
- 1.5.3
+ 1.5.4-SNAPSHOT
executable
oneplus-bot-customizations
diff --git a/deployment/docker-compose/pom.xml b/deployment/docker-compose/pom.xml
index b63b3fb..c7d427f 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml
index 0775a3f..d667c7d 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.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 895e230..da5329f 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -3,7 +3,7 @@
oneplusbot
dev.sheldan.oneplus.bot
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index 63292f8..b25394e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
dev.sheldan.oneplus.bot
oneplusbot
- 1.5.3
+ 1.5.4-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.3
+ HEAD
\ 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 d7db3e9..cd7e3cb 100644
--- a/templates/oneplus-bot-modules-templates/faq-templates/pom.xml
+++ b/templates/oneplus-bot-modules-templates/faq-templates/pom.xml
@@ -3,7 +3,7 @@
oneplus-bot-modules-templates
dev.sheldan.oneplus.bot.templates.modules
- 1.5.3
+ 1.5.4-SNAPSHOT
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 8771f80..58edf3e 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/oneplus-bot-modules-templates/pom.xml b/templates/oneplus-bot-modules-templates/pom.xml
index 69a4e95..a6a1183 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
dev.sheldan.oneplus.bot.templates.modules
oneplus-bot-modules-templates
pom
- 1.5.3
+ 1.5.4-SNAPSHOT
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 6b83992..fcad1b9 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.5.3
+ 1.5.4-SNAPSHOT
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 0c4cc28..d5b2ca2 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/pom.xml b/templates/overrides/pom.xml
index 7a328e5..f8468a4 100644
--- a/templates/overrides/pom.xml
+++ b/templates/overrides/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.oneplus.bot.templates
templates
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/core/pom.xml b/templates/overrides/template-overrides/core/pom.xml
index e58ed1c..0b5a508 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/logging/pom.xml b/templates/overrides/template-overrides/logging/pom.xml
index 7624111..2233ed0 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/moderation/pom.xml b/templates/overrides/template-overrides/moderation/pom.xml
index b05b47d..11cff8c 100644
--- a/templates/overrides/template-overrides/moderation/pom.xml
+++ b/templates/overrides/template-overrides/moderation/pom.xml
@@ -3,7 +3,7 @@
template-overrides
dev.sheldan.oneplus.bot.templates.overrides.templates
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/modmail/pom.xml b/templates/overrides/template-overrides/modmail/pom.xml
index 8d8cfec..67fb264 100644
--- a/templates/overrides/template-overrides/modmail/pom.xml
+++ b/templates/overrides/template-overrides/modmail/pom.xml
@@ -3,7 +3,7 @@
template-overrides
dev.sheldan.oneplus.bot.templates.overrides.templates
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/pom.xml b/templates/overrides/template-overrides/pom.xml
index 43615d2..debfccd 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/statistic/pom.xml b/templates/overrides/template-overrides/statistic/pom.xml
index d45e7a9..31a0bac 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/template-overrides/webservices/pom.xml b/templates/overrides/template-overrides/webservices/pom.xml
index 7af5814..f7e5d6b 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/translation-overrides/moderation/pom.xml b/templates/overrides/translation-overrides/moderation/pom.xml
index 8d2ddf5..b85b4ba 100644
--- a/templates/overrides/translation-overrides/moderation/pom.xml
+++ b/templates/overrides/translation-overrides/moderation/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.oneplus.bot.templates.overrides.translations
translation-overrides
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/overrides/translation-overrides/pom.xml b/templates/overrides/translation-overrides/pom.xml
index eef3065..ef2219b 100644
--- a/templates/overrides/translation-overrides/pom.xml
+++ b/templates/overrides/translation-overrides/pom.xml
@@ -3,7 +3,7 @@
overrides
dev.sheldan.oneplus.bot.templates.overrides
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/pom.xml b/templates/pom.xml
index 65dd13f..b501cdd 100644
--- a/templates/pom.xml
+++ b/templates/pom.xml
@@ -4,7 +4,7 @@
dev.sheldan.oneplus.bot
oneplusbot
- 1.5.3
+ 1.5.4-SNAPSHOT
@@ -15,7 +15,7 @@
dev.sheldan.oneplus.bot.templates
templates
- 1.5.3
+ 1.5.4-SNAPSHOT
pom
\ No newline at end of file
diff --git a/templates/translations/dynamic-activity-custom-translations/pom.xml b/templates/translations/dynamic-activity-custom-translations/pom.xml
index d60bc4f..1506898 100644
--- a/templates/translations/dynamic-activity-custom-translations/pom.xml
+++ b/templates/translations/dynamic-activity-custom-translations/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.oneplus.bot.templates.translations
translations
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/faq-translations/pom.xml b/templates/translations/faq-translations/pom.xml
index 65ff7d9..4399c06 100644
--- a/templates/translations/faq-translations/pom.xml
+++ b/templates/translations/faq-translations/pom.xml
@@ -3,7 +3,7 @@
translations
dev.sheldan.oneplus.bot.templates.translations
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/moderation-custom/pom.xml b/templates/translations/moderation-custom/pom.xml
index 2e21da2..39335df 100644
--- a/templates/translations/moderation-custom/pom.xml
+++ b/templates/translations/moderation-custom/pom.xml
@@ -3,7 +3,7 @@
translations
dev.sheldan.oneplus.bot.templates.translations
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/news-translations/pom.xml b/templates/translations/news-translations/pom.xml
index 368951c..2d541b9 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/pom.xml b/templates/translations/pom.xml
index 1dabc5a..e3b698e 100644
--- a/templates/translations/pom.xml
+++ b/templates/translations/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.oneplus.bot.templates
templates
- 1.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/referral-translations/pom.xml b/templates/translations/referral-translations/pom.xml
index fcb9298..b3d9b51 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/setup-translations/pom.xml b/templates/translations/setup-translations/pom.xml
index 7de0bf4..646f3d2 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0
diff --git a/templates/translations/starboard-custom-translations/pom.xml b/templates/translations/starboard-custom-translations/pom.xml
index cd62061..51e083e 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.5.3
+ 1.5.4-SNAPSHOT
4.0.0