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 9d5185d3 9.14.0 announce
9d5185d3 is described below

commit 9d5185d3fa5dd54c9d3d9d797f3fca3059461116
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun May 28 22:30:59 2023 +0200

    9.14.0 announce
---
 2023/_posts/2023-05-28-wicket-9.14.0-released.md   |  75 +++++++
 _config.yml                                        |   8 +-
 content/archetype-catalog.xml                      |   8 +-
 content/atom.xml                                   | 213 ++++++++------------
 content/doap.rdf                                   |   4 +-
 content/help/index.html                            |   2 +-
 content/index.html                                 |  52 ++---
 content/learn/index.html                           |   6 +-
 .../news/2023/05/28/wicket-9.14.0-released.html    | 219 +++++++++++++++++++++
 content/news/2023/05/index.html                    |  11 ++
 content/news/index.html                            |   7 +
 content/start/download.html                        |   2 +-
 content/start/quickstart.html                      |   4 +-
 content/start/wicket-9.x.html                      |  30 +--
 14 files changed, 455 insertions(+), 186 deletions(-)

diff --git a/2023/_posts/2023-05-28-wicket-9.14.0-released.md 
b/2023/_posts/2023-05-28-wicket-9.14.0-released.md
new file mode 100644
index 00000000..c6a35137
--- /dev/null
+++ b/2023/_posts/2023-05-28-wicket-9.14.0-released.md
@@ -0,0 +1,75 @@
+---
+layout: post
+title: Apache Wicket 9.14.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0!
+
+Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org
+
+This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.
+
+Using this release
+------------------
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml%}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>9.14.0</version>
+</dependency>
+{% endhighlight%}
+
+Or download and build the distribution yourself, or use our
+convenience binary package you can find here:
+
+ * Download: http://wicket.apache.org/start/wicket-9.x.html#manually
+
+<!--more-->
+
+Upgrading from earlier versions
+-------------------------------
+
+If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at
+
+ * http://s.apache.org/wicket9migrate
+
+Have fun!
+
+— The Wicket team
+
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 9.14.0:
+    
+##### Bug
+
+ * [WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore
+ * [WICKET-7052] - Interrupting a task should not be logged as an error
+ * [WICKET-7054] - Tag <script> mus be wrapped in CDATA for 'type' values 
'module' and 'importmap' 
+ * [WICKET-7055] - AjaxEventBehavior onload event unstable
+
+##### New Feature
+
+ * [WICKET-7033] - add support to uploading to a resource
+
+##### Improvement
+
+ * [WICKET-6979] - Cut back slightly on some String instance creation in 
PageInfo and friends.
+ * [WICKET-7045] - Avoid allocations in PageParameters.getNamedKeys
+ * [WICKET-7046] - Avoid allocating StringResponse when no response filters 
are active
+ * [WICKET-7047] - Improve initial buffer capacity for 
Strings.toMultilineMarkup
+ * [WICKET-7049] - Avoid allocation for empty buckets in 
FilteringHeaderResponse
+
diff --git a/_config.yml b/_config.yml
index 162fd8df..9f12c548 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,16 +15,16 @@ excerpt_separator: <!--more-->
 sass:
     sass_dir: _sass
 wicket:
-  version:    9.13.0
-  version_90: 9.13.0
+  version:    9.14.0
+  version_90: 9.14.0
   version_80: 8.15.0
   version_70: 7.18.0
   version_60: 6.30.0
   version_15: 1.5.16
   version_14: 1.4.23
   version_13: 1.3.7
-  released:   2023-04-18
-  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.15.0, 9.13.0, 1.5-SNAPSHOT, 
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.16.0-SNAPSHOT, 9.14.0-SNAPSHOT]
+  released:   2023-05-18
+  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.15.0, 9.14.0, 1.5-SNAPSHOT, 
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.16.0-SNAPSHOT, 9.15.0-SNAPSHOT]
 
 live_examples_url: http://examples9x.wicket.apache.org/
 
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index 7fd8dd6b..0b5e11c1 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -5,8 +5,8 @@
                <archetype>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-archetype-quickstart</artifactId>
