This is an automated email from the ASF dual-hosted git repository.
apupier 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 19a871ae819 Fix default value for mvnd
19a871ae819 is described below
commit 19a871ae819c74059d414ed05130a4ae28ea7161
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Jun 20 13:46:16 2025 +0200
Fix default value for mvnd
Signed-off-by: Aurélien Pupier <[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 6111a9d8296..da791989595 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-m6'
+ default: '1.0.2'
distribution:
description: 'The maven distribution to use'
required: true