[SIS-xxx] updating abstracto version

This commit is contained in:
Sheldan
2023-12-25 01:24:07 +01:00
parent 974ab230ac
commit 99b266e94a
3 changed files with 5 additions and 5 deletions

2
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.4.32
ABSTRACTO_VERSION=1.5.17
ABSTRACTO_VERSION=1.5.18

View File

@@ -100,7 +100,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.5.17
tag: 1.5.18
templateDeploymentData:
repository: harbor.sheldan.dev/sissi
@@ -113,7 +113,7 @@ dbConfigDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
tag: 1.5.17
tag: 1.5.18
dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi

View File

@@ -18,8 +18,8 @@
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<abstracto.version>1.5.17</abstracto.version>
<abstracto.templates.version>1.4.26</abstracto.templates.version>
<abstracto.version>1.5.18</abstracto.version>
<abstracto.templates.version>1.4.27</abstracto.templates.version>
<apache-jena.version>4.9.0</apache-jena.version>
<rssreader.version>3.5.0</rssreader.version>
</properties>