-                       <version>9.14.0-SNAPSHOT</version>
-                       <description>Wicket 9.14.0-SNAPSHOT 
Quickstart</description>
+                       <version>9.15.0-SNAPSHOT</version>
+                       <description>Wicket 9.15.0-SNAPSHOT 
Quickstart</description>
                </archetype>
 
                <archetype>
@@ -40,8 +40,8 @@
                <archetype>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-archetype-quickstart</artifactId>
-                       <version>9.13.0</version>
-                       <description>Wicket 9.13.0 Quickstart</description>
+                       <version>9.14.0</version>
+                       <description>Wicket 9.14.0 Quickstart</description>
                </archetype>
 
                <archetype>
diff --git a/content/atom.xml b/content/atom.xml
index 72414c8b..90d8fca3 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-05-02T20:41:24+00:00</updated>
+    <updated>2023-05-28T20:30:40+00:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -11,6 +11,90 @@
     </author>
  
 
+    <entry>
+        <title>Apache Wicket 9.14.0 released</title>
+        <link 
href="http://wicket.apache.org/news/2023/05/28/wicket-9.14.0-released.html"/>
+        <updated>2023-05-28T00:00:00+00:00</updated>
+        
<id>http://wicket.apache.org/news/2023/05/28/wicket-9.14.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 9.14.0!&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket is an open source Java component oriented web 
application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at 
https://wicket.apache.org&lt;/p&gt;
+
+&lt;p&gt;This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.&lt;/p&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same 
version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.14.0&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package you can find here:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Download: 
http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h2&gt;
+
+&lt;p&gt;If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Have fun!&lt;/p&gt;
+
+&lt;p&gt;— The Wicket team&lt;/p&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
+
+&lt;h4 id=&quot;changelog-for-9140&quot;&gt;CHANGELOG for 9.14.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-7013] - IndexOutOfBoundsException in 
InSessionPageStore&lt;/li&gt;
+  &lt;li&gt;[WICKET-7052] - Interrupting a task should not be logged as an 
error&lt;/li&gt;
+  &lt;li&gt;[WICKET-7054] - Tag &lt;script&gt; mus be wrapped in CDATA for 
&apos;type&apos; values &apos;module&apos; and 
&apos;importmap&apos;&lt;/script&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-7055] - AjaxEventBehavior onload event unstable&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;new-feature&quot;&gt;New Feature&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-7033] - add support to uploading to a resource&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6979] - Cut back slightly on some String instance creation 
in PageInfo and friends.&lt;/li&gt;
+  &lt;li&gt;[WICKET-7045] - Avoid allocations in 
PageParameters.getNamedKeys&lt;/li&gt;
+  &lt;li&gt;[WICKET-7046] - Avoid allocating StringResponse when no response 
filters are active&lt;/li&gt;
+  &lt;li&gt;[WICKET-7047] - Improve initial buffer capacity for 
Strings.toMultilineMarkup&lt;/li&gt;
+  &lt;li&gt;[WICKET-7049] - Avoid allocation for empty buckets in 
FilteringHeaderResponse&lt;/li&gt;
+&lt;/ul&gt;
+
+</content>
+    </entry>
+
     <entry>
         <title>Apache Wicket 8.15.0 released</title>
         <link 
href="http://wicket.apache.org/news/2023/05/02/wicket-8.15.0-released.html"/>
@@ -860,133 +944,6 @@ migration guide found at&lt;/p&gt;
   &lt;li&gt;[WICKET-6942] - Replace usage of log4j 1.x in tests and 
