Automated update by Forgejo Actions
This commit is contained in:
parent
e0a737a643
commit
e10a99fe54
3 changed files with 2 additions and 2 deletions
BIN
apache-maven-3.9.9-bin.tar.gz
Normal file
BIN
apache-maven-3.9.9-bin.tar.gz
Normal file
Binary file not shown.
|
@ -15,7 +15,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: silly-game
|
||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-backend:0.1.0-SNAPSHOT
|
||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-backend:0.2.0-snapshot
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: DOMAIN
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>de.telekom</groupId>
|
||||
<artifactId>silly-game</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.2.0-snapshot</version>
|
||||
<name>silly-game</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<url/>
|
||||
|
|
Loading…
Reference in a new issue