Skip to content

Commit

Permalink
Update Java version for IHS & WAS (#80)
Browse files Browse the repository at this point in the history
* Update galaxy.yml

Update galaxy.yml

* Update Java on IHS v9.0.5.19.yml

Update Java on IHS v9.0.5.19.yml to use FP20 as suggested here - https://www.ibm.com/support/pages/node/317689#W9J8

* Update Java on WAS v9.0.5.19.yml

Update Java on WAS v9.0.5.19.yml to use FP20 as suggested here - https://www.ibm.com/support/pages/node/317689#W9J8
  • Loading branch information
martinfanning1 authored Apr 15, 2024
1 parent 28ba2c9 commit 4a35585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: spm_middleware

# The version of the collection. Must be compatible with semantic versioning
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
version: 1.5.6
version: 1.5.7

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/ihs/vars/v9.0.5.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ ihs_fp_installer_archive_list:

ihs_pid: v90_9.0.5019.20240304_1205

ihs_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.15-linux-x64-installmgr.zip
ihs_java_zip_path: Java/IBM/ibm-java-sdk-8.0-8.20-linux-x64-installmgr.zip
ihs_java_pid: com.ibm.java.jdk.v8
2 changes: 1 addition & 1 deletion roles/websphere/vars/v9.0.5.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ websphere_base_archive_list:
- was.repo.90500.nd.zip

# Java Vars
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-8.15-linux-x64-installmgr.zip
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-8.20-linux-x64-installmgr.zip
websphere_java_pid: com.ibm.java.jdk.v8
websphere_java_home: java/8.0

0 comments on commit 4a35585

Please sign in to comment.