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:17:27 UTC

[camel] branch main updated: (chores) ci: FIX 404 on mvnd install and upgrade 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 2396b8f21e7 (chores) ci: FIX 404 on mvnd install and upgrade to 0.8.2
2396b8f21e7 is described below

commit 2396b8f21e77e70bb4cd982821ac88b561053f24
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 11 08:17:11 2022 +0200

    (chores) ci: FIX 404 on mvnd install and upgrade 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 dbe363b0d0b..3fa673e2c59 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.1'
+    default: '0.8.22
 outputs:
   mvnd-dir:
     description: "The directory where the command mvnd is located"