From eb369d91160667a205f2a52f74eefac666911b60 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Sun, 27 Aug 2023 23:17:25 +0200
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration
---
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 +-
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 +-
.../sissi-templates/module-templates/debra-templates/pom.xml | 2 +-
.../sissi-templates/module-templates/meetup-templates/pom.xml | 2 +-
templates/sissi-templates/module-templates/pom.xml | 2 +-
.../sissi-templates/module-templates/quotes-templates/pom.xml | 2 +-
templates/sissi-templates/pom.xml | 2 +-
.../template-overrides/experience-template-overrides/pom.xml | 2 +-
.../template-overrides/logging-template-overrides/pom.xml | 2 +-
.../template-overrides/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 +-
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 +-
34 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/application/executable/pom.xml b/application/executable/pom.xml
index 77f352bc..00f234b5 100644
--- a/application/executable/pom.xml
+++ b/application/executable/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi.application
application
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
executable
diff --git a/application/pom.xml b/application/pom.xml
index 86c2b0bb..b7d22d42 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi
sissi
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-customizations/moderation-custom/pom.xml b/application/sissi-customizations/moderation-custom/pom.xml
index c23f312f..08501547 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-customizations/pom.xml b/application/sissi-customizations/pom.xml
index f81fb229..b28f8641 100644
--- a/application/sissi-customizations/pom.xml
+++ b/application/sissi-customizations/pom.xml
@@ -3,7 +3,7 @@
application
dev.sheldan.sissi.application
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-modules/debra/pom.xml b/application/sissi-modules/debra/pom.xml
index a2412dad..d31a6f84 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-modules/meetup/pom.xml b/application/sissi-modules/meetup/pom.xml
index 5469e771..c0472634 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-modules/pom.xml b/application/sissi-modules/pom.xml
index c31646cd..1166e7e2 100644
--- a/application/sissi-modules/pom.xml
+++ b/application/sissi-modules/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi.application
application
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/application/sissi-modules/quotes/pom.xml b/application/sissi-modules/quotes/pom.xml
index 0a48289b..de54256c 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml
index b0a7b886..39a7210a 100644
--- a/deployment/image-packaging/pom.xml
+++ b/deployment/image-packaging/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi
deployment
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 5c99c65f..8e4a7139 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi
sissi
- 1.4.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index 1514222b..ca2f186b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
dev.sheldan.sissi
sissi
Sissi
- 1.4.2
+ 1.4.3-SNAPSHOT
17
@@ -57,7 +57,7 @@
https://maven.pkg.github.com/Sheldan/Sissi
scm:git:git@github.com:Sheldan/Sissi.git
- sissi-1.4.2
+ HEAD
\ No newline at end of file
diff --git a/templates/pom.xml b/templates/pom.xml
index ebf0eef5..88ce9aa1 100644
--- a/templates/pom.xml
+++ b/templates/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi
sissi
- 1.4.2
+ 1.4.3-SNAPSHOT
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 4f32309d..f11d8939 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-templates/customization-templates/pom.xml b/templates/sissi-templates/customization-templates/pom.xml
index 072b0727..eb70f49d 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.2
+ 1.4.3-SNAPSHOT
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 b87c0328..2520e2f4 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.2
+ 1.4.3-SNAPSHOT
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 5de6add1..9d2b1cf5 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-templates/module-templates/pom.xml b/templates/sissi-templates/module-templates/pom.xml
index 5c7934d4..f56285fe 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.2
+ 1.4.3-SNAPSHOT
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 50dbec3c..e1802c30 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-templates/pom.xml b/templates/sissi-templates/pom.xml
index 94d92031..876bfc2c 100644
--- a/templates/sissi-templates/pom.xml
+++ b/templates/sissi-templates/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi.templates
templates
- 1.4.2
+ 1.4.3-SNAPSHOT
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 7732ebdb..9e5aebff 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.2
+ 1.4.3-SNAPSHOT
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 7fd09e2c..bae42dd4 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.2
+ 1.4.3-SNAPSHOT
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 d9dcc6cc..154788fc 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-templates/template-overrides/pom.xml b/templates/sissi-templates/template-overrides/pom.xml
index a7f0c568..ca41df91 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.2
+ 1.4.3-SNAPSHOT
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 85f94c1a..cd973d0b 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-translations/customization-translations/pom.xml b/templates/sissi-translations/customization-translations/pom.xml
index e213a3ff..4112539f 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.2
+ 1.4.3-SNAPSHOT
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 121a16d3..8047fe0c 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.2
+ 1.4.3-SNAPSHOT
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 694b7699..d7c4230c 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-translations/module-translations/pom.xml b/templates/sissi-translations/module-translations/pom.xml
index df308435..38a347a2 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.2
+ 1.4.3-SNAPSHOT
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 edc1dabd..2d692d52 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-translations/pom.xml b/templates/sissi-translations/pom.xml
index fb40f0af..498ebd10 100644
--- a/templates/sissi-translations/pom.xml
+++ b/templates/sissi-translations/pom.xml
@@ -3,7 +3,7 @@
dev.sheldan.sissi.templates
templates
- 1.4.2
+ 1.4.3-SNAPSHOT
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 5ef23252..717db871 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.2
+ 1.4.3-SNAPSHOT
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 c7caadbd..cbaf4b39 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.2
+ 1.4.3-SNAPSHOT
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 7a504355..52d5c5c0 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.2
+ 1.4.3-SNAPSHOT
4.0.0
diff --git a/templates/sissi-translations/translation-overrides/pom.xml b/templates/sissi-translations/translation-overrides/pom.xml
index f48d9852..7c7d0189 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.2
+ 1.4.3-SNAPSHOT
4.0.0