You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/11/18 09:26:52 UTC

[camel-k] 01/02: chore(build): upgrade Maven to 3.8.6

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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1fb7c79e6fd9acece9b54f4b0b9c23768a9d14e0
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Fri Nov 18 15:25:40 2022 +0900

    chore(build): upgrade Maven to 3.8.6
---
 build/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Dockerfile b/build/Dockerfile
index a70b843c2..92885e7a2 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -15,9 +15,9 @@
 
 FROM quay.io/quarkus/ubi-quarkus-mandrel:21.3.0.0-Final-java11
 
-ARG MAVEN_VERSION="3.8.4"
+ARG MAVEN_VERSION="3.8.6"
 ARG MAVEN_HOME="/usr/share/maven"
-ARG SHA="a9b2d825eacf2e771ed5d6b0e01398589ac1bfa4171f36154d1b5787879605507802f699da6f7cfc80732a5282fd31b28e4cd6052338cbef0fa1358b48a5e3c8"
+ARG SHA="f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26"
 ARG BASE_URL="https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries"
 
 USER 0