Skip to content

Commit 9e85a14

Browse files
committed
COH-31223: Update 14.1.2.0.0 CE doc
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 112923]
1 parent 3e8e770 commit 9e85a14

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/build-examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
run: |
6262
echo "Building and Running - Examples"
6363
export DEV_ROOT=$(pwd)
64-
mvn --file prj/pom.xml --batch-mode -U -e -s .github/maven/settings.xml -P-modules -DskipTests clean install
65-
mvn --file prj/pom.xml --batch-mode -e -s .github/maven/settings.xml -Pmodules,-coherence -nsu -DskipTests clean install
64+
mvn --file prj/pom.xml --batch-mode -U -e -s .github/maven/settings.xml -P-modules -Dproject.official -DskipTests clean install
65+
mvn --file prj/pom.xml --batch-mode -e -s .github/maven/settings.xml -Pmodules,-coherence -nsu -Dproject.official -DskipTests clean install
6666
mvn --file prj/pom.xml --batch-mode -U -e -s .github/maven/settings.xml -Pexamples -nsu clean install
6767
6868
# Upload build artifacts for diagnosing failures

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
echo "Building and running tests in ${{ matrix.stage }}"
7979
export DEV_ROOT=$(pwd)
8080
export SETTINGS_XML=${DEV_ROOT}/.github/maven/settings.xml
81-
mvn --file prj/pom.xml --batch-mode -U -e -s ${SETTINGS_XML} -P-modules,${{ matrix.stage }} -Doptional -Dcoherence.SkipLargeMemoryTests=true clean install
82-
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -Pmodules,-coherence,${{ matrix.stage }} -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
81+
mvn --file prj/pom.xml --batch-mode -U -e -s ${SETTINGS_XML} -P-modules,${{ matrix.stage }} -Dproject.official -Dcoherence.SkipLargeMemoryTests=true clean install
82+
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -Pmodules,-coherence,${{ matrix.stage }} -nsu -Dproject.official -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
8383
8484
# Upload build artifacts for diagnosing failures
8585
- name: Build Artifacts test logs

prj/docs/about/01_overview.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ What is Oracle Coherence?
5050
A quick-start guide to using Coherence.
5151
--
5252
53+
[CARD]
54+
.What's New in this Release
55+
[icon=fa-exclamation-circle,link=https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2.0/release-notes/whats-new-this-release.html,link-type=url]
56+
--
57+
New Functionality & Improvements
58+
--
59+
5360
[CARD]
5461
.Guides & Tutorials
5562
[icon=fa-graduation-cap,link=examples/README.adoc]

0 commit comments

Comments
 (0)