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 64232a6a90bc Upgrade mvnd version to 1.0.3 (#19757)
64232a6a90bc is described below

commit 64232a6a90bcc5c6a0a7c1ae85d4fdc43cf75535
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 e2ac5e482f1f..c37c43fe89f9 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.2'
+    default: '1.0.3'
   distribution:
     description: 'The maven distribution to use'
     required: true

Reply via email to