Repository: wicket-site
Updated Branches:
  refs/heads/asf-site d91ca3ba2 -> bbc2e92b7


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/bbc2e92b/content/start/wicket-1.4.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.4.x.html b/content/start/wicket-1.4.x.html
index 6da97f6..15fb952 100644
--- a/content/start/wicket-1.4.x.html
+++ b/content/start/wicket-1.4.x.html
@@ -161,7 +161,7 @@ Wicket you may find our migration guides invaluable:</p>
         <footer class="l-container">
             <div class="l-full">
        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2017 — 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 style="margin-top:12px;">Copyright © 2018 — 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>
         </footer>
     </body>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/bbc2e92b/content/start/wicket-1.5.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.5.x.html b/content/start/wicket-1.5.x.html
index ceebcbe..b389e3b 100644
--- a/content/start/wicket-1.5.x.html
+++ b/content/start/wicket-1.5.x.html
@@ -164,7 +164,7 @@ Wicket you may find our migration guides invaluable:</p>
         <footer class="l-container">
             <div class="l-full">
        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2017 — 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 style="margin-top:12px;">Copyright © 2018 — 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>
         </footer>
     </body>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/bbc2e92b/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index a520b79..a41e139 100644
--- a/content/start/wicket-6.x.html
+++ b/content/start/wicket-6.x.html
@@ -172,7 +172,7 @@ Wicket you may find our migration guides invaluable:</p>
         <footer class="l-container">
             <div class="l-full">
        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2017 — 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 style="margin-top:12px;">Copyright © 2018 — 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>
         </footer>
     </body>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/bbc2e92b/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index 156b55c..84d844e 100644
--- a/content/start/wicket-7.x.html
+++ b/content/start/wicket-7.x.html
@@ -67,16 +67,16 @@ projects intended for production use should use this 
version.</p>
 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="http://archive.apache.org/dist/wicket/7.9.0/CHANGELOG-7.x";>change 
log</a>.</p>
+<a href="http://archive.apache.org/dist/wicket/7.10.0/CHANGELOG-7.x";>change 
log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>7.9.0</strong>. 
+<p>The most recent release in this branch is: <strong>7.10.0</strong>. 
 You can get the release 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>7.9.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.10.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
 (management) section.</p>
@@ -88,28 +88,28 @@ 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/7.9.0/apache-wicket-7.9.0.tar.gz";>apache-wicket-7.9.0.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.tar.gz.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.10.0/apache-wicket-7.10.0.tar.gz";>apache-wicket-7.10.0.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.9.0/apache-wicket-7.9.0.zip";>apache-wicket-7.9.0.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/apache-wicket-7.9.0.zip.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.10.0/apache-wicket-7.10.0.zip";>apache-wicket-7.10.0.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/apache-wicket-7.10.0.zip.sha";>SHA</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/7.9.0/binaries/apache-wicket-7.9.0-bin.tar.gz";>apache-wicket-7.9.0-bin.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.tar.gz.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.tar.gz";>apache-wicket-7.10.0-bin.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.zip";>apache-wicket-7.9.0-bin.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.9.0/binaries/apache-wicket-7.9.0-bin.zip.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.zip";>apache-wicket-7.10.0-bin.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.10.0/binaries/apache-wicket-7.10.0-bin.zip.sha";>SHA</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don’t contain any
@@ -168,7 +168,7 @@ Wicket you may find our migration guides invaluable:</p>
         <footer class="l-container">
             <div class="l-full">
        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2017 — 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 style="margin-top:12px;">Copyright © 2018 — 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>
         </footer>
     </body>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/bbc2e92b/content/start/wicket-8.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-8.x.html b/content/start/wicket-8.x.html
index 314f06b..e620b21 100644
--- a/content/start/wicket-8.x.html
+++ b/content/start/wicket-8.x.html
@@ -65,14 +65,14 @@ releases will not break compatibility.</p>
 <h3 id="change-log">Change log</h3>
 <p>The change log is not available at the current state of the development 
process.</p>
 <h2 id="download">Download</h2>
-<p>The most recent test version in this branch is: <strong>8.0.0-M8</strong>. 
+<p>The most recent test version in this branch is: <strong>8.0.0-M9</strong>. 
 You can test the current state of development using <a 
href="#maven">Maven</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>8.0.0-M8<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>8.0.0-M9<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>
@@ -129,7 +129,7 @@ Wicket you may find our migration guides invaluable:</p>
         <footer class="l-container">
             <div class="l-full">
        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
-    <div style="margin-top:12px;">Copyright © 2017 — 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 style="margin-top:12px;">Copyright © 2018 — 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>
         </footer>
     </body>

Reply via email to