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/coherence.eclipse.plugin.tests/build.properties b/coherence.eclipse.plugin.tests/build.properties index e11f4b6..d48b64e 100644 --- a/coherence.eclipse.plugin.tests/build.properties +++ b/coherence.eclipse.plugin.tests/build.properties @@ -1,5 +1,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - target/runtime-bin/coherence-24.09.2.jar, + target/runtime-bin/coherence-25.03.1.jar, . diff --git a/pom.xml b/pom.xml index 7f92881..db80951 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@