Skip to content

Commit

Permalink
Update ce versions for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jan 17, 2024
1 parent 92a35a1 commit f42b4d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build-snapshots.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, 2023 Oracle and/or its affiliates.
# Copyright (c) 2020, 2024 Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
Expand All @@ -24,8 +24,8 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 23.03-SNAPSHOT
- 22.06.4-SNAPSHOT
- 23.09-SNAPSHOT
- 22.06.8-SNAPSHOT

steps:
- name: Checkout
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, 2023 Oracle and/or its affiliates.
# Copyright (c) 2020, 2024 Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# https://oss.oracle.com/licenses/upl.
Expand All @@ -21,12 +21,11 @@ jobs:
fail-fast: false
matrix:
version:
- 23.03
- 22.09
- 23.03-SNAPSHOT
- 22.06.5-SNAPSHOT
- 22.06.3
- 22.06.4
- 23.09.1
- 23.09.2-SNAPSHOT
- 22.06.8-SNAPSHOT
- 22.06.6
- 22.06.7

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion coherence.eclipse.plugin.tests/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
target/runtime-bin/coherence-22.09.jar,
target/runtime-bin/coherence-23.09.1.jar,
.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</modules>

<properties>
<coherence.version>22.09</coherence.version>
<coherence.version>23.09.1</coherence.version>
<java.version>1.8</java.version>
<maven.compiler.version>3.8.0</maven.compiler.version>
<mockito.version>3.3.3</mockito.version>
Expand Down

0 comments on commit f42b4d1

Please sign in to comment.