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 891ddd41 Updated versions data
891ddd41 is described below

commit 891ddd416d6bea885818009b7e9da5863646c9b9
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon Oct 16 21:51:07 2023 +0200

    Updated versions data
---
 _config.yml                    |  6 +++---
 content/archetype-catalog.xml  |  4 ++--
 content/atom.xml               |  2 +-
 content/doap.rdf               |  2 +-
 content/start/download.html    |  2 +-
 content/start/quickstart.html  |  2 +-
 content/start/wicket-10.x.html | 30 +++++++++++++++---------------
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/_config.yml b/_config.yml
index 05a0dfcb..56018a85 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,15 +17,15 @@ sass:
 wicket:
   version:    9.15.0
   version_90: 9.15.0
-  version_10: 10.0.0-M1
+  version_10: 10.0.0-M2
   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-09-18
-  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.15.0, 9.15.0, 1.5-SNAPSHOT, 
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.16.0-SNAPSHOT, 9.16.0-SNAPSHOT, 10.0.0-M1]
+  released:   2023-10-16
+  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.15.0, 9.15.0, 1.5-SNAPSHOT, 
6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.16.0-SNAPSHOT, 9.16.0-SNAPSHOT, 10.0.0-M2]
 
 live_examples_url: http://examples9x.wicket.apache.org/
 
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index 767fedac..73d6a8cd 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>10.0.0-M1</version>
-                       <description>Wicket 10.0.0-M1 Quickstart</description>
+                       <version>10.0.0-M2</version>
+                       <description>Wicket 10.0.0-M2 Quickstart</description>
                </archetype>
 
                <archetype>
diff --git a/content/atom.xml b/content/atom.xml
index 2e4c6382..2e6e5f35 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-10-16T19:47:39+00:00</updated>
+    <updated>2023-10-16T19:50:51+00:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/doap.rdf b/content/doap.rdf
index f8875d38..2ecc653f 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -25,7 +25,7 @@
                <release>
                        <Version>
                                <name>Latest Stable Release</name>
-                               <created>2023-09-18</created>
+                               <created>2023-10-16</created>
                                <revision>9.15.0</revision>
                        </Version>
                </release>
diff --git a/content/start/download.html b/content/start/download.html
index ccdab8c6..199ce91e 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -166,7 +166,7 @@
        </tr>
        <tr>
                <td><a href="wicket-10.x.html">Wicket 10.x</a></td>
-               <td>10.0.0-M1</td>
+               <td>10.0.0-M2</td>
                <td>in development, not for production</td>
        </tr>
        <tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index e7feb024..ee77eaf1 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="10.0.0-M1">10.0.0-M1</option>
+       <option value="10.0.0-M2">10.0.0-M2</option>
     
     
     
diff --git a/content/start/wicket-10.x.html b/content/start/wicket-10.x.html
index be476e38..8c107b85 100644
--- a/content/start/wicket-10.x.html
+++ b/content/start/wicket-10.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/10.0.0-M1/CHANGELOG-10.x";>change 
log</a>.</p>
+<a href="https://www.apache.org/dist/wicket/10.0.0-M2/CHANGELOG-10.x";>change 
log</a>.</p>
 
 <h2 id="download">Download</h2>
 
-<p>The most recent test version in this branch is: <strong>10.0.0-M1</strong>. 
+<p>The most recent test version in this branch is: <strong>10.0.0-M2</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>10.0.0-M1<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>10.0.0-M2<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/10.0.0-M1/apache-wicket-10.0.0-M1.tar.gz";>apache-wicket-10.0.0-M1.tar.gz</a>
-(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/apache-wicket-10.0.0-M1.tar.gz.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/apache-wicket-10.0.0-M1.tar.gz.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz";>apache-wicket-10.0.0-M2.tar.gz</a>
+(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M1/apache-wicket-10.0.0-M1.zip";>apache-wicket-10.0.0-M1.zip</a>
-(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/apache-wicket-10.0.0-M1.zip.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/apache-wicket-10.0.0-M1.zip.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip";>apache-wicket-10.0.0-M2.zip</a>
+(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.zip.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/apache-wicket-10.0.0-M2.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/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.tar.gz";>apache-wicket-10.0.0-M1-bin.tar.gz</a>
-(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.tar.gz.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.tar.gz.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz";>apache-wicket-10.0.0-M2-bin.tar.gz</a>
+(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.zip";>apache-wicket-10.0.0-M1-bin.zip</a>
-(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.zip.asc";>PGP</a>,
-<a 
href="https://www.apache.org/dist/wicket/10.0.0-M1/binaries/apache-wicket-10.0.0-M1-bin.zip.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip";>apache-wicket-10.0.0-M2-bin.zip</a>
+(<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.asc";>PGP</a>,
+<a 
href="https://www.apache.org/dist/wicket/10.0.0-M2/binaries/apache-wicket-10.0.0-M2-bin.zip.sha256";>SHA-256</a>
 )</li>
 </ul>
 

Reply via email to