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 0e0dfdf7cac (chores) ci: bump Maven Daemon to 0.8.0
0e0dfdf7cac is described below
commit 0e0dfdf7cac11c7d1a205675cc4cfe10de9b7d1d
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jul 26 09:32:27 2022 +0200
(chores) ci: bump Maven Daemon to 0.8.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 8aa432a874f..5323cbbc5f9 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.7.1'
+ default: '0.8.0'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"