Skip to content

Commit

Permalink
[ubuntu, windows] Update maven to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 10, 2024
1 parent ddfcef3 commit 6a779e6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions images/ubuntu/Ubuntu2404-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to accomplish this.
- Ant 1.10.14
- Gradle 8.11.1
- Lerna 8.1.9
- Maven 3.8.8
- Maven 3.9.9

### Tools
- Ansible 2.18.0
Expand Down Expand Up @@ -313,4 +313,3 @@ Use the following command as a part of your job to start the service: 'sudo syst
| xz-utils | 5.6.1+really5.4.5-1build0.1 |
| zip | 3.0-13build1 |
| zsync | 0.6.2-5build1 |

2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"java": {
"default": "11",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"java": {
"default": "11",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"java": {
"default": "17",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-11076708_latest.zip",
Expand Down
2 changes: 1 addition & 1 deletion images/windows/scripts/build/Install-JavaTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ foreach ($jdkVersionToInstall in $jdkVersionsToInstall) {
# Install Java tools
# Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK
Install-ChocoPackage ant -ArgumentList "--ignore-dependencies"
# Maven 3.9.x has multiple compatibilities problems

$toolsetMavenVersion = (Get-ToolsetContent).maven.version
$versionToInstall = Resolve-ChocoPackageVersion -PackageName "maven" -TargetVersion $toolsetMavenVersion

Expand Down
2 changes: 1 addition & 1 deletion images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
"default": "18.*"
},
"maven": {
"version": "3.8"
"version": "3.9"
},
"mysql": {
"version": "5.7",
Expand Down
2 changes: 1 addition & 1 deletion images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"default": "18.*"
},
"maven": {
"version": "3.8"
"version": "3.9"
},
"mysql": {
"version": "8.0",
Expand Down

0 comments on commit 6a779e6

Please sign in to comment.