From d6b895d9c2960c42b4fcc6567ee600498c899561 Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Thu, 29 May 2025 11:30:56 +0800 Subject: [PATCH 1/2] Update Coherence versions in GitHub actions --- .github/workflows/ci-build-snapshots.yaml | 8 +++++--- .github/workflows/ci-build.yaml | 8 +++----- pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-build-snapshots.yaml b/.github/workflows/ci-build-snapshots.yaml index 63b6552..a83c2c2 100644 --- a/.github/workflows/ci-build-snapshots.yaml +++ b/.github/workflows/ci-build-snapshots.yaml @@ -24,8 +24,10 @@ jobs: fail-fast: false matrix: coherenceVersion: - - 24.09.4-SNAPSHOT - - 22.06.12-SNAPSHOT + - 25.09-SNAPSHOT + - 25.03.2-SNAPSHOT + - 22.06.13-SNAPSHOT + - 14.1.2-0-3-SNAPSHOT steps: - name: Checkout @@ -40,7 +42,7 @@ jobs: - name: Print Versions run: mvn -version && ant -version - - name: Build Using Default Version (22.06) + - name: Build Using Default Version) shell: bash run: | mvn --file pom.xml --batch-mode -e -DskipTests clean install diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index fa93852..29bea74 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -21,11 +21,9 @@ jobs: fail-fast: false matrix: version: - - 24.09.3 - - 24.09.4-SNAPSHOT - - 22.06.12-SNAPSHOT - - 22.06.11 - - 14.1.2-0-1 + - 25.03.1 + - 22.06.12 + - 14.1.2-0-2 steps: - name: Checkout diff --git a/pom.xml b/pom.xml index 7f92881..db80951 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@