This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4921fe1 WIP on 0.9.0 release.
4921fe1 is described below
commit 4921fe10b607e042d7aa9417e5b874d7137db25e
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sat Jul 10 09:06:20 2021 -0700
WIP on 0.9.0 release.
---
download.html | 12 +++++++-----
installation.html | 7 ++++---
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/download.html b/download.html
index 90d3184..84843d8 100644
--- a/download.html
+++ b/download.html
@@ -118,6 +118,7 @@ layout: interior
<b>Supported <i class="fab fa-fw fa-java"></i>Java and
<span class="scala-16"></span>Scala versions:</b>
</p>
<ul>
+ <li>NLPCraft 0.9.0+ requires JDK 11 and Scala 2.13</li>
<li>NLPCraft 0.7.0+ requires JDK 11 and Scala 2.12</li>
<li>NLPCraft 0.5.0-0.6.2 requires JDK 8 and Scala 2.12</li>
</ul>
@@ -280,7 +281,7 @@ layout: interior
<h2 class="section-title">Maven/Grape/SBT <a href="#"><i
class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<p>
The easiest way to start using NLPCraft is to add Maven
dependency (Grape, SBT, etc.) to your
- project. NLPCraft project consists of a single module.
+ project. NLPCraft project consists of a single module
(<code><b>{{site.latest_version}}</b></code> is the latest version).
</p>
<nav>
<div class="nav nav-tabs" role="tablist">
@@ -318,13 +319,14 @@ layout: interior
</pre>
</div>
</div>
- <div class="bq info">
+ <div class="bq warn">
<p>
- <b>Latest Version</b>
+ <b>Missing <code>nlpcraft.{sh|cmd}</code> script</b>
</p>
<p>
- <code>{{site.latest_version}}</code> is the latest
version. You can replace it
- with a desired version.
+ Note that when use just Maven dependencies you will not
get non-code components of the project
+ such as <code>nlpcraft.{sh|cmd}</code> management script,
SQL for various optional databases,
+ local Javadoc, etc. If you need any of these components
you will need to download full project.
</p>
</div>
<p>
diff --git a/installation.html b/installation.html
index 287b628..2505665 100644
--- a/installation.html
+++ b/installation.html
@@ -34,11 +34,12 @@ id: installation
</ul>
<div class="bq warn">
<p>
- <b>NLPCraft v0.7.0+ requires JDK 11</b>
+ <b>Minimal Java and Scala versions</b>
</p>
<p>
- Starting with version <b>0.7.0</b> NLPCraft requires JDK 11+
to compile and run. All development
- and testing is done on JDK 11 and Scala 2.12. Prior versions
only supported JDK 8.
+ Starting with version <b>0.7.0</b> NLPCraft requires JDK 11+
and Scala 2.12 to compile and run.
+ Starting with version <b>0.9.0</b> NLPCraft requires Scala
2.13. Prior versions supported
+ JDK 8 and Scala 2.12.
</p>
</div>
</section>