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 e6953de Changing 1.8 to 11 jdk version.
e6953de is described below
commit e6953dec071d64d0bc404d44b872c89873cfdc57
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Oct 1 11:49:43 2020 -0700
Changing 1.8 to 11 jdk version.
---
examples/alarm_clock.html | 6 +++---
examples/light_switch.html | 6 +++---
examples/sql_model.html | 6 +++---
examples/weather_bot.html | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/examples/alarm_clock.html b/examples/alarm_clock.html
index 2f2df71..d36edba 100644
--- a/examples/alarm_clock.html
+++ b/examples/alarm_clock.html
@@ -88,13 +88,13 @@ id: alarm_clock
</dependencies>
</pre>
<p>
- Also make sure that you have correct JDK version (1.8 or above)
for the maven compiler plugin:
+ Also make sure that you have correct JDK version (11 or above) for
the maven compiler plugin:
</p>
<pre class="brush: xml, highlight: [3, 4]">
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
</pre>
<p>
diff --git a/examples/light_switch.html b/examples/light_switch.html
index e03c951..7d9f264 100644
--- a/examples/light_switch.html
+++ b/examples/light_switch.html
@@ -88,13 +88,13 @@ id: light_switch
</dependencies>
</pre>
<p>
- Also make sure that you have correct JDK version (1.8 or above)
for the maven compiler plugin:
+ Also make sure that you have correct JDK version (11 or above) for
the maven compiler plugin:
</p>
<pre class="brush: xml, highlight: [3, 4]">
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
</pre>
<p>
diff --git a/examples/sql_model.html b/examples/sql_model.html
index 2744ac7..7e5cb78 100644
--- a/examples/sql_model.html
+++ b/examples/sql_model.html
@@ -132,13 +132,13 @@ id: sql_model
</dependencies>
</pre>
<p>
- Also make sure that you have correct JDK version (1.8 or above)
for the maven compiler plugin:
+ Also make sure that you have correct JDK version (11 or above) for
the maven compiler plugin:
</p>
<pre class="brush: xml, highlight: [3, 4]">
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
</pre>
<p>
diff --git a/examples/weather_bot.html b/examples/weather_bot.html
index ce5ab42..5f6e805 100644
--- a/examples/weather_bot.html
+++ b/examples/weather_bot.html
@@ -87,13 +87,13 @@ id: weather_bot
</dependencies>
</pre>
<p>
- Also make sure that you have correct JDK version (1.8 or above)
for the maven compiler plugin:
+ Also make sure that you have correct JDK version (11 or above) for
the maven compiler plugin:
</p>
<pre class="brush: xml, highlight: [3, 4]">
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
</pre>
<p>