Upgrade maven to 3.8.7
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 31 Dec 2022 22:35:12 +0000 (23:35 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 31 Dec 2022 22:35:12 +0000 (23:35 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.xmake.cfg
Dockerfile

index e37cc59c026164143fa73f805d6bbb947132d47f..ce126340a730beda045abd6deb2bc0fe93293496 100644 (file)
@@ -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]
index 027d78aac8407c53d27db99490231d668df737ab..948631fd7c0e92976e9d14be10294414b5da3555 100644 (file)
@@ -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