Skip to content

Commit

Permalink
Update 14.1.2-0-0-SNAPSHOT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coherence-bot committed Dec 11, 2024
1 parent e074dab commit 7e2a191
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 14.1.2-0-0-SNAPSHOT/docs/main/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,13 @@ function createNav(){
{
title: 'Coherence .NET Client API',
action: 'library_books',
href: 'https://docs.oracle.com/en/middleware/standalone/coherence/14.1.2.0/net-reference/html',
href: 'https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2.0/net-reference/html',
target: '_blank'
},
{
title: 'Coherence C++ Client API',
action: 'library_books',
href: 'https://docs.oracle.com/en/middleware/standalone/coherence/14.1.2.0/cplus-reference/index.html',
href: 'https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2.0/cplus-reference/index.html',
target: '_blank'
},
{
Expand Down
4 changes: 2 additions & 2 deletions 14.1.2-0-0-SNAPSHOT/docs/main/search-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@
},
{
"location": "/docs/about/03_quickstart",
"text": " Java - JDK 11 or higher Maven - 3.8.5 or higher ",
"text": " Java - JDK 17 or higher Maven - 3.8.5 or higher ",
"title": "Prerequisites"
},
{
Expand All @@ -1912,7 +1912,7 @@
},
{
"location": "/docs/about/03_quickstart",
"text": " Prerequisites Java - JDK 11 or higher Maven - 3.8.5 or higher How to Get Coherence Community Edition As Coherence is generally embedded into an application by using Coherence APIs, the natural place to consume this dependency is from Maven: <markup lang=\"xml\" title=\"pom.xml\" >&lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.oracle.coherence.ce&lt;/groupId&gt; &lt;artifactId&gt;coherence&lt;/artifactId&gt; &lt;version&gt;14.1.2-0-0-SNAPSHOT&lt;/version&gt; &lt;/dependency&gt; &lt;/dependencies&gt; You can also get Coherence from the official Docker image . For other language clients, use ( C&#43;&#43; and .NET ), and for the non-community edition, see Oracle Technology Network . ",
"text": " Prerequisites Java - JDK 17 or higher Maven - 3.8.5 or higher How to Get Coherence Community Edition As Coherence is generally embedded into an application by using Coherence APIs, the natural place to consume this dependency is from Maven: <markup lang=\"xml\" title=\"pom.xml\" >&lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.oracle.coherence.ce&lt;/groupId&gt; &lt;artifactId&gt;coherence&lt;/artifactId&gt; &lt;version&gt;14.1.2-0-0-SNAPSHOT&lt;/version&gt; &lt;/dependency&gt; &lt;/dependencies&gt; You can also get Coherence from the official Docker image . For other language clients, use ( C&#43;&#43; and .NET ), and for the non-community edition, see Oracle Technology Network . ",
"title": "Quick Start"
},
{
Expand Down
2 changes: 1 addition & 1 deletion 14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="section">
<ol style="margin-left: 15px;">
<li>
Java - JDK 11 or higher
Java - JDK 17 or higher

</li>
<li>
Expand Down

0 comments on commit 7e2a191

Please sign in to comment.