Skip to content

Commit a84d23c

Browse files
authored
NO-ISSUE: Upgrading maven to 3.9.11 (#2245)
* update maven to 3.9.9 * update maven to 3.9.11 * fix jit mac os
1 parent 56fd4b2 commit a84d23c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pr-downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
job_name: [ kogito-quarkus-examples, kogito-springboot-examples, serverless-workflow-examples ]
4343
os: [ubuntu-latest]
4444
java-version: [17]
45-
maven-version: ['3.9.6']
45+
maven-version: ['3.9.11']
4646
include:
4747
- job_name: kogito-quarkus-examples
4848
repository: incubator-kie-kogito-examples

.github/workflows/pr-kogito-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
os: [ubuntu-latest]
4343
java-version: [17]
44-
maven-version: ['3.9.6']
44+
maven-version: ['3.9.11']
4545
fail-fast: false
4646
runs-on: ${{ matrix.os }}
4747
name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ matrix.maven-version }}

.github/workflows/publish-jitexecutor-native-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
os: [ubuntu-latest, macos-13, windows-latest]
26+
os: [ubuntu-latest, macos-latest, windows-latest]
2727

2828
steps:
2929
- name: Set version
@@ -53,7 +53,7 @@ jobs:
5353
- name: "Set up Maven"
5454
uses: stCarolas/setup-maven@v5
5555
with:
56-
maven-version: 3.9.6
56+
maven-version: 3.9.11
5757

5858
- name: Import GPG key
5959
if: github.event_name != 'pull_request'

.github/workflows/publish-jitexecutor-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
os: [ubuntu-latest, macos-13, windows-latest]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222

2323
steps:
2424
- name: Get current date
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Set up Maven"
5555
uses: stCarolas/setup-maven@v5
5656
with:
57-
maven-version: 3.9.6
57+
maven-version: 3.9.11
5858

5959
- name: "Set up JDK 17"
6060
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)