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 Nov 20, 2024
1 parent b205509 commit e882782
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 16 deletions.
3 changes: 1 addition & 2 deletions images/ubuntu/Ubuntu2004-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ to accomplish this.
- Ant 1.10.7
- Gradle 8.10.2
- Lerna 8.1.9
- Maven 3.8.8
- Maven 3.9.9
- Sbt 1.10.5

### Tools
Expand Down Expand Up @@ -397,4 +397,3 @@ Use the following command as a part of your job to start the service: 'sudo syst
| xz-utils | 5.2.4-1ubuntu1.1 |
| zip | 3.0-11build1 |
| zsync | 0.6.2-3ubuntu1 |

3 changes: 1 addition & 2 deletions images/ubuntu/Ubuntu2204-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ to accomplish this.
- Ant 1.10.12
- Gradle 8.11
- Lerna 8.1.9
- Maven 3.8.8
- Maven 3.9.9
- Sbt 1.10.5

### Tools
Expand Down Expand Up @@ -390,4 +390,3 @@ Use the following command as a part of your job to start the service: 'sudo syst
| xz-utils | 5.2.5-2ubuntu1 |
| zip | 3.0-12build2 |
| zsync | 0.6.2-3ubuntu1 |

3 changes: 1 addition & 2 deletions images/ubuntu/Ubuntu2404-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ to accomplish this.
- Ant 1.10.14
- Gradle 8.11
- Lerna 8.1.9
- Maven 3.8.8
- Maven 3.9.9

### Tools
- Ansible 2.17.6
Expand Down Expand Up @@ -314,4 +314,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
3 changes: 1 addition & 2 deletions images/windows/Windows2019-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
### Project Management
- Ant 1.10.14
- Gradle 8.11
- Maven 3.8.7
- Maven 3.9.9
- sbt 1.10.5

### Tools
Expand Down Expand Up @@ -559,4 +559,3 @@ All other versions are saved but not installed.
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:5c61a6c5cd84002f31b40d365e505a2c2310acec806faa30b8e2cc209150dd54 | 2024-11-12 |
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:d3bd9a71fc0c0e7f768c607fdbc60cba66ace7a2fc833bcb01992c247d7d78df | 2024-11-01 |
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:d14e163a476ddf6bfe08997551777cf1382288784825158263e002d1f4eeb29c | 2024-11-01 |

3 changes: 1 addition & 2 deletions images/windows/Windows2022-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
### Project Management
- Ant 1.10.14
- Gradle 8.11
- Maven 3.8.7
- Maven 3.9.9
- sbt 1.10.5

### Tools
Expand Down Expand Up @@ -556,4 +556,3 @@ All other versions are saved but not installed.
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:6825e3532d36741b62ea87bd7fd984cf4eea0be568b6669f52cc211126e67f52 | 2024-11-12 |
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:be37c9e8bf388c4e3ef27b4a2592b94adab551e231644ce3c9d4d3dc0a50af41 | 2024-11-02 |
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:87837eac4a78e1c67a6f6db1333a57a1a39207549c689905bd69cce40d063d5d | 2024-11-02 |

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 e882782

Please sign in to comment.