Skip to content

Commit 0a510cc

Browse files
authored
Merge pull request #43 from jfdenise/eap81-beta-dev
Use EAP Maven Plugin 2.0.0.Beta1-redhat-00002 and WF35 tags
2 parents c07c6d1 + ec62c75 commit 0a510cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

builder-image/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ envs:
4343
- name: PROVISIONING_MAVEN_PLUGIN_GROUP_ID
4444
value: org.jboss.eap.plugins
4545
- name: PROVISIONING_MAVEN_PLUGIN_VERSION
46-
value: 1.0.1.Final-redhat-00014
46+
value: 2.0.0.Beta1-redhat-00002
4747
- name: SSO_DEFAULT_PROVIDER_NAME
4848
value: rh-sso
4949
ports:
@@ -56,11 +56,11 @@ modules:
5656
- name: openjdk
5757
git:
5858
url: https://github.com/rh-openjdk/redhat-openjdk-containers
59-
ref: ubi9-wildfly-container-33.0
59+
ref: ubi9-wildfly-container-35.0
6060
- name: wildfly-cekit-modules
6161
git:
6262
url: https://github.com/wildfly/wildfly-cekit-modules
63-
ref: 0.33.0
63+
ref: 0.35.0
6464
- name: eap-modules
6565
path: ../modules
6666
install:

runtime-image/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ modules:
4646
- name: openjdk
4747
git:
4848
url: https://github.com/rh-openjdk/redhat-openjdk-containers
49-
ref: ubi9-wildfly-container-33.0
49+
ref: ubi9-wildfly-container-35.0
5050
- name: wildfly-cekit-modules
5151
git:
5252
url: https://github.com/wildfly/wildfly-cekit-modules
53-
ref: 0.33.0
53+
ref: 0.35.0
5454
- name: eap-modules
5555
path: ../modules
5656
install:

0 commit comments

Comments
 (0)