From fcccb74f74f00f2684c91633a4790e579aaaa4d2 Mon Sep 17 00:00:00 2001 From: **** <group_91_bot@example.com> Date: Sat, 5 Feb 2022 16:04:36 +0000 Subject: [PATCH] Update maven Docker tag to v3.8.4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46814f8..6c04188 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true" # This template uses jdk8 for verifying and deploying images -image: maven:3.3.9-jdk-8 +image: maven:3.8.4-jdk-8 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' -- GitLab