wicket-examples with slf4j-simple&lt;/li&gt;
 &lt;/ul&gt;
 
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket 9.7.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2021/12/01/wicket-9.7.0-released.html"/>
-        <updated>2021-12-01T00:00:00+00:00</updated>
-        <id>http://wicket.apache.org/news/2021/12/01/wicket-9.7.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 9.7.0!&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket is an open source Java component oriented web 
application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at 
https://wicket.apache.org&lt;/p&gt;
-
-&lt;p&gt;This release marks another minor release of Wicket 9. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present in this release compared to 9.0.0.&lt;/p&gt;
-
-&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
-
-&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same 
version):&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.7.0&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Or download and build the distribution yourself, or use our
-convenience binary package you can find here:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Download: 
http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h2&gt;
-
-&lt;p&gt;If you upgrade from 9.y.z this release is a drop in replacement. If
-you come from a version prior to 9.0.0, please read our Wicket 9
-migration guide found at&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Have fun!&lt;/p&gt;
-
-&lt;p&gt;— The Wicket team&lt;/p&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div 
class=&quot;highlight&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;The signatures for the source 
release artefacts:
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-9.7.0.zip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmGiU18ACgkQh48B+qjT
-VuHpdhAAn6C1fRjx0u1h+WNgitYNx4AfeA3+N/0a6Erbx2DUIIT+mlcD923PJvYg
-QJo3lbbChP5vQYUYFbMgbe2SgW+nmEYx4IcFwqhFgvcjCswUtk5M4pmFqI8f7Fn8
-QRkZcS+pWQXcRL7tE1nUj7TOcgsVu16qPIwSAbxwzKA7TSElgDnffwvwnc9P+TbE
-lGOHPiMSZCAcW2CUu3SEq2Ld+LnRGBCKrDbggWqyMX1Uz3tTUKZfTwpgdWQo+mKQ
-vHtheh2Btb0HYPPKyhYC5kjoAz09PVfy5/83Cm5c4GPVEZjN95+Zat21htD/VWJY
-YfSNSox9RF4q8QFwmd13qSEhJBe5xigLfggO4vZ8xqxvXc98gAE0Eo0Tw1X6L/qm
-qStQ52Jf8N4Ov9NRRrL2t6AFfS46ZgICQKbSG9mH5Mbszq5qbB++sq6GYJr1tRl3
-JJji7aOf3iFrhob8Esaqoo6ye2yP7tWun7Ur3GoZneI0xeEMYWuD3zFybyThIR05
-pMA3HvzRVKGYE8NdWIMT9+Rv+bgizSFRF1nVY/asmQQGpKYnvGpu3Fs/LNw3XH+b
-1LHR0lf0aPleEEJ63w/pNS0wu5c9rP908RZ7wVQqwHxSrsxFqlL71W+kMQsNBAlJ
-4iAOEo9elMz9Npeh4nb+4uwZ4JAJAI7S0Omad5gP3lf4jq9eTCQ=
-=n2hJ
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-9.7.0.tar.gz:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmGiU18ACgkQh48B+qjT
-VuFhoQ/9HXX3NTLTCXPEKQ3WW+x3FJ2qi7DtaqByK7LOa6T5s0F+9GfIdXEAqU00
-ZQKg2YEX9szj7gniV6uxdpFuyWDVzzo9zfw87WBmNeSe0b4qB2q7w9qr/2Z61ZYY
-LkNnfiknBknSfCTtOeqq7i3KZnmbcjg6MMkKlQVmrcWSRjIsv7XugIISqxY1qDsd
-a9Q870K0y6tDQ9xdmZ7PRMLppg4t8HXg0rPGK6Fh/YeHEdp1SNfAR6omhTvWkDhI
-GU5+UXcFp4nLeei6Vod/JxKkiKQinsm0hIDpPQJgdZalLFr+VGrc5QoQuHKt+ZRt
-ebEqglNsyYBGWlMLBzPchAhtPyI5TSIFDkcA95h8QQHbppq5jlDy6SW2xUc/0EI1
-jlqqfwbR+bfZzqzIA799V3r65L/0EeDfsT22HBByuO7wrNA6ld7LyxaXLVGpdonl
-Pe1MKhpNHNkhjpo2PseCQvJclAteaoQwx+YkLECUI0aFDvAWrmYtHX30Jq+T/Wgb
-OI0vXJMGmmAKiB7Nik7qE1lDkNf3jJUiIxIGpNGTXVrBXuo+T3Y1rNAuFI98ky8m
-EzybSQUpabAY6sVXeX6NSjyQmYLjvscfCrcMoouMWDF21mhDZ8bT1QgmQ/Bbh8Gl
-s4A+KaDA8E/LHYN+eUq+eZBvQtuGK6xU/Sl0qvNAeHWipb37io8=
-=kzR9
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
-
-&lt;h4 id=&quot;changelog-for-970&quot;&gt;CHANGELOG for 9.7.0:&lt;/h4&gt;
-
-&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6931] - User guide: ‘determinate’ is not a verb; should be 
changed into ‘to determine’&lt;/li&gt;
-  &lt;li&gt;[WICKET-6936] - FilePageStore fails on windows&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6930] - add some web-socket improvements.&lt;/li&gt;
-  &lt;li&gt;[WICKET-6933] - Ease use of InSessionPageStore as persistent 
store&lt;/li&gt;
-  &lt;li&gt;[WICKET-6935] - make some datatable related components more 
reusable&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;task&quot;&gt;Task&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6937] - Update the keystore used by the quickstart 
application&lt;/li&gt;
-&lt;/ul&gt;
-
 </content>
     </entry>
 
