Skip to content

Commit

Permalink
Fixing Payara version for MP 5
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseufrasio committed Feb 15, 2024
1 parent 0a0ac7f commit a54ba9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private String definePayaraVersion(JessieModel model) {
case NONE:
break;
case MP50:
payaraVersion = "6.2024.1";
payaraVersion = "6.2023.2";
break;
case MP40:
payaraVersion = "5.2021.1";
Expand Down

0 comments on commit a54ba9f

Please sign in to comment.