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 f3fedf21e8 NO-JIRA: [Broker-J] Updated appveyor maven to the version 
3.9.12 (#361)
f3fedf21e8 is described below

commit f3fedf21e8f3d8568e20abb84e7c44d06dac1097
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Jan 14 08:37:27 2026 +0100

    NO-JIRA: [Broker-J] Updated appveyor maven to the version 3.9.12 (#361)
---
 appveyor.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 28e3ed817b..645fd67cff 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.11" )) {
+      if (!(Test-Path -Path "C:\maven\apache-maven-3.9.12" )) {
         (new-object System.Net.WebClient).DownloadFile(
-          
'https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip',
+          
'https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-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.11\bin;%JAVA_HOME%\bin;%PATH%
+  - cmd: SET PATH=C:\maven\apache-maven-3.9.12\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.11
+  - C:\maven\apache-maven-3.9.12


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to