mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-30 00:19:58 +00:00
[OPB-xxx] preparing new release
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/
|
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/
|
||||||
VERSION: ${{ env.version }}
|
VERSION: ${{ env.version }}
|
||||||
ABSTRACTO_VERSION: 1.3.12
|
ABSTRACTO_VERSION: 1.4.1
|
||||||
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/
|
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/
|
||||||
@@ -372,16 +372,6 @@
|
|||||||
<destFileName>starboard.zip</destFileName>
|
<destFileName>starboard.zip</destFileName>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
|
||||||
<artifactId>utility</artifactId>
|
|
||||||
<version>${abstracto.templates.version}</version>
|
|
||||||
<type>zip</type>
|
|
||||||
<overWrite>true</overWrite>
|
|
||||||
<outputDirectory>${file.basedir}/deployment/translation-artifacts/</outputDirectory>
|
|
||||||
<destFileName>utility.zip</destFileName>
|
|
||||||
</artifactItem>
|
|
||||||
|
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>webservices</artifactId>
|
<artifactId>webservices</artifactId>
|
||||||
@@ -600,17 +590,6 @@
|
|||||||
<destFileName>dynamic-activity.zip</destFileName>
|
<destFileName>dynamic-activity.zip</destFileName>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>dev.sheldan.abstracto.modules</groupId>
|
|
||||||
<artifactId>utility-impl</artifactId>
|
|
||||||
<version>${abstracto.version}</version>
|
|
||||||
<classifier>liquibase</classifier>
|
|
||||||
<type>zip</type>
|
|
||||||
<overWrite>true</overWrite>
|
|
||||||
<outputDirectory>${file.basedir}/deployment/liquibase-artifacts/</outputDirectory>
|
|
||||||
<destFileName>utility.zip</destFileName>
|
|
||||||
</artifactItem>
|
|
||||||
|
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>dev.sheldan.abstracto.modules</groupId>
|
<groupId>dev.sheldan.abstracto.modules</groupId>
|
||||||
<artifactId>modmail-impl</artifactId>
|
<artifactId>modmail-impl</artifactId>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -19,8 +19,8 @@
|
|||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<!-- edit in release.yml as well -->
|
<!-- edit in release.yml as well -->
|
||||||
<!-- when releasing a new opbot version, update the .env as well-->
|
<!-- when releasing a new opbot version, update the .env as well-->
|
||||||
<abstracto.version>1.3.12</abstracto.version>
|
<abstracto.version>1.4.1</abstracto.version>
|
||||||
<abstracto.templates.version>1.3.0</abstracto.templates.version>
|
<abstracto.templates.version>1.4.1</abstracto.templates.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
Reference in New Issue
Block a user