diff --git a/.env b/.env index 8a18544..8529d3a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.6.36 -ABSTRACTO_VERSION=1.5.59 \ No newline at end of file +ABSTRACTO_VERSION=1.6.4 \ No newline at end of file diff --git a/application/executable/pom.xml b/application/executable/pom.xml index 81f965a..7ccf2c4 100644 --- a/application/executable/pom.xml +++ b/application/executable/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application application - 1.6.37-SNAPSHOT + 1.7.0-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 fa3213e..6570cf3 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.6.37-SNAPSHOT + 1.7.0-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 45ba879..8e5cea2 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-customizations/pom.xml b/application/oneplus-bot-customizations/pom.xml index b1d832f..7042c73 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.6.37-SNAPSHOT + 1.7.0-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 5d09450..cae2ad7 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/faq/pom.xml b/application/oneplus-bot-modules/faq/pom.xml index 659f76d..6de043f 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/faq/src/main/java/dev/sheldan/oneplus/bot/modules/faq/command/DeleteFAQ.java b/application/oneplus-bot-modules/faq/src/main/java/dev/sheldan/oneplus/bot/modules/faq/command/DeleteFAQ.java index 04f6615..cf61902 100644 --- a/application/oneplus-bot-modules/faq/src/main/java/dev/sheldan/oneplus/bot/modules/faq/command/DeleteFAQ.java +++ b/application/oneplus-bot-modules/faq/src/main/java/dev/sheldan/oneplus/bot/modules/faq/command/DeleteFAQ.java @@ -8,10 +8,7 @@ import dev.sheldan.abstracto.core.command.execution.CommandContext; import dev.sheldan.abstracto.core.command.execution.CommandResult; import dev.sheldan.abstracto.core.config.FeatureDefinition; import dev.sheldan.abstracto.core.models.database.AServer; -import dev.sheldan.abstracto.core.service.ChannelService; -import dev.sheldan.abstracto.core.service.JSONValidationService; import dev.sheldan.abstracto.core.service.management.ServerManagementService; -import dev.sheldan.abstracto.core.utils.FileService; import dev.sheldan.oneplus.bot.modules.faq.config.FAQFeatureDefinition; import dev.sheldan.oneplus.bot.modules.faq.config.FAQModuleDefinition; import dev.sheldan.oneplus.bot.modules.faq.service.FAQServiceBean; @@ -27,18 +24,9 @@ import java.util.concurrent.CompletableFuture; @Slf4j public class DeleteFAQ extends AbstractConditionableCommand { - @Autowired - private FileService fileService; - @Autowired private FAQServiceBean faqServiceBean; - @Autowired - private ChannelService channelService; - - @Autowired - private JSONValidationService jsonValidationService; - @Autowired private ServerManagementService serverManagementService; diff --git a/application/oneplus-bot-modules/news/pom.xml b/application/oneplus-bot-modules/news/pom.xml index 1ea0707..a4a826c 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/pom.xml b/application/oneplus-bot-modules/pom.xml index 92b66e5..376eaef 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/referral/pom.xml b/application/oneplus-bot-modules/referral/pom.xml index f270be6..a985b17 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/seasonal/pom.xml b/application/oneplus-bot-modules/seasonal/pom.xml index de55318..a759637 100644 --- a/application/oneplus-bot-modules/seasonal/pom.xml +++ b/application/oneplus-bot-modules/seasonal/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.application.modules oneplus-bot-modules - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/oneplus-bot-modules/setup/pom.xml b/application/oneplus-bot-modules/setup/pom.xml index 1923e5b..e5bf123 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/application/pom.xml b/application/pom.xml index 06f8ea1..c44ebc4 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,13 +5,13 @@ dev.sheldan.oneplus.bot oneplusbot - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT dev.sheldan.oneplus.bot.application application pom - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT executable oneplus-bot-customizations diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index ba4a872..8d1db43 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -22,7 +22,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.59 + tag: 1.6.4 templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always @@ -33,7 +33,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.59 + tag: 1.6.4 dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml index 7dfb264..c0a9663 100644 --- a/deployment/image-packaging/pom.xml +++ b/deployment/image-packaging/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.deployment deployment - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/deployment/image-packaging/src/main/docker/oneplusbot/Dockerfile b/deployment/image-packaging/src/main/docker/oneplusbot/Dockerfile index 27a4035..0bfcce6 100644 --- a/deployment/image-packaging/src/main/docker/oneplusbot/Dockerfile +++ b/deployment/image-packaging/src/main/docker/oneplusbot/Dockerfile @@ -1,8 +1,32 @@ -FROM amazoncorretto:17.0.8-alpine3.18 -MAINTAINER Sheldan -VOLUME /tmp -ADD config/* /config/ -ADD wrapper/*.sh / +# https://careers.wolt.com/en/blog/tech/how-to-reduce-jvm-docker-image-size +FROM amazoncorretto:17.0.14-alpine3.20 AS corretto-jdk + +RUN apk add --no-cache binutils + +RUN $JAVA_HOME/bin/jlink \ + --verbose \ + --add-modules ALL-MODULE-PATH \ + --strip-debug \ + --no-man-pages \ + --no-header-files \ + --compress=2 \ + --output /customjre + +FROM alpine:3.21 + +ENV JAVA_HOME=/jre +ENV PATH="${JAVA_HOME}/bin:${PATH}" + +COPY --from=corretto-jdk /customjre $JAVA_HOME + +ARG APPLICATION_USER=appuser + +RUN adduser --no-create-home -u 1000 -D $APPLICATION_USER + +RUN mkdir /app && chown -R $APPLICATION_USER /app + +COPY --chown=1000:1000 config/* /config/ +COPY --chown=1000:1000 wrapper/*.sh / RUN chmod +x /start.sh -ADD bot/app.jar /app.jar +COPY --chown=1000:1000 bot/app.jar /app.jar CMD ["/start.sh"] \ No newline at end of file diff --git a/deployment/pom.xml b/deployment/pom.xml index 3eb2b54..629e6b9 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -3,7 +3,7 @@ oneplusbot dev.sheldan.oneplus.bot - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 74b1ce2..c737882 100644 --- a/pom.xml +++ b/pom.xml @@ -12,13 +12,13 @@ dev.sheldan.oneplus.bot oneplusbot - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 17 17 - 1.5.59 - 1.4.50 + 1.6.4 + 1.4.55 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 9e6a15b..7bfdb57 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.6.37-SNAPSHOT + 1.7.0-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 7ed584c..d87983f 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.6.37-SNAPSHOT + 1.7.0-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 e98ae3c..f277a7b 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.6.37-SNAPSHOT + 1.7.0-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 1e0f10d..33dfc6d 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.6.37-SNAPSHOT + 1.7.0-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 252d882..2462989 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.6.37-SNAPSHOT + 1.7.0-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 8afd6b0..c539a88 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.6.37-SNAPSHOT + 1.7.0-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 4aa6649..ead0ed8 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/oneplus-bot-templates/pom.xml b/templates/oneplus-bot-templates/pom.xml index b73fae6..f589fc0 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 oneplus-bot-templates pom - 1.6.37-SNAPSHOT + 1.7.0-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 d1762a9..7442596 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.6.37-SNAPSHOT + 1.7.0-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 556850e..3504207 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.6.37-SNAPSHOT + 1.7.0-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 9bff999..e14593a 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.6.37-SNAPSHOT + 1.7.0-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 7f60444..756bb3d 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.6.37-SNAPSHOT + 1.7.0-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 4d2081d..224cd5e 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.6.37-SNAPSHOT + 1.7.0-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 a19b83f..f31a21a 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.6.37-SNAPSHOT + 1.7.0-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 c7c5c4b..06371c1 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/pom.xml b/templates/pom.xml index 2eb7fdb..7b98078 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -4,7 +4,7 @@ dev.sheldan.oneplus.bot oneplusbot - 1.6.37-SNAPSHOT + 1.7.0-SNAPSHOT @@ -14,7 +14,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.6.37-SNAPSHOT + 1.7.0-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 7025a55..4d2a86d 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.6.37-SNAPSHOT + 1.7.0-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 2f97f37..ee68bcf 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/translations/customization-translations/pom.xml b/templates/translations/customization-translations/pom.xml index 602b5b9..8f96f7e 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.6.37-SNAPSHOT + 1.7.0-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 28bd3bf..f984fde 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.6.37-SNAPSHOT + 1.7.0-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 b8e657b..a8e9f3c 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.6.37-SNAPSHOT + 1.7.0-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 4e9553f..8739068 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/pom.xml b/templates/translations/module-translations/pom.xml index 16a3259..51b7687 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.6.37-SNAPSHOT + 1.7.0-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 0adf77e..1fb129a 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/translations/module-translations/seasonal-translations/pom.xml b/templates/translations/module-translations/seasonal-translations/pom.xml index 1b30dc4..8bdb130 100644 --- a/templates/translations/module-translations/seasonal-translations/pom.xml +++ b/templates/translations/module-translations/seasonal-translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates.translations.modules module-translations - 1.6.37-SNAPSHOT + 1.7.0-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 0a4edbc..240c707 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/translations/pom.xml b/templates/translations/pom.xml index 2969b0d..91a0d5e 100644 --- a/templates/translations/pom.xml +++ b/templates/translations/pom.xml @@ -3,7 +3,7 @@ dev.sheldan.oneplus.bot.templates templates - 1.6.37-SNAPSHOT + 1.7.0-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 402944a..a8092f5 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 diff --git a/templates/translations/translation-overrides/pom.xml b/templates/translations/translation-overrides/pom.xml index 5471840..d4fa4c7 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.6.37-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0