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

mgrigorov 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 cf37800b10 Bump Maven to 3.8.7 for Github Actions CI
cf37800b10 is described below

commit cf37800b10b616ec4d4741fda5193933913b054f
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jan 11 11:08:47 2023 +0200

    Bump Maven to 3.8.7 for Github Actions CI
    
    Use https://archive.apache.org/dist/maven/maven-3 so that it is possible
    to refer to old versions. Otherwise when a new version of Maven is
    released our build fails
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e2891574f4..dff180e3b5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,8 +18,8 @@ jobs:
 
     - name: Install Maven
       run: |
-        MAVEN_VERSION=3.8.6
-        wget 
https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
+        MAVEN_VERSION=3.8.7
+        wget 
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
         export PATH=$PWD/apache-maven-${MAVEN_VERSION}/bin:$PATH
 

Reply via email to