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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new e8d2f4d  Use the latest Maven 3.8.6 for build
e8d2f4d is described below

commit e8d2f4d930b00a0ae8a57463110cf0fb7639ced4
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jun 18 14:11:52 2022 +0200

    Use the latest Maven 3.8.6 for build
---
 .github/workflows/maven-verify.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 59a3a31..d9b6ac3 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -21,14 +21,14 @@ on:
   pull_request:
 
 jobs:
-  build-3-2-5:
+  build-3-2:
     name: Verify-3.2.5
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
       maven_version: '3.2.5'
 
-  build-3-8-4:
-    name: Verify-3.8.4
+  build-3-8:
+    name: Verify-3.8.6
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      maven_version: '3.8.4'
+      maven_version: '3.8.6'

Reply via email to