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

davsclaus pushed a commit to branch quick-fix/mvnd-1.0.6-download-404
in repository https://gitbox.apache.org/repos/asf/camel.git

commit afd0ae962f210380a66e14a3b5ef0f8f4b81f632
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Aug 29 17:28:00 2026 +0200

    chore: bump mvnd install version to 1.0.6
    
    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.
    
    Co-Authored-By: Claude Sonnet 5 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 .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 bb6a94d39def..e776d4fbcfdb 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -25,7 +25,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

Reply via email to