Compare commits

...

12 Commits

49 changed files with 92 additions and 145 deletions

4
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.6.16 VERSION=1.6.19
ABSTRACTO_VERSION=1.5.23 ABSTRACTO_VERSION=1.5.24

View File

@@ -53,7 +53,8 @@ jobs:
{ {
"bot.tag": "${{ env.version }}", "bot.tag": "${{ env.version }}",
"templateDeploymentData.tag": "${{ env.version }}", "templateDeploymentData.tag": "${{ env.version }}",
"dbConfigDeploymentData.tag": "${{ env.version }}" "dbConfigDeploymentData.tag": "${{ env.version }}",
"privateRestApi.tag": "${{ env.version }}"
} }
- name: Update .env version - name: Update .env version
run: run:

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ target/
*.zip *.zip
*.tar.gz *.tar.gz
*.rar *.rar
*.tgz
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application</groupId> <groupId>dev.sheldan.oneplus.bot.application</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>executable</artifactId> <artifactId>executable</artifactId>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId> <groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
<artifactId>oneplus-bot-customizations</artifactId> <artifactId>oneplus-bot-customizations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>oneplus-bot-customizations</artifactId> <artifactId>oneplus-bot-customizations</artifactId>
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId> <groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application</groupId> <groupId>dev.sheldan.oneplus.bot.application</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application.custom</groupId> <groupId>dev.sheldan.oneplus.bot.application.custom</groupId>
<artifactId>oneplus-bot-customizations</artifactId> <artifactId>oneplus-bot-customizations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>oneplus-bot-modules</artifactId> <artifactId>oneplus-bot-modules</artifactId>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId> <groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId> <groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<artifactId>oneplus-bot-modules</artifactId> <artifactId>oneplus-bot-modules</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application</groupId> <groupId>dev.sheldan.oneplus.bot.application</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId> <groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<artifactId>oneplus-bot-modules</artifactId> <artifactId>oneplus-bot-modules</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId> <groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<artifactId>oneplus-bot-modules</artifactId> <artifactId>oneplus-bot-modules</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>oneplus-bot-modules</artifactId> <artifactId>oneplus-bot-modules</artifactId>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId> <groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -5,13 +5,13 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot</groupId> <groupId>dev.sheldan.oneplus.bot</groupId>
<artifactId>oneplusbot</artifactId> <artifactId>oneplusbot</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<groupId>dev.sheldan.oneplus.bot.application</groupId> <groupId>dev.sheldan.oneplus.bot.application</groupId>
<artifactId>application</artifactId> <artifactId>application</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
<modules> <modules>
<module>executable</module> <module>executable</module>
<module>oneplus-bot-customizations</module> <module>oneplus-bot-customizations</module>

View File

@@ -1,24 +1,5 @@
apiVersion: v2 apiVersion: v2
name: oneplus-bot name: oneplus-bot
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application type: application
version: 1.6.19
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.16
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.6.16"

View File

