This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push: new 0198cb8 NO-JIRA: Update maven download URL in AppVeyor (#117) 0198cb8 is described below commit 0198cb8c77c0ecfb88310169b9a52990744c345c Author: vavrtom <cz235...@tiscali.cz> AuthorDate: Mon Feb 7 11:16:52 2022 +0100 NO-JIRA: Update maven download URL in AppVeyor (#117) Co-authored-by: Tomas Vavricka <tomas.vavri...@deutsche-boerse.com> --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8801b1e..d734059 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,14 +8,14 @@ environment: install: - ps: | Add-Type -AssemblyName System.IO.Compression.FileSystem - if (!(Test-Path -Path "C:\maven\apache-maven-3.3.9" )) { + if (!(Test-Path -Path "C:\maven\apache-maven-3.8.4" )) { (new-object System.Net.WebClient).DownloadFile( - 'http://repo2.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip', + 'https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip', 'C:\maven-bin.zip' ) [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven") } - - cmd: SET PATH=C:\maven\apache-maven-3.3.9\bin;%JAVA_HOME%\bin;%PATH% + - cmd: SET PATH=C:\maven\apache-maven-3.8.4\bin;%JAVA_HOME%\bin;%PATH% build_script: - mvn clean install -B -DskipTests @@ -44,4 +44,4 @@ on_finish: } cache: - - C:\maven\apache-maven-3.3.9 + - C:\maven\apache-maven-3.8.4 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org