This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch backport/25888-to-camel-4.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3ec3583254a8db72ca593506f95a1cee372727c2 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Aug 29 17:28:54 2026 +0200 chore: bump mvnd install version to 1.0.6 (#25888) mvnd 1.0.5 was pruned from downloads.apache.org after 1.0.6 was released, breaking CI's install-mvnd action with a 404. Signed-off-by: Claus Ibsen <[email protected]> Co-authored-by: Claude Sonnet 5 <[email protected]> (cherry picked from commit da6b043f0aebd14190af25f6e25f044863a99884) --- .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 e919bf5f9a40..b263bc57dfc4 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: '1.0.5' + default: '1.0.6' distribution: description: 'The maven distribution to use' required: true