@@ -1,14 +1,9 @@
# Default values for oneplus-bot.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
bot: bot:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
image: oneplus-bot-image image: oneplus-bot-image
tag: 1.6.16 tag: 1.6.19
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -18,49 +13,43 @@ bot:
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
config: config:
newsForumPostNotificationServerId: newsForumPostNotificationServerId: null
propertyConfig: propertyConfig:
hikariPoolSize: 10 hikariPoolSize: 10
templateDeployment: templateDeployment:
enabled: true enabled: true
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-template-deployment image: abstracto-template-deployment
tag: 1.5.23 tag: 1.5.24
templateDeploymentData: templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-template-data image: oneplus-bot-template-data
tag: 1.6.16 tag: 1.6.19
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-db-deployment image: abstracto-db-deployment
tag: 1.5.23 tag: 1.5.24
dbConfigDeploymentData: dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-db-data image: oneplus-bot-db-data
tag: 1.6.16 tag: 1.6.19
dbCredentials: dbCredentials:
host: host: null
port: port: null
userName: userName: null
password: password: null
name: name: null
privateRestApi: privateRestApi:
enabled: true enabled: true
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-private-rest-api image: oneplus-bot-private-rest-api
tag: 1.6.16 tag: 1.6.19
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}
@@ -75,18 +64,17 @@ privateRestApi:
service: service:
port: 8080 port: 8080
targetPort: 80 targetPort: 80
name: private-restapi # must be less than 16 chars name: private-restapi
resources: resources:
limits: limits:
cpu: cpu: null
memory: memory: null
requests: requests:
cpu: cpu: null
memory: memory: null
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
grafanaDeployment: grafanaDeployment:
repository: harbor.sheldan.dev/grafana-tools repository: harbor.sheldan.dev/grafana-tools
pullPolicy: Always pullPolicy: Always
@@ -94,68 +82,44 @@ grafanaDeployment:
tag: 0.0.2 tag: 0.0.2
enabled: true enabled: true
grafana: grafana:
host: host: null
basicAuth: basicAuth:
username: username: null
password: password: null
apiKeys: apiKeys:
discord: discord:
token: token: null
youtube: youtube:
apiKey: apiKey: null
openWeatherMap: openWeatherMap:
apiKey: apiKey: null
twitch: twitch:
secret: secret: null
clientId: clientId: null
imagePullSecrets: null
nameOverride: ''
imagePullSecrets: fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
serviceAccount: serviceAccount:
# Specifies whether a service account should be created
create: true create: true
# Annotations to add to the service account
annotations: {} annotations: {}
# The name of the service account to use. name: ''
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000
securityContext: {} securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
annotations: annotations:
prometheus.io/scrape: "true" prometheus.io/scrape: 'true'
prometheus.io/path: "/actuator/prometheus" prometheus.io/path: /actuator/prometheus
prometheus.io/port: "8080" prometheus.io/port: '8080'
resources: resources:
limits: limits:
cpu: cpu: null
memory: memory: null
requests: requests:
cpu: cpu: null
memory: memory: null
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.deployment</groupId> <groupId>dev.sheldan.oneplus.bot.deployment</groupId>
<artifactId>deployment</artifactId> <artifactId>deployment</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>oneplusbot</artifactId> <artifactId>oneplusbot</artifactId>
<groupId>dev.sheldan.oneplus.bot</groupId> <groupId>dev.sheldan.oneplus.bot</groupId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -12,13 +12,13 @@
<groupId>dev.sheldan.oneplus.bot</groupId> <groupId>dev.sheldan.oneplus.bot</groupId>
<artifactId>oneplusbot</artifactId> <artifactId>oneplusbot</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<abstracto.version>1.5.23</abstracto.version> <abstracto.version>1.5.24</abstracto.version>
<abstracto.templates.version>1.4.31</abstracto.templates.version> <abstracto.templates.version>1.4.32</abstracto.templates.version>
</properties> </properties>
<modules> <modules>
@@ -62,6 +62,6 @@
<connection>scm:git:${project.scm.url}</connection> <connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection> <developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/Sheldan/OnePlusBot.git</url> <url>https://github.com/Sheldan/OnePlusBot.git</url>
<tag>oneplusbot-1.6.17</tag> <tag>HEAD</tag>
</scm> </scm>
</project> </project>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.customizations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.customizations</groupId>
<artifactId>customization-templates</artifactId> <artifactId>customization-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>oneplus-bot-templates</artifactId> <artifactId>oneplus-bot-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.customizations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.customizations</groupId>
<artifactId>customization-templates</artifactId> <artifactId>customization-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.modules</groupId>
<artifactId>oneplus-bot-module-templates</artifactId> <artifactId>oneplus-bot-module-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.modules</groupId>
<artifactId>oneplus-bot-module-templates</artifactId> <artifactId>oneplus-bot-module-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>oneplus-bot-templates</artifactId> <artifactId>oneplus-bot-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.modules</groupId>
<artifactId>oneplus-bot-module-templates</artifactId> <artifactId>oneplus-bot-module-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,13 +3,13 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>templates</artifactId> <artifactId>templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>oneplus-bot-templates</artifactId> <artifactId>oneplus-bot-templates</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
<modules> <modules>
<module>module-templates</module> <module>module-templates</module>
<module>customization-templates</module> <module>customization-templates</module>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>oneplus-bot-templates</artifactId> <artifactId>oneplus-bot-templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.overrides</groupId>
<artifactId>template-overrides</artifactId> <artifactId>template-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot</groupId> <groupId>dev.sheldan.oneplus.bot</groupId>
<artifactId>oneplusbot</artifactId> <artifactId>oneplusbot</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modules> <modules>
@@ -14,7 +14,7 @@
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>templates</artifactId> <artifactId>templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
</project> </project>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId>
<artifactId>customization-translations</artifactId> <artifactId>customization-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId>
<artifactId>customization-translations</artifactId> <artifactId>customization-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations</groupId>
<artifactId>translations</artifactId> <artifactId>translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.customizations</groupId>
<artifactId>customization-translations</artifactId> <artifactId>customization-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId>
<artifactId>module-translations</artifactId> <artifactId>module-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId>
<artifactId>module-translations</artifactId> <artifactId>module-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations</groupId>
<artifactId>translations</artifactId> <artifactId>translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId>
<artifactId>module-translations</artifactId> <artifactId>module-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId>
<artifactId>module-translations</artifactId> <artifactId>module-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.modules</groupId>
<artifactId>module-translations</artifactId> <artifactId>module-translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates</groupId> <groupId>dev.sheldan.oneplus.bot.templates</groupId>
<artifactId>templates</artifactId> <artifactId>templates</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations.overrides</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations.overrides</groupId>
<artifactId>translation-overrides</artifactId> <artifactId>translation-overrides</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>dev.sheldan.oneplus.bot.templates.translations</groupId> <groupId>dev.sheldan.oneplus.bot.templates.translations</groupId>
<artifactId>translations</artifactId> <artifactId>translations</artifactId>
<version>1.6.17</version> <version>1.6.20-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>