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 8bfd774  Update Maven to 3.8.5
8bfd774 is described below

commit 8bfd774396d6a88b74e5a227b286f788f8e210b0
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Mar 22 10:54:13 2022 +0200

    Update Maven to 3.8.5
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .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 f96fcba..e551d5b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
 
     - name: Install Maven
       run: |
-        MAVEN_VERSION=3.8.4
+        MAVEN_VERSION=3.8.5
         wget 
https://dlcdn.apache.org/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