diff --git a/content/doap.rdf b/content/doap.rdf
index e8d8b6a3..ed11cb3c 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -25,8 +25,8 @@
                <release>
                        <Version>
                                <name>Latest Stable Release</name>
-                               <created>2023-04-18</created>
-                               <revision>9.13.0</revision>
+                               <created>2023-05-18</created>
+                               <revision>9.14.0</revision>
                        </Version>
                </release>
                <repository>
diff --git a/content/help/index.html b/content/help/index.html
index 315b8b81..d36b9d5e 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -257,7 +257,7 @@ working on. If the bug still remains,</p>
 your version is no longer maintained we kindly ask you to upgrade your
 project to a newer, maintained version of Wicket. For example if you
 have a project that depends on Wicket 1.3.7, please consider upgrading
-to Wicket 9.13.0.</p>
+to Wicket 9.14.0.</p>
 
 <h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
 
diff --git a/content/index.html b/content/index.html
index c44638af..3a6de71e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -219,7 +219,7 @@
 <figure class="highlight"><pre><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.13.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.14.0<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
   </div>
@@ -230,8 +230,8 @@
       convenient binary package:
     </p>
     <ul>
-      <li>Source: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0";>9.13.0 source 
download</a></li>
-      <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0/binaries";>9.13.0 
binary download</a></li>
+      <li>Source: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0";>9.14.0 source 
download</a></li>
+      <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0/binaries";>9.14.0 
binary download</a></li>
     </ul>
   </div>
 </div>
@@ -426,18 +426,18 @@
        <div class="l-two-third" >
        
            <article>
-               <h2>Apache Wicket 8.15.0 released</h2>
-               <small>02 May 2023</small>
-               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
8.15.0!</p>
+               <h2>Apache Wicket 9.14.0 released</h2>
+               <small>28 May 2023</small>
+               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
9.14.0!</p>
 
 <p>Apache Wicket is an open source Java component oriented web application
 framework that powers thousands of web applications and web sites for
 governments, stores, universities, cities, banks, email providers, and
 more. You can find more about Apache Wicket at https://wicket.apache.org</p>
 
-<p>This release marks another minor release of Wicket 8. We
+<p>This release marks another minor release of Wicket 9. We
 use semantic versioning for the development of Wicket, and as such no
-API breaks are present in this release compared to 8.0.0.</p>
+API breaks are present in this release compared to 9.0.0.</p>
 
 <h2 id="using-this-release">Using this release</h2>
 
