You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/01/12 14:27:37 UTC

[wicket-site] branch asf-site updated: Fixed download page

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 1804dc1  Fixed download page
1804dc1 is described below

commit 1804dc172b2386eca21c9aa4f824e82d3cbe7153
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sun Jan 12 15:27:12 2020 +0100

    Fixed download page
---
 _config.yml                   |  2 +-
 content/atom.xml              |  2 +-
 content/start/download.html   |  2 +-
 content/start/wicket-9.x.html | 30 +++++++++++++++---------------
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/_config.yml b/_config.yml
index e61aa72..8506e98 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,7 +16,7 @@ sass:
     sass_dir: _sass
 wicket:
   version:    8.7.0
-  version_90: 9.0.0-M3
+  version_90: 9.0.0-M4
   version_80: 8.7.0
   version_70: 7.16.0
   version_60: 6.30.0
diff --git a/content/atom.xml b/content/atom.xml
index 9d83220..233daa5 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>2020-01-09T19:04:06+01:00</updated>
+    <updated>2020-01-12T15:24:53+01:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/start/download.html b/content/start/download.html
index 72b6f79..24e1225 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -87,7 +87,7 @@
 	</tr>
 	<tr>
 		<td><a href="wicket-9.x.html">Wicket 9.x</a></td>
-		<td>9.0.0-M3</td>
+		<td>9.0.0-M4</td>
 		<td>in development</td>
 	</tr>
 	<tr>
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index 1126827..057f1d2 100644
--- a/content/start/wicket-9.x.html
+++ b/content/start/wicket-9.x.html
@@ -69,16 +69,16 @@ We will continue to use semantic versioning when we will made Wicket 9 final
 and maintain api compatibility between minor versions of Wicket 9.</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.0.0-M3/CHANGELOG-9.x">change log</a>.</p>
+<a href="https://www.apache.org/dist/wicket/9.0.0-M4/CHANGELOG-9.x">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent test version in this branch is: <strong>9.0.0-M3</strong>. 
+<p>The most recent test version in this branch is: <strong>9.0.0-M4</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>
 <p>Use the following Maven dependency to use Wicket in your project:</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.0.0-M3<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.0.0-M4<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
 (management) section.</p>
@@ -90,24 +90,24 @@ accordingly).</p>
 <p>Use the following links to download Wicket manually to build Wicket
 from source:</p>
 <ul>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.tar.gz">apache-wicket-9.0.0-M3.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.tar.gz.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.tar.gz">apache-wicket-9.0.0-M4.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.zip">apache-wicket-9.0.0-M3.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.0.0-M3/apache-wicket-9.0.0-M3.zip.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.zip">apache-wicket-9.0.0-M4.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.0.0-M4/apache-wicket-9.0.0-M4.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.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.tar.gz">apache-wicket-9.0.0-M3-bin.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.tar.gz.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.tar.gz">apache-wicket-9.0.0-M4-bin.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.zip">apache-wicket-9.0.0-M3-bin.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.0.0-M3/binaries/apache-wicket-9.0.0-M3-bin.zip.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.zip">apache-wicket-9.0.0-M4-bin.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.0.0-M4/binaries/apache-wicket-9.0.0-M4-bin.zip.sha256">SHA-256</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don’t contain any