Skip to content

Commit

Permalink
Upgrade maven to 3.6, relates to [JWS-3148]
Browse files Browse the repository at this point in the history
Signed-off-by: Sokratis Zappis <szappis@redhat.com>
  • Loading branch information
bekionel committed Nov 27, 2023
1 parent 7a63855 commit 0e73844
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat9/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ modules:
- path: custom-modules
install:
- name: jboss.container.maven
version: "8.0.3.5"
version: "8.2.3.6.8"
- name: dynamic-resources
- name: s2i-common
- name: os-jws-s2i
Expand Down
6 changes: 6 additions & 0 deletions tomcat9/jdk11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ labels:
value: "JBoss Web Server 5.7 OpenJDK11"
modules:
repositories:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.4
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand All @@ -23,6 +27,8 @@ modules:
ref: main
- path: custom-modules
install:
- name: jboss.container.maven
version: "8.2.3.6"
- name: jboss.container.java.singleton-jdk
- name: os-jws-prometheus
version: "3.0"
Expand Down
6 changes: 6 additions & 0 deletions tomcat9/jdk17-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ labels:
value: "JBoss Web Server 5.7 OpenJDK17"
modules:
repositories:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.4
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand All @@ -23,6 +27,8 @@ modules:
ref: main
- path: custom-modules
install:
- name: jboss.container.maven
version: "8.2.3.6"
- name: jboss.container.java.singleton-jdk
- name: os-jws-prometheus
version: "3.0"
Expand Down

0 comments on commit 0e73844

Please sign in to comment.