This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new a0639032c2b2 chore: bump mvnd install version to 1.0.6 (#25902)
a0639032c2b2 is described below
commit a0639032c2b20ec39e32b8b51ef3a796b459c4bd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Aug 30 12:22:50 2026 +0200
chore: bump mvnd install version to 1.0.6 (#25902)
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.
(cherry picked from commit da6b043f0aebd14190af25f6e25f044863a99884)
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 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