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 ac38b875e8 NO-JIRA: [Broker-J] Update appveyor maven version to 3.9.9
(#260)
ac38b875e8 is described below
commit ac38b875e86c72dce49e0edb47a9658d07f2a2ad
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Feb 19 11:08:55 2025 +0100
NO-JIRA: [Broker-J] Update appveyor maven version to 3.9.9 (#260)
---
appveyor.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 4dddb3197d..124bc902c7 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.8.4" )) {
+ if (!(Test-Path -Path "C:\maven\apache-maven-3.9.9" )) {
(new-object System.Net.WebClient).DownloadFile(
-
'https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip',
+
'https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-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.8.4\bin;%JAVA_HOME%\bin;%PATH%
+ - cmd: SET PATH=C:\maven\apache-maven-3.9.9\bin;%JAVA_HOME%\bin;%PATH%
build_script:
- mvn clean install -B -DskipTests
@@ -44,4 +44,4 @@ on_finish:
}
cache:
- - C:\maven\apache-maven-3.8.4
+ - C:\maven\apache-maven-3.9.9
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]