From e8d94a600adcdfc1b44bbfadd4bffba51bbe280c Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 25 Mar 2025 11:54:44 +0100 Subject: [PATCH 1/2] Trigger 4.0.4.Final release --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 621fb0b..c0bb5b1 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Weld Parent release: - current-version: 4.0.3.Final - next-version: 4.0.4-SNAPSHOT + current-version: 4.0.4.Final + next-version: 4.0.5-SNAPSHOT From 12517efc6556f049364c343bfbbb1e8f85849094 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 25 Mar 2025 11:56:29 +0100 Subject: [PATCH 2/2] Correct CI actions to trigger properly for this branch --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 396ebed..94fa2f9 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -2,7 +2,7 @@ name: Weld Testing CI on: pull_request: - branches: [ master ] + branches: [ 4.0 ] jobs: build-weld-junit: