You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/02 07:07:43 UTC

[camel] branch main updated: (chores) ci: bump to mvnd 1.0-m6-m40 as the older versions were removed from the Apache CDN

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 16297b7657d (chores) ci: bump to mvnd 1.0-m6-m40 as the older versions were removed from the Apache CDN
16297b7657d is described below

commit 16297b7657da87997bfb787b73c6bf04553180e2
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Apr 2 09:07:27 2023 +0200

    (chores) ci: bump to mvnd 1.0-m6-m40 as the older versions were removed from the Apache CDN
---
 .github/actions/install-mvnd/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/install-mvnd/action.yml b/.github/actions/install-mvnd/action.yml
index 4961c6f0652..b5278728385 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -21,7 +21,7 @@ inputs:
   version:
     description: 'The version of the maven daemon to install'
     required: true
-    default: '0.8.2'
+    default: '1.0-m6-m40'
 outputs:
   mvnd-dir:
     description: "The directory where the command mvnd is located"