Skip to content

Commit 751e933

Browse files
author
Tim Middleton
authored
Update Coherence versions in GitHub actions (#25)
* Update Coherence versions in GitHub actions * Update test coherence version
1 parent a6ff705 commit 751e933

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci-build-snapshots.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
coherenceVersion:
27-
- 24.09.4-SNAPSHOT
28-
- 22.06.12-SNAPSHOT
27+
- 25.09-SNAPSHOT
28+
- 25.03.2-SNAPSHOT
29+
- 22.06.13-SNAPSHOT
30+
- 14.1.2-0-3-SNAPSHOT
2931

3032
steps:
3133
- name: Checkout
@@ -40,7 +42,7 @@ jobs:
4042
- name: Print Versions
4143
run: mvn -version && ant -version
4244

43-
- name: Build Using Default Version (22.06)
45+
- name: Build Using Default Version)
4446
shell: bash
4547
run: |
4648
mvn --file pom.xml --batch-mode -e -DskipTests clean install

.github/workflows/ci-build.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- 24.09.3
25-
- 24.09.4-SNAPSHOT
26-
- 22.06.12-SNAPSHOT
27-
- 22.06.11
28-
- 14.1.2-0-1
24+
- 25.03.1
25+
- 22.06.12
26+
- 14.1.2-0-2
2927

3028
steps:
3129
- name: Checkout
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
4-
target/runtime-bin/coherence-24.09.2.jar,
4+
target/runtime-bin/coherence-25.03.1.jar,
55
.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -24,7 +24,7 @@
2424
</modules>
2525

2626
<properties>
27-
<coherence.version>24.09.2</coherence.version>
27+
<coherence.version>25.03.1</coherence.version>
2828
<java.version>1.8</java.version>
2929
<maven.compiler.version>3.8.0</maven.compiler.version>
3030
<mockito.version>3.3.3</mockito.version>

0 commit comments

Comments
 (0)