@@ -447,33 +447,33 @@ update any other dependencies on Wicket projects to the 
same version):</p>
 <figure class="highlight"><pre><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>8.15.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.14.0<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
 <p>Or download and build the distribution yourself, or use our
 convenience binary package you can find here:</p>
 
 <ul>
-  <li>Download: http://wicket.apache.org/start/wicket-8.x.html#manually</li>
+  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
 </ul>
 
 
-               <a href="/news/2023/05/02/wicket-8.15.0-released.html">Read 
more...</a> 
+               <a href="/news/2023/05/28/wicket-9.14.0-released.html">Read 
more...</a> 
            </article>
        
            <article>
-               <h2>Apache Wicket 9.13.0 released</h2>
-               <small>18 Apr 2023</small>
-               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
9.13.0!</p>
+               <h2>Apache Wicket 8.15.0 released</h2>
+               <small>02 May 2023</small>
+               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
8.15.0!</p>
 
 <p>Apache Wicket is an open source Java component oriented web application
 framework that powers thousands of web applications and web sites for
 governments, stores, universities, cities, banks, email providers, and
 more. You can find more about Apache Wicket at https://wicket.apache.org</p>
 
-<p>This release marks another minor release of Wicket 9. We
+<p>This release marks another minor release of Wicket 8. We
 use semantic versioning for the development of Wicket, and as such no
-API breaks are present in this release compared to 9.0.0.</p>
+API breaks are present in this release compared to 8.0.0.</p>
 
 <h2 id="using-this-release">Using this release</h2>
 
@@ -483,18 +483,18 @@ update any other dependencies on Wicket projects to the 
same version):</p>
 <figure class="highlight"><pre><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.13.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>8.15.0<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
 <p>Or download and build the distribution yourself, or use our
 convenience binary package you can find here:</p>
 
 <ul>
-  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
+  <li>Download: http://wicket.apache.org/start/wicket-8.x.html#manually</li>
 </ul>
 
 
-               <a href="/news/2023/04/18/wicket-9.13.0-released.html">Read 
more...</a> 
+               <a href="/news/2023/05/02/wicket-8.15.0-released.html">Read 
more...</a> 
            </article>
        
        </div>
@@ -512,6 +512,13 @@ convenience binary package you can find here:</p>
                
                <ul>
                
+               <li>
+                   <h3>Apache Wicket 8.15.0 released</h3>
+                   <small>02 May 2023</small>
+                   The Apache Wicket PMC is proud to announce Apache Wicket 
8.15.0! Apache Wicket is an open source Java component oriented web application 
framework that powers...
+                   <a 
href="/news/2023/05/02/wicket-8.15.0-released.html">more</a>
+               </li>
+               
                <li>
                    <h3>Apache Wicket 9.13.0 released</h3>
                    <small>18 Apr 2023</small>
@@ -540,13 +547,6 @@ convenience binary package you can find here:</p>
                    <a 
href="/news/2022/05/05/wicket-9.10.0-released.html">more</a>
                </li>
                
-               <li>
-                   <h3>Apache Wicket 9.9.1 released</h3>
-                   <small>08 Apr 2022</small>
-                   The Apache Wicket PMC is proud to announce Apache Wicket 
9.9.1! Apache Wicket is an open source Java component oriented web application 
framework that powers...
-                   <a 
href="/news/2022/04/08/wicket-9.9.1-released.html">more</a>
-               </li>
-               
                </ul>
        </div>
 </div>
diff --git a/content/learn/index.html b/content/learn/index.html
index 5e9d5f1d..1d729103 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -155,13 +155,13 @@ We also publish a news item on our website with the 
announcement, and it is also
 
 <ul>
   <li>
-    <p><a href="/news/2023/05/02/wicket-8.15.0-released.html">Apache Wicket 
8.15.0 released</a> <small>02 May 2023</small></p>
+    <p><a href="/news/2023/05/28/wicket-9.14.0-released.html">Apache Wicket 
9.14.0 released</a> <small>28 May 2023</small></p>
   </li>
   <li>
