Skip to content

Commit 51c5783

Browse files
author
Tim Middleton
authored
Update version (#352)
* Update version * Update CE versions in doc
1 parent 3074126 commit 51c5783

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
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
1919
MILESTONE ?=
2020
SHELL := /bin/bash
2121

2222
# Maven version is always 1.0.0 as it is only for testing
2323
MVN_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
2727
COHERENCE_GROUP_ID ?= com.oracle.coherence.ce
2828
COHERENCE_WKA1 ?= server1
2929
COHERENCE_WKA2 ?= server1

docs/sitegen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
1717
assets:
1818
- target: "/"
1919
includes:

0 commit comments

Comments
 (0)