Skip to content

Commit

Permalink
[ci] setting version in k8 descriptors based on parent version in ord…
Browse files Browse the repository at this point in the history
…er to allign with the realease process
  • Loading branch information
jcechace authored and jpechane committed Jun 8, 2023
1 parent 62a6c6f commit 0b150cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<profile>
<id>stable</id>
<properties>
<quarkus.container-image.tag>${project.version}</quarkus.container-image.tag>
<quarkus.container-image.tag>${project.parent.version}</quarkus.container-image.tag>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 0b150cd

Please sign in to comment.