You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/06 05:24:39 UTC

[camel] 01/05: (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.

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7211f74d8cc292db675cc11f155e34d3e004bf0a
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"