This is an automated email from the ASF dual-hosted git repository.

tsoloschenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c40e6d8d0 fix: ipv6
7c40e6d8d0 is described below

commit 7c40e6d8d02f18d05a351ab632582e62440c9362
Author: Tobias Soloschenko <[email protected]>
AuthorDate: Tue Jun 17 08:20:14 2025 +0200

    fix: ipv6
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4c3be6d8c7..593a009f58 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
 
     - name: Install Maven
       run: |
-        wget --retry-connrefused -4 --tries=5 --waitretry=5 --read-timeout=20 
--timeout=15 
https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
+        wget --retry-connrefused -6 --tries=5 --waitretry=5 --read-timeout=20 
--timeout=15 
https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
         tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
 
     - name: Cache Maven packages

Reply via email to