This is an automated email from the ASF dual-hosted git repository.
yamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new a84d23c4c NO-ISSUE: Upgrading maven to `3.9.11` (#2245)
a84d23c4c is described below
commit a84d23c4c80f134ef6f9ab4bc59f80537f735ba9
Author: Yeser Amer <[email protected]>
AuthorDate: Fri Jan 9 09:58:41 2026 +0100
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
---
.github/workflows/pr-downstream.yml | 2 +-
.github/workflows/pr-kogito-apps.yml | 2 +-
.github/workflows/publish-jitexecutor-native-rc.yml | 4 ++--
.github/workflows/publish-jitexecutor-native.yml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/pr-downstream.yml
b/.github/workflows/pr-downstream.yml
index 0039c62e2..1758b40ae 100644
--- a/.github/workflows/pr-downstream.yml
+++ b/.github/workflows/pr-downstream.yml
@@ -42,7 +42,7 @@ jobs:
job_name: [ kogito-quarkus-examples, kogito-springboot-examples,
serverless-workflow-examples ]
os: [ubuntu-latest]
java-version: [17]
- maven-version: ['3.9.6']
+ maven-version: ['3.9.11']
include:
- job_name: kogito-quarkus-examples
repository: incubator-kie-kogito-examples
diff --git a/.github/workflows/pr-kogito-apps.yml
b/.github/workflows/pr-kogito-apps.yml
index 27bcbc142..fe160423b 100644
--- a/.github/workflows/pr-kogito-apps.yml
+++ b/.github/workflows/pr-kogito-apps.yml
@@ -41,7 +41,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java-version: [17]
- maven-version: ['3.9.6']
+ maven-version: ['3.9.11']
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{
matrix.maven-version }}
diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml
b/.github/workflows/publish-jitexecutor-native-rc.yml
index ff68a4dbf..4d94d3872 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [ubuntu-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Set version
@@ -53,7 +53,7 @@ jobs:
- name: "Set up Maven"
uses: stCarolas/setup-maven@v5
with:
- maven-version: 3.9.6
+ maven-version: 3.9.11
- name: Import GPG key
if: github.event_name != 'pull_request'
diff --git a/.github/workflows/publish-jitexecutor-native.yml
b/.github/workflows/publish-jitexecutor-native.yml
index 99d1cb8ee..2f3e0a596 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [ubuntu-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Get current date
@@ -54,7 +54,7 @@ jobs:
- name: "Set up Maven"
uses: stCarolas/setup-maven@v5
with:
- maven-version: 3.9.6
+ maven-version: 3.9.11
- name: "Set up JDK 17"
uses: actions/setup-java@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]