From a1676fff9feb61c05616b7155a34efac35699352 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:55:55 +0100 Subject: [PATCH] [maven-release-plugin] prepare release oneplusbot-1.0 --- application/executable/pom.xml | 6 ++---- application/oneplus-bot-customizations/pom.xml | 6 ++---- .../starboard-custom/pom.xml | 6 ++---- application/pom.xml | 8 +++----- deployment/docker-compose/pom.xml | 6 ++---- deployment/image-packaging/pom.xml | 6 ++---- deployment/pom.xml | 6 ++---- pom.xml | 10 ++++------ templates/oneplus-bot-modules/pom.xml | 8 +++----- templates/oneplus-bot-modules/starboard-custom/pom.xml | 6 ++---- templates/pom.xml | 8 +++----- templates/translations/pom.xml | 6 ++---- .../translations/starboard-custom-translations/pom.xml | 6 ++---- 13 files changed, 31 insertions(+), 57 deletions(-) diff --git a/application/executable/pom.xml b/application/executable/pom.xml index b3825ba..bd3545f 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.application application - 1.0-SNAPSHOT + 1.0 4.0.0 executable diff --git a/application/oneplus-bot-customizations/pom.xml b/application/oneplus-bot-customizations/pom.xml index c05e19d..6e1f005 100644 --- a/application/oneplus-bot-customizations/pom.xml +++ b/application/oneplus-bot-customizations/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.application application - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/application/oneplus-bot-customizations/starboard-custom/pom.xml b/application/oneplus-bot-customizations/starboard-custom/pom.xml index b034e8c..aed3867 100644 --- a/application/oneplus-bot-customizations/starboard-custom/pom.xml +++ b/application/oneplus-bot-customizations/starboard-custom/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.application.custom oneplus-bot-customizations - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/application/pom.xml b/application/pom.xml index 486c861..9016a33 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -1,19 +1,17 @@ - + 4.0.0 dev.sheldan.oneplus.bot oneplusbot - 1.0-SNAPSHOT + 1.0 dev.sheldan.oneplus.bot.application application pom - 1.0-SNAPSHOT + 1.0 executable oneplus-bot-customizations diff --git a/deployment/docker-compose/pom.xml b/deployment/docker-compose/pom.xml index 69e8d64..40b4455 100644 --- a/deployment/docker-compose/pom.xml +++ b/deployment/docker-compose/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.deployment deployment - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 3e1f74b..05fcbd8 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.deployment deployment - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/deployment/pom.xml b/deployment/pom.xml index 20b5fd5..0a3206d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -1,11 +1,9 @@ - + oneplusbot dev.sheldan.oneplus.bot - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/pom.xml b/pom.xml index 89ada4b..c74216a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 pom @@ -9,12 +7,12 @@ org.springframework.boot spring-boot-starter-parent 2.3.1.RELEASE - + dev.sheldan.oneplus.bot oneplusbot - 1.0-SNAPSHOT + 1.0 1.8 @@ -56,7 +54,7 @@ https://maven.pkg.github.com/Sheldan/OnePlusBot scm:git:git@github.com:Sheldan/OnePlusBot.git - HEAD + oneplusbot-1.0 \ No newline at end of file diff --git a/templates/oneplus-bot-modules/pom.xml b/templates/oneplus-bot-modules/pom.xml index add3c9c..106f508 100644 --- a/templates/oneplus-bot-modules/pom.xml +++ b/templates/oneplus-bot-modules/pom.xml @@ -1,18 +1,16 @@ - + dev.sheldan.oneplus.bot.templates templates - 1.0-SNAPSHOT + 1.0 4.0.0 dev.sheldan.oneplus.bot.templates.modules oneplus-bot-modules pom - 1.0-SNAPSHOT + 1.0 starboard-custom diff --git a/templates/oneplus-bot-modules/starboard-custom/pom.xml b/templates/oneplus-bot-modules/starboard-custom/pom.xml index 1e7a84d..72b3f8b 100644 --- a/templates/oneplus-bot-modules/starboard-custom/pom.xml +++ b/templates/oneplus-bot-modules/starboard-custom/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.templates.modules oneplus-bot-modules - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/templates/pom.xml b/templates/pom.xml index 27e4615..d0eb2fb 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 dev.sheldan.oneplus.bot oneplusbot - 1.0-SNAPSHOT + 1.0 @@ -16,7 +14,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.0-SNAPSHOT + 1.0 pom \ No newline at end of file diff --git a/templates/translations/pom.xml b/templates/translations/pom.xml index 572f7c3..7f32354 100644 --- a/templates/translations/pom.xml +++ b/templates/translations/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.templates templates - 1.0-SNAPSHOT + 1.0 4.0.0 diff --git a/templates/translations/starboard-custom-translations/pom.xml b/templates/translations/starboard-custom-translations/pom.xml index c730195..cc96f60 100644 --- a/templates/translations/starboard-custom-translations/pom.xml +++ b/templates/translations/starboard-custom-translations/pom.xml @@ -1,11 +1,9 @@ - + dev.sheldan.oneplus.bot.templates.translations translations - 1.0-SNAPSHOT + 1.0 4.0.0