Skip to content

Commit

Permalink
[main] Bump Quarkus version to 2.16.9.Final (#1661)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins CI <[email protected]>
  • Loading branch information
kie-ci3 and Jenkins CI authored Aug 8, 2023
1 parent 60aa3d4 commit d3dabae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kogito-base-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-runtime-jvm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-runtime-native-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-s2i-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-swf-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- name: "io.openshift.s2i.destination"
value: "/tmp"
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-swf-devmode-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

labels:
- name: "io.quarkus.platform.version"
value: "2.16.8.Final"
value: "2.16.9.Final"
- name: "org.kie.kogito.version"
value: "2.0.0-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-project-versions/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ envs:
value: "2.0.0-SNAPSHOT"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_PLATFORM_VERSION"
value: "2.16.8.Final"
value: "2.16.9.Final"
description: Defines the Quarkus Platform version to be used by the builder images. Not intended to be changed by end user.
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Serverless Workflow images common
Scenario: Verify if the swf and quarkus files are under /home/kogito/.m2/repository
When container is started with command bash
Then file /home/kogito/.m2/repository/org/acme/serverless-workflow-project/1.0.0-SNAPSHOT/serverless-workflow-project-1.0.0-SNAPSHOT.jar should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.16.8.Final/quarkus-bom-2.16.8.Final.pom should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.16.9.Final/quarkus-bom-2.16.9.Final.pom should exist
And file /home/kogito/.m2/repository/org/kie/kogito/kogito-quarkus-serverless-workflow/ should exist and be a directory

# This check should be enabled again once a similar check is done on runtimes
Expand Down

0 comments on commit d3dabae

Please sign in to comment.