-    <p><a href="/news/2023/04/18/wicket-9.13.0-released.html">Apache Wicket 
9.13.0 released</a> <small>18 Apr 2023</small></p>
+    <p><a href="/news/2023/05/02/wicket-8.15.0-released.html">Apache Wicket 
8.15.0 released</a> <small>02 May 2023</small></p>
   </li>
   <li>
-    <p><a href="/news/2022/10/15/wicket-9.12.0-released.html">Apache Wicket 
9.12.0 released</a> <small>15 Oct 2022</small></p>
+    <p><a href="/news/2023/04/18/wicket-9.13.0-released.html">Apache Wicket 
9.13.0 released</a> <small>18 Apr 2023</small></p>
   </li>
 </ul>
 
diff --git a/content/news/2023/05/28/wicket-9.14.0-released.html 
b/content/news/2023/05/28/wicket-9.14.0-released.html
new file mode 100644
index 00000000..50a77d4d
--- /dev/null
+++ b/content/news/2023/05/28/wicket-9.14.0-released.html
@@ -0,0 +1,219 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+       
+       
+
+        <title>Apache Wicket 9.14.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" 
type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" 
media="screen" />
+        <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" 
rel="stylesheet" />
+
+               <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+
+    </head>
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+        
+<nav class="mainmenu">
+    <div class="nav-logo">
+    <a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
+</div>
+
+    <div class="nav-container">
+    
+               
+       
+        
+        
+               <!-- /start/quickstart.html || 
/news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+               
+       
+        
+        
+               <!-- /start/download.html || 
/news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/start/download.html" class=" nav-items">Download</a>
+    
+               
+       
+        
+        
+               <!-- /learn || /news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/learn" class=" nav-items">Documentation</a>
+    
+               
+       
+        
+        
+               <!-- /help || /news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/help" class=" nav-items">Support</a>
+    
+               
+       
+        
+        
+               <!-- /contribute || 
/news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/contribute" class=" nav-items">Contribute</a>
+    
+               
+       
+        
+        
+               <!-- /community || /news/2023/05/28/wicket-9.14.0-released.html 
-->
+               
+       
+        
+       <a href="/community" class=" nav-items">Community</a>
+    
+               
+       
+        
+        
+               <!-- /apache || /news/2023/05/28/wicket-9.14.0-released.html -->
+               
+       
+        
+       <a href="/apache" class=" nav-items">Apache</a>
+    
+    </div>
+    <div class="nav-container  ">
+        <a href="https://github.com/apache/wicket"; target="_blank"><i 
class="fa fa-github nav-items"></i></a>
+        <a href="https://twitter.com/apache_wicket"; target="_blank"><i 
class="fa fa-twitter nav-items"></i></a>
+        <a href="https://builtwithwicket.tumblr.com"; target="_blank"><i 
class="fa fa-tumblr nav-items"></i></a>
+    </div>    
+</nav>
+        
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 9.14.0 released</h1>
+            
+            
+            
+        </header>
+        <section class="toc left post ">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of 
Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a 
href="#using-this-release"><span class="toc-number">1</span> <span 
class="toc-text">Using this release</span></a></li><li class="toc--level-1 
toc--section-2"><a href="#upgrading-from-earlier-versions"><span 
class="toc-number">2</span> <span class="toc-text">Upgrading from earlier 
versions</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#t [...]
+        </section>
+        <section>
+            <div class="l-full">
+    <p class="meta">28 May 2023</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+
+<p>This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.</p>
+
+<h2 id="using-this-release">Using this release</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+
+<figure class="highlight"><pre><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.14.0<span 
class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+
+<p>Or download and build the distribution yourself, or use our
+convenience binary package you can find here:</p>
+
+<ul>
+  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
+</ul>
+
+<!--more-->
+
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+
+<p>If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at</p>
+
+<ul>
+  <li>http://s.apache.org/wicket9migrate</li>
+</ul>
+
+<p>Have fun!</p>
+
+<p>— The Wicket team</p>
+
+<p>========================================================================</p>
+
+<h3 id="this-release">This Release</h3>
+
+<h4 id="changelog-for-9140">CHANGELOG for 9.14.0:</h4>
+
+<h5 id="bug">Bug</h5>
+
+<ul>
+  <li>[WICKET-7013] - IndexOutOfBoundsException in InSessionPageStore</li>
+  <li>[WICKET-7052] - Interrupting a task should not be logged as an error</li>
+  <li>[WICKET-7054] - Tag <script> mus be wrapped in CDATA for 'type' values 
'module' and 'importmap'</script></li>
+  <li>[WICKET-7055] - AjaxEventBehavior onload event unstable</li>
+</ul>
+
+<h5 id="new-feature">New Feature</h5>
+
+<ul>
+  <li>[WICKET-7033] - add support to uploading to a resource</li>
+</ul>
+
+<h5 id="improvement">Improvement</h5>
+
+<ul>
+  <li>[WICKET-6979] - Cut back slightly on some String instance creation in 
PageInfo and friends.</li>
+  <li>[WICKET-7045] - Avoid allocations in PageParameters.getNamedKeys</li>
+  <li>[WICKET-7046] - Avoid allocating StringResponse when no response filters 
are active</li>
+  <li>[WICKET-7047] - Improve initial buffer capacity for 
Strings.toMultilineMarkup</li>
+  <li>[WICKET-7049] - Avoid allocation for empty buckets in 
FilteringHeaderResponse</li>
+</ul>
+
+
+</div>
+
+
+        </section>
+    </div>
+</main>
+
+        <footer>
+            <div class="l-container">
+    <div class="left">
+        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
+        <div style="margin-top:12px;">Copyright © 2023 — The Apache Software 
Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the 
Apache Wicket project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.</div>
+    </div>
+</div>
+
+        </footer>
+    </body>
+</html>
diff --git a/content/news/2023/05/index.html b/content/news/2023/05/index.html
index 580b9453..6e2015c3 100644
--- a/content/news/2023/05/index.html
+++ b/content/news/2023/05/index.html
@@ -130,6 +130,17 @@ governments...</p>
        <a href="/news/2023/05/02/wicket-8.15.0-released.html">more</a></li>
 </div>
 
