Skip to content

Commit 2ad850d

Browse files
author
Tim Middleton
authored
Update with latest CE releases (#23)
1 parent 7a23602 commit 2ad850d

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, 2024 Oracle and/or its affiliates.
1+
# Copyright (c) 2020, 2025 Oracle and/or its affiliates.
22
#
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
@@ -21,10 +21,13 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- 24.09
24+
- 24.09.2
2525
- 24.09.1-SNAPSHOT
2626
- 22.06.11-SNAPSHOT
2727
- 22.06.10
28+
- 22.06.11
29+
- 14.1.2-0-0
30+
- 14.1.2-0-1
2831

2932
steps:
3033
- 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.03.jar,
4+
target/runtime-bin/coherence-24.09.2.jar,
55
.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</modules>
2525

2626
<properties>
27-
<coherence.version>24.03</coherence.version>
27+
<coherence.version>24.09.2</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)