Skip to content

Commit 976d2dd

Browse files
committed
Upgrade Maven version to 3.5.4 for AppVeyor as well
1 parent 47d84e4 commit 976d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/appveyor-install-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (!(Test-Path $tools)) {
8181
# ========================== Maven
8282
Push-Location $tools
8383

84-
$mavenVer = "3.3.9"
84+
$mavenVer = "3.5.4"
8585
Start-FileDownload "https://archive.apache.org/dist/maven/maven-3/$mavenVer/binaries/apache-maven-$mavenVer-bin.zip" "maven.zip"
8686

8787
# extract

0 commit comments

Comments
 (0)