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 e5b795218b Revert: wget ip version e5b795218b is described below commit e5b795218b64f83630953bee58ff962fd5c3db09 Author: Tobias Soloschenko <tsolosche...@apache.org> AuthorDate: Tue Jun 17 08:22:30 2025 +0200 Revert: wget ip version --- .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 593a009f58..735fbe97ce 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: - name: Install Maven run: | - 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 + wget --retry-connrefused --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