You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/08/12 21:38:13 UTC

[maven-dependency-plugin] branch GITHUB_ACTIONS updated: Fixed container names.

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

khmarbaise pushed a commit to branch GITHUB_ACTIONS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/GITHUB_ACTIONS by this push:
     new 5fa2b81  Fixed container names.
5fa2b81 is described below

commit 5fa2b81d99d995ac8e75c55f2a72d0b42b44b237
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Aug 12 23:38:04 2019 +0200

    Fixed container names.
---
 .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 dbdbfc6..ec7adf1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -56,7 +56,7 @@ jobs:
   mdep_linux_12:
     name: Ubuntu (OpenJDK 12)
     runs-on: ubuntu-latest
-    container: maven:3.6.1-jdk-12-slim
+    container: maven:3.6.1-jdk-12
     steps:
     - uses: actions/checkout@master
       with:
@@ -69,7 +69,7 @@ jobs:
   mdep_linux_13:
     name: Ubuntu (OpenJDK 13)
     runs-on: ubuntu-latest
-    container: maven:3.6.1-jdk-13-slim
+    container: maven:3.6.1-jdk-13
     steps:
     - uses: actions/checkout@master
       with: