This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 da6b043f0aeb chore: bump mvnd install version to 1.0.6 (#25888)
da6b043f0aeb is described below
commit da6b043f0aebd14190af25f6e25f044863a99884
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]>
---
.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