From: Jérôme Benoit Date: Sat, 31 Dec 2022 22:35:12 +0000 (+0100) Subject: Upgrade maven to 3.8.7 X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=13c4efcd0e0eb9fa23ec581c62efb1a078eb0666 Upgrade maven to 3.8.7 Signed-off-by: Jérôme Benoit --- diff --git a/.xmake.cfg b/.xmake.cfg index e37cc59..ce12634 100644 --- a/.xmake.cfg +++ b/.xmake.cfg @@ -1,5 +1,5 @@ [xmake] -version=1.0.12 +version=1.0.13 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/ [buildplugin] diff --git a/Dockerfile b/Dockerfile index 027d78a..948631f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -142,7 +142,7 @@ RUN ARCH=; SAPMACHINE_MAJOR_VERSION=$(echo ${SAPMACHINE_VERSION} | cut -d. -f1) # smoke test && java -version -ARG MAVEN_VERSION=3.8.6 +ARG MAVEN_VERSION=3.8.7 ARG BASE_URL=https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries ENV MAVEN_HOME /usr/share/maven