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 d81248eb03 NO-JIRA: [Broker-J] Update appveyor maven to the version
3.9.15 (#395)
d81248eb03 is described below
commit d81248eb038b83661dc3584e4766d6f88011648e
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Thu May 7 15:19:39 2026 +0200
NO-JIRA: [Broker-J] Update appveyor maven to the version 3.9.15 (#395)
---
appveyor.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 04a8ca0f54..73cc976119 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,14 +10,14 @@ environment:
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
- if (!(Test-Path -Path "C:\maven\apache-maven-3.9.14" )) {
+ if (!(Test-Path -Path "C:\maven\apache-maven-3.9.15" )) {
(new-object System.Net.WebClient).DownloadFile(
-
'https://dlcdn.apache.org/maven/maven-3/3.9.14/binaries/apache-maven-3.9.14-bin.zip',
+
'https://dlcdn.apache.org/maven/maven-3/3.9.15/binaries/apache-maven-3.9.15-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.9.14\bin;%JAVA_HOME%\bin;%PATH%
+ - cmd: SET PATH=C:\maven\apache-maven-3.9.15\bin;%JAVA_HOME%\bin;%PATH%
build_script:
- mvn clean install -B -DskipTests
@@ -46,4 +46,4 @@ on_finish:
}
cache:
- - C:\maven\apache-maven-3.9.14
+ - C:\maven\apache-maven-3.9.15
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]