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 2022/10/11 06:41:21 UTC

[camel] branch main updated: (chores) ci: fix upgrade Apache Maven Daemon to 0.8.2

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


The following commit(s) were added to refs/heads/main by this push:
     new 76a9dde3ab1 (chores) ci: fix upgrade Apache Maven Daemon to 0.8.2
76a9dde3ab1 is described below

commit 76a9dde3ab1678efbc3a2d967f95a862446ecd48
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 11 08:41:08 2022 +0200

    (chores) ci: fix upgrade Apache Maven Daemon to 0.8.2
---
 .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 0850dc3e557..85010d66b4f 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.22'
+    default: '0.8.2'
 outputs:
   mvnd-dir:
     description: "The directory where the command mvnd is located"