This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch camel-4.10.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 952fc3c117bc6719b01afb02181fea375b63e925 Author: Tom Cunningham <[email protected]> AuthorDate: Thu Oct 30 02:18:19 2025 -0400 Upgrade mvnd version to 1.0.3 (#19757) --- .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 eb4fb89f22c8..8f7facf4dd82 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.3' distribution: description: 'The maven distribution to use' required: true
