This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d51d1552 Minor typos
d51d1552 is described below
commit d51d155274c53468d040586cbea22a5defd05114
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sat Jun 17 22:14:27 2023 +0200
Minor typos
---
content/atom.xml | 2 +-
content/start/wicket-10.x.html | 4 ++--
start/wicket-10.x.md | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/atom.xml b/content/atom.xml
index a71d8f07..e23bc208 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2023-06-17T20:11:06+00:00</updated>
+ <updated>2023-06-17T20:13:07+00:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
diff --git a/content/start/wicket-10.x.html b/content/start/wicket-10.x.html
index 634c6982..58f2b306 100644
--- a/content/start/wicket-10.x.html
+++ b/content/start/wicket-10.x.html
@@ -133,7 +133,7 @@
<p>The status for Wicket 10.x is: <strong>in development</strong>.</p>
-<p>This is the development version, <strong>NOT production ready</strong>
release of Wicket. All
+<p>This is the development version, <strong>NOT production-ready</strong>
release of Wicket. All
projects intended for production use should use version 9.x.</p>
<h3 id="semantic-versioning">Semantic versioning</h3>
@@ -225,7 +225,7 @@ more details on the necessary libraries.</p>
<h3 id="java-version">Java version</h3>
-<p>This Wicket version requires at least the following Java version:
<strong>JDK 11.0 or newer</strong>.</p>
+<p>This Wicket version requires at least the following Java version:
<strong>JDK 17.0 or newer</strong>.</p>
<p>Not only is a particular version of Java necessary, Wicket also needs
access to specific APIs.</p>
diff --git a/start/wicket-10.x.md b/start/wicket-10.x.md
index a58ddf62..0b9ebecf 100644
--- a/start/wicket-10.x.md
+++ b/start/wicket-10.x.md
@@ -17,7 +17,7 @@ preamble: Here you can learn about the status of Wicket 10.x,
find links to down
The status for Wicket 10.x is: **in development**.
-This is the development version, **NOT production ready** release of Wicket.
All
+This is the development version, **NOT production-ready** release of Wicket.
All
projects intended for production use should use version 9.x.
### Semantic versioning
@@ -108,7 +108,7 @@ more details on the necessary libraries.
### Java version
-This Wicket version requires at least the following Java version: **JDK 11.0
or newer**.
+This Wicket version requires at least the following Java version: **JDK 17.0
or newer**.
Not only is a particular version of Java necessary, Wicket also needs
access to specific APIs.