+<div class="news">
+       <h3>Apache Wicket 9.14.0 released</h3>
+  <p><small>28 May 2023</small></p>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments...</p>
+       <a href="/news/2023/05/28/wicket-9.14.0-released.html">more</a></li>
+</div>
+
 
                </div>
                <div class="l-one-third">
diff --git a/content/news/index.html b/content/news/index.html
index 6303e57b..e0f57a72 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -125,6 +125,13 @@
 
   <p>This section contains all news items published in <a 
href="/news/2023">2023</a>.</p>
 
+  <article>
+       <h3 id="/news/2023/05/28/wicket-9.14.0-released.html">Apache Wicket 
9.14.0 released</h3>
+    <small>28 May 2023</small>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.14.0! 
Apache Wicket is an open source Java component oriented web application 
framework that powers thousands of web applications and web sites for 
governments, stores, universities, cities, banks, email providers, and more. 
You can find more about Apache Wicket at...
+       <a href="/news/2023/05/28/wicket-9.14.0-released.html">more</a></p>
+</article>
+
   <article>
        <h3 id="/news/2023/05/02/wicket-8.15.0-released.html">Apache Wicket 
8.15.0 released</h3>
     <small>02 May 2023</small>
diff --git a/content/start/download.html b/content/start/download.html
index f7a84d86..b50f2cd2 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -162,7 +162,7 @@
        </tr>
        <tr>
                <td><a href="wicket-9.x.html">Wicket 9.x</a></td>
-               <td>9.13.0</td>
+               <td>9.14.0</td>
                <td>current, supported</td>
        </tr>
        <tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 46350f80..bdb6c267 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -209,7 +209,7 @@ command line to your clipboard.</p>
         <select onchange="changeIt();" id="version">
     
     
