You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/03 13:06:28 UTC

[camel] 02/02: (chores) ci: upgrade to Maven Daemon 0.9.0

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 30f0293572770aadf5b2a8c70e989528f64496d8
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Apr 3 15:05:47 2023 +0200

    (chores) ci: upgrade to Maven Daemon 0.9.0
---
 .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 5414102c1b9..1376cae8ae0 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: '0.8.2'
+    default: '0.9.0'
 outputs:
   mvnd-dir:
     description: "The directory where the command mvnd is located"