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

[camel] 02/04: Use mvnd 1.0-m6-m39 by default

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

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

commit 024ab8f1d68ea3a8bfa6e245ba60da18af23a56a
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Jun 15 10:57:57 2023 +0200

    Use mvnd 1.0-m6-m39 by default
---
 .github/actions/incremental-build/action.yaml | 2 --
 .github/actions/install-mvnd/action.yml       | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/actions/incremental-build/action.yaml b/.github/actions/incremental-build/action.yaml
index 45782100360..99e941d2da7 100644
--- a/.github/actions/incremental-build/action.yaml
+++ b/.github/actions/incremental-build/action.yaml
@@ -37,8 +37,6 @@ runs:
     - id: install-mvnd
       uses: ./.github/actions/install-mvnd
       with:
-        version: 1.0-m6
-        distribution: m39-linux-amd64
         dry-run: ${{ inputs.skip-mvnd-install }}
     - name: maven build
       shell: bash
diff --git a/.github/actions/install-mvnd/action.yml b/.github/actions/install-mvnd/action.yml
index a18cfe0cd0f..7e25d104e37 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -21,11 +21,11 @@ inputs:
   version:
     description: 'The version of the maven daemon to install'
     required: true
-    default: '0.8.2'
+    default: '1.0-m6'
   distribution:
     description: 'The maven distribution to use'
     required: true
-    default: 'linux-amd64'
+    default: 'm39-linux-amd64'
   dry-run:
     description: 'Flag to enable to the dry-run mode'
     required: true