-       <option value="9.14.0-SNAPSHOT">9.14.0-SNAPSHOT</option>
+       <option value="9.15.0-SNAPSHOT">9.15.0-SNAPSHOT</option>
     
     
     
@@ -229,7 +229,7 @@ command line to your clipboard.</p>
     
     
     
-       <option value="9.13.0" selected="selected">9.13.0</option>
+       <option value="9.14.0" selected="selected">9.14.0</option>
     
     
     
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index e706409c..21b16544 100644
--- a/content/start/wicket-9.x.html
+++ b/content/start/wicket-9.x.html
@@ -144,11 +144,11 @@ releases will not break compatibility.</p>
 <h3 id="change-log">Change log</h3>
 
 <p>To see what changed in these releases you can read the
-<a href="https://www.apache.org/dist/wicket/9.13.0/CHANGELOG-9.x";>change 
log</a>.</p>
+<a href="https://www.apache.org/dist/wicket/9.14.0/CHANGELOG-9.x";>change 
log</a>.</p>
 
 <h2 id="download">Download</h2>
 
-<p>The most recent test version in this branch is: <strong>9.13.0</strong>. 
+<p>The most recent test version in this branch is: <strong>9.14.0</strong>. 
 You can test the current state of development using <a href="#maven">Maven</a> 
or <a href="#manually">download it manually</a>.</p>
 
 <h3 id="maven">Using Apache Maven</h3>
@@ -158,7 +158,7 @@ You can test the current state of development using <a 
href="#maven">Maven</a> o
 <figure class="highlight"><pre><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.13.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.14.0<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
 <p>Add the snippet above to your project’s POM in the dependency
@@ -176,26 +176,26 @@ accordingly).</p>
 from source:</p>
 
 <ul>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0/apache-wicket-9.13.0.tar.gz";>apache-wicket-9.13.0.tar.gz</a>
-(<a 
href="https://www.apache.org/dist/wicket/9.13.0/apache-wicket-9.13.0.tar.gz.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/9.13.0/apache-wicket-9.13.0.tar.gz.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0/apache-wicket-9.14.0.tar.gz";>apache-wicket-9.14.0.tar.gz</a>
+(<a 
href="https://www.apache.org/dist/wicket/9.14.0/apache-wicket-9.14.0.tar.gz.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/9.14.0/apache-wicket-9.14.0.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0/apache-wicket-9.13.0.zip";>apache-wicket-9.13.0.zip</a>
-(<a 
href="https://www.apache.org/dist/wicket/9.13.0/apache-wicket-9.13.0.zip.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/9.13.0/apache-wicket-9.13.0.zip.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0/apache-wicket-9.14.0.zip";>apache-wicket-9.14.0.zip</a>
+(<a 
href="https://www.apache.org/dist/wicket/9.14.0/apache-wicket-9.14.0.zip.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/9.14.0/apache-wicket-9.14.0.zip.sha256";>SHA-256</a>
 )</li>
 </ul>
 
 <p>Or use the following links to get the pre-packaged binaries instead:</p>
 
 <ul>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.tar.gz";>apache-wicket-9.13.0-bin.tar.gz</a>
-(<a 
href="https://www.apache.org/dist/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.tar.gz.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.tar.gz.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.tar.gz";>apache-wicket-9.14.0-bin.tar.gz</a>
+(<a 
href="https://www.apache.org/dist/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.tar.gz.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.zip";>apache-wicket-9.13.0-bin.zip</a>
-(<a 
href="https://www.apache.org/dist/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.zip.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/9.13.0/binaries/apache-wicket-9.13.0-bin.zip.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.zip";>apache-wicket-9.14.0-bin.zip</a>
+(<a 
href="https://www.apache.org/dist/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.zip.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/9.14.0/binaries/apache-wicket-9.14.0-bin.zip.sha256";>SHA-256</a>
 )</li>
 </ul>
 


Reply via email to