File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# ======================================================================================================================
1616
1717# The version of the CLI being build - this should be a valid SemVer format
18- VERSION ?= 1.10.1-rc1
18+ VERSION ?= 1.10.1
1919MILESTONE ?=
2020SHELL := /bin/bash
2121
2222# Maven version is always 1.0.0 as it is only for testing
2323MVN_VERSION ?= 1.0.0
2424
2525# Coherence CE version to run base tests against
26- COHERENCE_VERSION ?= 14.1.2-0-2
26+ COHERENCE_VERSION ?= 14.1.2-0-3
2727COHERENCE_GROUP_ID ?= com.oracle.coherence.ce
2828COHERENCE_WKA1 ?= server1
2929COHERENCE_WKA2 ?= server1
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ engine:
1212 plantumlconfig : " _plantuml-config.txt"
1313 commercial-docs-base-url : " https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2"
1414 cli-version : " 1.10.1"
15- coherence-version : " 14.1.2-0-2 "
16- coherence-default-version : " 14.1.2-0-2 "
15+ coherence-version : " 14.1.2-0-3 "
16+ coherence-default-version : " 14.1.2-0-3 "
1717assets :
1818 - target : " /"
1919 includes :
You can’t perform that action at this time.
0 commit comments