Skip to content

Commit 1311053

Browse files
[Windows] Update maven version to 3.9 (#11321)
* [Windows] update maven version 3.9 Co-authored-by: Tim Jacomb <[email protected]> * [Windows] Updated maven version 9.0 Co-authored-by: Tim Jacomb <[email protected]> --------- Co-authored-by: Tim Jacomb <[email protected]>
1 parent b127d3a commit 1311053

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

images/windows/scripts/build/Install-JavaTools.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ foreach ($jdkVersionToInstall in $jdkVersionsToInstall) {
110110
# Install Java tools
111111
# Force chocolatey to ignore dependencies on Ant and Maven or else they will download the Oracle JDK
112112
Install-ChocoPackage ant -ArgumentList "--ignore-dependencies"
113-
# Maven 3.9.x has multiple compatibilities problems
114113
$toolsetMavenVersion = (Get-ToolsetContent).maven.version
115114
$versionToInstall = Resolve-ChocoPackageVersion -PackageName "maven" -TargetVersion $toolsetMavenVersion
116115

images/windows/toolsets/toolset-2019.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"default": "18.*"
450450
},
451451
"maven": {
452-
"version": "3.8"
452+
"version": "3.9"
453453
},
454454
"mysql": {
455455
"version": "5.7",

images/windows/toolsets/toolset-2022.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
"default": "18.*"
360360
},
361361
"maven": {
362-
"version": "3.8"
362+
"version": "3.9"
363363
},
364364
"mysql": {
365365
"version": "8.0",

0 commit comments

Comments
 (0)