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 2015/12/04 23:49:27 UTC

[02/19] wicket-site git commit: WICKET-6049 updated links to example site

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/16/wicket-6.21.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/16/wicket-6.21.0-released.html b/content/news/2015/11/16/wicket-6.21.0-released.html
new file mode 100644
index 0000000..9f5ec83
--- /dev/null
+++ b/content/news/2015/11/16/wicket-6.21.0-released.html
@@ -0,0 +1,139 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.21.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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/11/16/wicket-6.21.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.21.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">16 Nov 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
+<p>This release marks another minor release of Wicket 6. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present breaks are present in this release compared to
+6.0.0.</p>
+<h3 id="using-this-release">Using this release</h3>
+<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>6.21.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</p>
+<div class="highlight"><pre>
+ * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries)
+</pre></div>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
+<p>If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at</p>
+<ul>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<h3 id="this-release">This release</h3>
+<h4 id="changelog-for-6210">CHANGELOG for 6.21.0:</h4>
+<p>The following changes were made in Wicket for this release.</p>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li>[WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE</li>
+  <li>[WICKET-5898] - StackOverflowError after form submit with a validation error</li>
+  <li>[WICKET-5925] - wicket-examples DataTablePage is broken</li>
+  <li>[WICKET-5927] - Velocity remote code execution</li>
+  <li>[WICKET-5939] - AjaxEventBehavior should not lower-case the event name</li>
+  <li>[WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update</li>
+  <li>[WICKET-5944] - CSRF prevention does not work with https URLs on the default port</li>
+  <li>[WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing</li>
+  <li>[WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11</li>
+  <li>[WICKET-5960] - Page header isn’t rendered for pages where URL has changed during render</li>
+  <li>[WICKET-5968] - CachingResourceLocator lookup key doesn’t take strict into account</li>
+  <li>[WICKET-5970] - UrlRenderer does not render fragments</li>
+  <li>[WICKET-5973] - IllegalArgumentException ‘bytes’ cannot be negative. on opening Inspector</li>
+  <li>[WICKET-5978] - LazyInitProxyFactory fills permgen space</li>
+  <li>[WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items>&lt;/wicket:header&gt; placeholder</wicket:header-items></li>
+  <li>[WICKET-5994] - Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used</li>
+  <li>[WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.</li>
+  <li>[WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li>[WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.</li>
+  <li>[WICKET-5930] - Upgrade Atmosphere to 2.2.7</li>
+  <li>[WICKET-5932] - Allow empty column list for DataTable</li>
+  <li>[WICKET-5933] - Avoid serialization of untouched page after ajax request</li>
+  <li>[WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing</li>
+  <li>[WICKET-5945] - add a new topic/listener that notifies of Ajax calls done</li>
+  <li>[WICKET-5948] - wicket-ajax.js probably doesn’t traverse the children of &lt;div&gt; or <span></span></li>
+  <li>[WICKET-5955] - error from WebPage # reportMissingHead</li>
+  <li>[WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)</li>
+  <li>[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)</li>
+  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
+</ul>
+<h4 id="task">Task</h4>
+<ul>
+  <li>[WICKET-5951] - Upgrade Atmosphere to 2.2.8</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index efb8bb9..addec43 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -57,7 +57,7 @@ On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
 - security vulnerability reports will not be checked against the 1.4.x branch
 - releases from the 1.5.x branch are highly unlikely
 - only security patches will ...</p>
-	<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></li>
+	<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 6.21.0 released</h3>
@@ -65,7 +65,7 @@ On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
 <p>This release marks another minor release of Wicket 6. We
 use semantic v...</p>
-	<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></li>
+	<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index 1f3aad3..94fdfb5 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -52,16 +52,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/11">November 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/11/16/wicket-6-21-0-released.html">Apache Wicket 6.21.0 released</h3>
+              		<h3 id="/news/2015/11/16/wicket-6.21.0-released.html">Apache Wicket 6.21.0 released</h3>
                       <small>16 Nov 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0! This release marks another minor release of Wicket 6. We use semantic versioning for...
-              		<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></li></p>
+              		<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/11/15/wicket-1-4-x-eol.html">Apache Wicket 1.4.x end of life</h3>
+              		<h3 id="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</h3>
                       <small>15 Nov 2015</small>
               		<p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters “security fixes”...
-              		<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></li></p>
+              		<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -70,16 +70,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/10">October 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/10/25/wicket-7-1-0-released.html">Apache Wicket 7.1.0 released</h3>
+              		<h3 id="/news/2015/10/25/wicket-7.1.0-released.html">Apache Wicket 7.1.0 released</h3>
                       <small>25 Oct 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0! This release marks another minor release of Wicket 7. We use semantic versioning for...
-              		<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></li></p>
+              		<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/10/24/wicket-1-5-14-released.html">Wicket 1.5.14 released</h3>
+              		<h3 id="/news/2015/10/24/wicket-1.5.14-released.html">Wicket 1.5.14 released</h3>
                       <small>24 Oct 2015</small>
               		<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement. CHANGELOG for 1.5.14: **...
-              		<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></li></p>
+              		<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -88,10 +88,10 @@
                   <p>This section contains all news items published in <a href="/news/2015/07">July 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/07/28/wicket-7-0-released.html">Apache Wicket v7.0 released</h3>
+              		<h3 id="/news/2015/07/28/wicket-7.0-released.html">Apache Wicket v7.0 released</h3>
                       <small>28 Jul 2015</small>
               		<p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores,...
-              		<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></li></p>
+              		<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -100,16 +100,16 @@
                   <p>This section contains all news items published in <a href="/news/2015/06">June 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/06/21/wicket-7-0-0-m6-released.html">Apache Wicket 7.0.0-M6 released</h3>
+              		<h3 id="/news/2015/06/21/wicket-7.0.0-M6-released.html">Apache Wicket 7.0.0-M6 released</h3>
                       <small>21 Jun 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-              		<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></li></p>
+              		<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/06/14/wicket-6-20-0-released.html">Apache Wicket 6.20.0 released</h3>
+              		<h3 id="/news/2015/06/14/wicket-6.20.0-released.html">Apache Wicket 6.20.0 released</h3>
                       <small>14 Jun 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we...
-              		<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></li></p>
+              		<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>
@@ -118,28 +118,28 @@
                   <p>This section contains all news items published in <a href="/news/2015/02">February 2015</a>.</p>
               </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/13/wicket-1-5-13-released.html">Wicket 1.5.13 released</h3>
+              		<h3 id="/news/2015/02/13/wicket-1.5.13-released.html">Wicket 1.5.13 released</h3>
                       <small>13 Feb 2015</small>
               		<p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement. Git tag Changelog To...
-              		<a href="/news/2015/02/13/wicket-1-5-13-released.html">more</a></li></p>
+              		<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/13/new-committer-sebastien-briquet.html">New committer - Sebastien Briquet</h3>
+              		<h3 id="/news/2015/02/13/new-committer-Sebastien-Briquet.html">New committer - Sebastien Briquet</h3>
                       <small>13 Feb 2015</small>
               		<p>The Project Management Committee (PMC) for Apache Wicket has asked Sebastien Briquet to become a committer and we are pleased to announce that he has...
-              		<a href="/news/2015/02/13/new-committer-sebastien-briquet.html">more</a></li></p>
+              		<a href="/news/2015/02/13/new-committer-Sebastien-Briquet.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/02/wicket-7-0-0-m5-released.html">Apache Wicket 7.0.0-M5 released</h3>
+              		<h3 id="/news/2015/02/02/wicket-7.0.0-M5-released.html">Apache Wicket 7.0.0-M5 released</h3>
                       <small>02 Feb 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5! We have released another milestone release for Apache Wicket 7. We aim to finalise...
-              		<a href="/news/2015/02/02/wicket-7-0-0-m5-released.html">more</a></li></p>
+              		<a href="/news/2015/02/02/wicket-7.0.0-M5-released.html">more</a></li></p>
                   </div>
                   <div class="l-full">
-              		<h3 id="/news/2015/02/02/wicket-6-19-0-released.html">Apache Wicket 6.19.0 released</h3>
+              		<h3 id="/news/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</h3>
                       <small>02 Feb 2015</small>
               		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we...
-              		<a href="/news/2015/02/02/wicket-6-19-0-released.html">more</a></li></p>
+              		<a href="/news/2015/02/02/wicket-6.19.0-released.html">more</a></li></p>
                   </div>
               <hr>
               <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index 3dfd08f..8d844a9 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -52,49 +52,49 @@
   <h1 id="all-news-for-2015">All News for 2015</h1>
   <p>This section contains all news items published in <a href="/news/2015">2015</a>.</p>
   <article>
-	<h3 id="/news/2015/11/16/wicket-6-21-0-released.html">Apache Wicket 6.21.0 released</h3>
+	<h3 id="/news/2015/11/16/wicket-6.21.0-released.html">Apache Wicket 6.21.0 released</h3>
     <small>16 Nov 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0! This release marks another minor release of Wicket 6. We use semantic versioning for the development of Wicket, and as such no API breaks are present breaks are present in this release compared to 6.0.0. Using this release With...
-	<a href="/news/2015/11/16/wicket-6-21-0-released.html">more</a></p>
+	<a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/11/15/wicket-1-4-x-eol.html">Apache Wicket 1.4.x end of life</h3>
+	<h3 id="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</h3>
     <small>15 Nov 2015</small>
 	<p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters “security fixes” maintenance mode. This means that after 16 October 2015: - no more releases from the 1.4.x branch - bugs affecting only the 1.4.x branch will...
-	<a href="/news/2015/11/15/wicket-1-4-x-eol.html">more</a></p>
+	<a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/10/25/wicket-7-1-0-released.html">Apache Wicket 7.1.0 released</h3>
+	<h3 id="/news/2015/10/25/wicket-7.1.0-released.html">Apache Wicket 7.1.0 released</h3>
     <small>25 Oct 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0! This release marks another minor release of Wicket 7. We use semantic versioning for the development of Wicket, and as such no API breaks are present breaks are present in this release compared to 7.0.0. New and noteworthy Significant...
-	<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></p>
+	<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/10/24/wicket-1-5-14-released.html">Wicket 1.5.14 released</h3>
+	<h3 id="/news/2015/10/24/wicket-1.5.14-released.html">Wicket 1.5.14 released</h3>
     <small>24 Oct 2015</small>
 	<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement. CHANGELOG for 1.5.14: ** Bug * [WICKET-5838] - Last-modified header of external markup is ignored * [WICKET-5927] - Velocity remote code execution * [WICKET-6000] - Wicket 1.5 DTD link...
-	<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></p>
+	<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/07/28/wicket-7-0-released.html">Apache Wicket v7.0 released</h3>
+	<h3 id="/news/2015/07/28/wicket-7.0-released.html">Apache Wicket v7.0 released</h3>
     <small>28 Jul 2015</small>
 	<p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and...
-	<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></p>
+	<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/06/21/wicket-7-0-0-m6-released.html">Apache Wicket 7.0.0-M6 released</h3>
+	<h3 id="/news/2015/06/21/wicket-7.0.0-M6-released.html">Apache Wicket 7.0.0-M6 released</h3>
     <small>21 Jun 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></p>
+	<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/06/14/wicket-6-20-0-released.html">Apache Wicket 6.20.0 released</h3>
+	<h3 id="/news/2015/06/14/wicket-6.20.0-released.html">Apache Wicket 6.20.0 released</h3>
     <small>14 Jun 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></p>
+	<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/13/wicket-1-5-13-released.html">Wicket 1.5.13 released</h3>
+	<h3 id="/news/2015/02/13/wicket-1.5.13-released.html">Wicket 1.5.13 released</h3>
     <small>13 Feb 2015</small>
 	<p>This is the thirteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.
   Git tag
@@ -106,25 +106,25 @@
     &lt;version&gt;1.5.13&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including sources)
-	<a href="/news/2015/02/13/wicket-1-5-13-released.html">more</a></p>
+	<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/13/new-committer-sebastien-briquet.html">New committer - Sebastien Briquet</h3>
+	<h3 id="/news/2015/02/13/new-committer-Sebastien-Briquet.html">New committer - Sebastien Briquet</h3>
     <small>13 Feb 2015</small>
 	<p>The Project Management Committee (PMC) for Apache Wicket has asked Sebastien Briquet to become a committer and we are pleased to announce that he has accepted. Sebastien has been involved with Wicket for several years now by developing one of the most successful integrations with JavaScript libraries, namely Wicket jQuery...
-	<a href="/news/2015/02/13/new-committer-sebastien-briquet.html">more</a></p>
+	<a href="/news/2015/02/13/new-committer-Sebastien-Briquet.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/02/wicket-7-0-0-m5-released.html">Apache Wicket 7.0.0-M5 released</h3>
+	<h3 id="/news/2015/02/02/wicket-7.0.0-M5-released.html">Apache Wicket 7.0.0-M5 released</h3>
     <small>02 Feb 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2015/02/02/wicket-7-0-0-m5-released.html">more</a></p>
+	<a href="/news/2015/02/02/wicket-7.0.0-M5-released.html">more</a></p>
 </article>
   <article>
-	<h3 id="/news/2015/02/02/wicket-6-19-0-released.html">Apache Wicket 6.19.0 released</h3>
+	<h3 id="/news/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</h3>
     <small>02 Feb 2015</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2015/02/02/wicket-6-19-0-released.html">more</a></p>
+	<a href="/news/2015/02/02/wicket-6.19.0-released.html">more</a></p>
 </article>
   <div class="l-first"></div>
   <hr />
@@ -132,16 +132,16 @@
     <h1 id="all-news-for-2014">All News for 2014</h1>
     <p>This section contains all news items published in <a href="/news/2014">2014</a>.</p>
     <article>
-	<h3 id="/news/2014/11/05/wicket-7-0-0-m4-released.html">Apache Wicket 7.0.0-M4 released</h3>
+	<h3 id="/news/2014/11/05/wicket-7.0.0-M4-released.html">Apache Wicket 7.0.0-M4 released</h3>
     <small>05 Nov 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4! We have released another milestone release for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect...
-	<a href="/news/2014/11/05/wicket-7-0-0-m4-released.html">more</a></p>
+	<a href="/news/2014/11/05/wicket-7.0.0-M4-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/11/05/wicket-6-18-0-released.html">Apache Wicket 6.18.0 released</h3>
+	<h3 id="/news/2014/11/05/wicket-6.18.0-released.html">Apache Wicket 6.18.0 released</h3>
     <small>05 Nov 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0! This release marks another minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using this...
-	<a href="/news/2014/11/05/wicket-6-18-0-released.html">more</a></p>
+	<a href="/news/2014/11/05/wicket-6.18.0-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/09/22/cve-2014-3526.html">CVE-2014-3526 - Apache Wicket Information disclosure vulnerability</h3>
@@ -150,7 +150,7 @@
 	<a href="/news/2014/09/22/cve-2014-3526.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/09/15/wicket-1-5-12-released.html">Wicket 1.5.12 released</h3>
+	<h3 id="/news/2014/09/15/wicket-1.5.12-released.html">Wicket 1.5.12 released</h3>
     <small>15 Sep 2014</small>
 	<p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.
   Git tag
@@ -162,43 +162,43 @@
     &lt;version&gt;1.5.12&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including sources)
-	<a href="/news/2014/09/15/wicket-1-5-12-released.html">more</a></p>
+	<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/08/24/wicket-6-17-0-released.html">Apache Wicket 6.17.0 released</h3>
+	<h3 id="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0 released</h3>
     <small>24 Aug 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0! This release marks the seventeenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/08/24/wicket-6-17-0-released.html">more</a></p>
+	<a href="/news/2014/08/24/wicket-6.17.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/08/23/wicket-7-0-0-m3-released.html">Apache Wicket 7.0.0-M3 released</h3>
+	<h3 id="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3 released</h3>
     <small>23 Aug 2014</small>
 	<p>We have released the third of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect minor API breaks to happen over...
-	<a href="/news/2014/08/23/wicket-7-0-0-m3-released.html">more</a></p>
+	<a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/06/21/wicket-6-16-0-released.html">Apache Wicket 6.16.0 released</h3>
+	<h3 id="/news/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</h3>
     <small>21 Jun 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0! This release marks the sixteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/06/21/wicket-6-16-0-released.html">more</a></p>
+	<a href="/news/2014/06/21/wicket-6.16.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/06/20/wicket-7-0-0-m2-released.html">Apache Wicket 7.0.0-M2 released</h3>
+	<h3 id="/news/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</h3>
     <small>20 Jun 2014</small>
 	<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect API breaks to happen over the...
-	<a href="/news/2014/06/20/wicket-7-0-0-m2-released.html">more</a></p>
+	<a href="/news/2014/06/20/wicket-7.0.0-M2-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/04/30/wicket-7-0-0-m1-released.html">Apache Wicket 7.0.0-M1 released</h3>
+	<h3 id="/news/2014/04/30/wicket-7.0.0-M1-released.html">Apache Wicket 7.0.0-M1 released</h3>
     <small>30 Apr 2014</small>
 	<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version. Caveats It is still a development version so expect API breaks to happen over the...
-	<a href="/news/2014/04/30/wicket-7-0-0-m1-released.html">more</a></p>
+	<a href="/news/2014/04/30/wicket-7.0.0-M1-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/04/23/wicket-6-15-0-released.html">Apache Wicket 6.15.0 released</h3>
+	<h3 id="/news/2014/04/23/wicket-6.15.0-released.html">Apache Wicket 6.15.0 released</h3>
     <small>23 Apr 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0! This release marks the fifteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/04/23/wicket-6-15-0-released.html">more</a></p>
+	<a href="/news/2014/04/23/wicket-6.15.0-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/02/21/cve-2014-0043.html">CVE-2014-0043 - Apache Wicket Information disclosure vulnerability</h3>
@@ -207,13 +207,13 @@
 	<a href="/news/2014/02/21/cve-2014-0043.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/20/wicket-6-14-0-released.html">Apache Wicket 6.14.0 released</h3>
+	<h3 id="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0 released</h3>
     <small>20 Feb 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0! This release marks the fourteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/02/20/wicket-6-14-0-released.html">more</a></p>
+	<a href="/news/2014/02/20/wicket-6.14.0-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/06/wicket-1-5-11-released.html">Wicket 1.5.11 released</h3>
+	<h3 id="/news/2014/02/06/wicket-1.5.11-released.html">Wicket 1.5.11 released</h3>
     <small>06 Feb 2014</small>
 	<p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 bug fixes and improvements.
   Git tag
@@ -225,10 +225,10 @@
     &lt;version&gt;1.5.11&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2014/02/06/wicket-1-5-11-released.html">more</a></p>
+	<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/02/06/wicket-1-4-23-released.html">Wicket 1.4.23 released</h3>
+	<h3 id="/news/2014/02/06/wicket-1.4.23-released.html">Wicket 1.4.23 released</h3>
     <small>06 Feb 2014</small>
 	<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch.
 Read CVE-2013-2055 for more information.
@@ -240,7 +240,7 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.23&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2014/02/06/wicket-1-4-23-released.html">more</a></p>
+	<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></p>
 </article>
     <article>
 	<h3 id="/news/2014/02/06/cve-2013-2055.html">CVE-2013-2055 - Apache Wicket Information disclosure vulnerability</h3>
@@ -249,10 +249,10 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2014/02/06/cve-2013-2055.html">more</a></p>
 </article>
     <article>
-	<h3 id="/news/2014/01/05/wicket-6-13-0-released.html">Apache Wicket 6.13.0 released</h3>
+	<h3 id="/news/2014/01/05/wicket-6.13.0-released.html">Apache Wicket 6.13.0 released</h3>
     <small>05 Jan 2014</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.13.0! This release marks the thirteenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2014/01/05/wicket-6-13-0-released.html">more</a></p>
+	<a href="/news/2014/01/05/wicket-6.13.0-released.html">more</a></p>
 </article>
     <div class="l-first"></div>
     <hr />
@@ -260,46 +260,46 @@ Read CVE-2013-2055 for more information.
       <h1 id="all-news-for-2013">All News for 2013</h1>
       <p>This section contains all news items published in <a href="/news/2013">2013</a>.</p>
       <article>
-	<h3 id="/news/2013/11/01/wicket-6-12-0-released.html">Apache Wicket 6.12.0 released</h3>
+	<h3 id="/news/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</h3>
     <small>01 Nov 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.12.0! This release marks the twelfth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/11/01/wicket-6-12-0-released.html">more</a></p>
+	<a href="/news/2013/11/01/wicket-6.12.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/09/20/wicket-6-11-0-released.html">Apache Wicket 6.11.0 released</h3>
+	<h3 id="/news/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</h3>
     <small>20 Sep 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.11.0! This release marks the eleventh minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/09/20/wicket-6-11-0-released.html">more</a></p>
+	<a href="/news/2013/09/20/wicket-6.11.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/08/18/wicket-6-10-0-released.html">Apache Wicket 6.10.0 released</h3>
+	<h3 id="/news/2013/08/18/wicket-6.10.0-released.html">Apache Wicket 6.10.0 released</h3>
     <small>18 Aug 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0! This release marks the tenth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></p>
+	<a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/07/10/wicket-6-9-1-released.html">Apache Wicket 6.9.1 released</h3>
+	<h3 id="/news/2013/07/10/wicket-6.9.1-released.html">Apache Wicket 6.9.1 released</h3>
     <small>10 Jul 2013</small>
 	<p>The Apache Wicket PMC announces Apache Wicket 6.9.1! This is a patch release for 6.9.0 where we inadvertently broke CDI injection into (amongst others) anonymous inner classes. See below for more information regarding this release. Please note that this patch release only fixes WICKET-5264. Starting with Wicket 6 we use...
-	<a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></p>
+	<a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/06/27/wicket-6-9-0-released.html">Apache Wicket 6.9.0 released</h3>
+	<h3 id="/news/2013/06/27/wicket-6.9.0-released.html">Apache Wicket 6.9.0 released</h3>
     <small>27 Jun 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0! This release marks the ninth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></p>
+	<a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/05/17/wicket-6-8-0-released.html">Apache Wicket 6.8.0 released</h3>
+	<h3 id="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0 released</h3>
     <small>17 May 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0! This release marks the eighth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. Using...
-	<a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></p>
+	<a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/04/12/wicket-6-7-0-released.html">Apache Wicket 6.7.0 released</h3>
+	<h3 id="/news/2013/04/12/wicket-6.7.0-released.html">Apache Wicket 6.7.0 released</h3>
     <small>12 Apr 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.7.0! This release marks the seventh minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/04/12/wicket-6-7-0-released.html">more</a></p>
+	<a href="/news/2013/04/12/wicket-6.7.0-released.html">more</a></p>
 </article>
       <article>
 	<h3 id="/news/2013/03/03/cve-2012-5636.html">CVE-2012-5636 - Apache Wicket XSS vulnerability</h3>
@@ -308,7 +308,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2013/03/03/cve-2012-5636.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/02/26/wicket-1-5-10-released.html">Wicket 1.5.10 released</h3>
+	<h3 id="/news/2013/02/26/wicket-1.5.10-released.html">Wicket 1.5.10 released</h3>
     <small>26 Feb 2013</small>
 	<p>This is the tenth maintenance release of the Wicket 1.5.x series. This release brings over 28 bug fixes and improvements.
   Git tag
@@ -320,19 +320,19 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.10&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2013/02/26/wicket-1-5-10-released.html">more</a></p>
+	<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/02/15/wicket-6-6-0-released.html">Apache Wicket 6.6.0 released</h3>
+	<h3 id="/news/2013/02/15/wicket-6.6.0-released.html">Apache Wicket 6.6.0 released</h3>
     <small>15 Feb 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.6.0! This release marks the sixth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/02/15/wicket-6-6-0-released.html">more</a></p>
+	<a href="/news/2013/02/15/wicket-6.6.0-released.html">more</a></p>
 </article>
       <article>
-	<h3 id="/news/2013/01/23/wicket-6-5-0-released.html">Apache Wicket 6.5.0 released</h3>
+	<h3 id="/news/2013/01/23/wicket-6.5.0-released.html">Apache Wicket 6.5.0 released</h3>
     <small>23 Jan 2013</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.5.0! This release marks the fifth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2013/01/23/wicket-6-5-0-released.html">more</a></p>
+	<a href="/news/2013/01/23/wicket-6.5.0-released.html">more</a></p>
 </article>
       <div class="l-first"></div>
       <hr />
@@ -340,19 +340,19 @@ Read CVE-2013-2055 for more information.
         <h1 id="all-news-for-2012">All News for 2012</h1>
         <p>This section contains all news items published in <a href="/news/2012">2012</a>.</p>
         <article>
-	<h3 id="/news/2012/12/14/wicket-6-4-0-released.html">Apache Wicket 6.4.0 released</h3>
+	<h3 id="/news/2012/12/14/wicket-6.4.0-released.html">Apache Wicket 6.4.0 released</h3>
     <small>14 Dec 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.4.0! This release marks the fourth minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/12/14/wicket-6-4-0-released.html">more</a></p>
+	<a href="/news/2012/12/14/wicket-6.4.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/11/16/wicket-6-3-0-released.html">Apache Wicket 6.3.0 released</h3>
+	<h3 id="/news/2012/11/16/wicket-6.3.0-released.html">Apache Wicket 6.3.0 released</h3>
     <small>16 Nov 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0! This release marks the third minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/11/16/wicket-6-3-0-released.html">more</a></p>
+	<a href="/news/2012/11/16/wicket-6.3.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/11/09/wicket-1-5-9-released.html">Wicket 1.5.9 released</h3>
+	<h3 id="/news/2012/11/09/wicket-1.5.9-released.html">Wicket 1.5.9 released</h3>
     <small>09 Nov 2012</small>
 	<p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements.
   Git tag
@@ -364,25 +364,25 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.9&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/11/09/wicket-1-5-9-released.html">more</a></p>
+	<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/23/wicket-6-2-0-released.html">Apache Wicket 6.2.0 released</h3>
+	<h3 id="/news/2012/10/23/wicket-6.2.0-released.html">Apache Wicket 6.2.0 released</h3>
     <small>23 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0! This release marks the second minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/10/23/wicket-6-2-0-released.html">more</a></p>
+	<a href="/news/2012/10/23/wicket-6.2.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/08/wicket-6-1-1-released.html">Apache Wicket 6.1.1 released</h3>
+	<h3 id="/news/2012/10/08/wicket-6.1.1-released.html">Apache Wicket 6.1.1 released</h3>
     <small>08 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1! This release marks the first patch release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.1.0 and...
-	<a href="/news/2012/10/08/wicket-6-1-1-released.html">more</a></p>
+	<a href="/news/2012/10/08/wicket-6.1.1-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/10/04/wicket-6-1-0-released.html">Apache Wicket 6.1.0 released</h3>
+	<h3 id="/news/2012/10/04/wicket-6.1.0-released.html">Apache Wicket 6.1.0 released</h3>
     <small>04 Oct 2012</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0! This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0. New...
-	<a href="/news/2012/10/04/wicket-6-1-0-released.html">more</a></p>
+	<a href="/news/2012/10/04/wicket-6.1.0-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/09/06/cve-2012-3373.html">CVE-2012-3373 - Apache Wicket XSS vulnerability</h3>
@@ -391,19 +391,19 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/09/06/cve-2012-3373.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/09/05/wicket-6-0-0-released.html">Apache Wicket v6.0.0 released</h3>
+	<h3 id="/news/2012/09/05/wicket-6.0.0-released.html">Apache Wicket v6.0.0 released</h3>
     <small>05 Sep 2012</small>
 	<p>“With great pleasure we announce the availability of Apache Wicket 6.0.0” – Martijn Dashorst, Vice President, Apache Wicket Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web development: Out-of-the box JQuery integration...
-	<a href="/news/2012/09/05/wicket-6-0-0-released.html">more</a></p>
+	<a href="/news/2012/09/05/wicket-6.0.0-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/09/05/wicket-1-4-21-released.html">Wicket 1.4.21 released</h3>
+	<h3 id="/news/2012/09/05/wicket-1.4.21-released.html">Wicket 1.4.21 released</h3>
     <small>05 Sep 2012</small>
 	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.21&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source)...
-	<a href="/news/2012/09/05/wicket-1-4-21-released.html">more</a></p>
+	<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/08/24/wicket-1-5-8-released.html">Wicket 1.5.8 released</h3>
+	<h3 id="/news/2012/08/24/wicket-1.5.8-released.html">Wicket 1.5.8 released</h3>
     <small>24 Aug 2012</small>
 	<p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.
   Git tag
@@ -415,13 +415,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.8&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/08/24/wicket-1-5-8-released.html">more</a></p>
+	<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/07/16/wicket-6-0-0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
+	<h3 id="/news/2012/07/16/wicket-6.0.0-beta3-released.html">Wicket 6.0.0-beta3 released</h3>
     <small>16 Jul 2012</small>
 	<p>The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we give you 6.0.0 final. There are no more planned API breaks but if you find something that can be made better now it the time...
-	<a href="/news/2012/07/16/wicket-6-0-0-beta3-released.html">more</a></p>
+	<a href="/news/2012/07/16/wicket-6.0.0-beta3-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/06/20/wicket-native-websockets.html">Wicket Native WebSockets support</h3>
@@ -430,7 +430,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/06/20/wicket-native-websockets.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/06/04/wicket-1-5-7-released.html">Wicket 1.5.7 released</h3>
+	<h3 id="/news/2012/06/04/wicket-1.5.7-released.html">Wicket 1.5.7 released</h3>
     <small>04 Jun 2012</small>
 	<p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.
   Git tag
@@ -442,16 +442,16 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.7&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/06/04/wicket-1-5-7-released.html">more</a></p>
+	<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/05/29/wicket-6-0-0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
+	<h3 id="/news/2012/05/29/wicket-6.0.0-beta2-released.html">Wicket 6.0.0-beta2 released</h3>
     <small>29 May 2012</small>
 	<p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series. New and Noteworthy Wicket Atmosphere The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a...
-	<a href="/news/2012/05/29/wicket-6-0-0-beta2-released.html">more</a></p>
+	<a href="/news/2012/05/29/wicket-6.0.0-beta2-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/05/07/wicket-1-5-6-released.html">Wicket 1.5.6 released</h3>
+	<h3 id="/news/2012/05/07/wicket-1.5.6-released.html">Wicket 1.5.6 released</h3>
     <small>07 May 2012</small>
 	<p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.
   Git tag
@@ -463,13 +463,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.6&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/05/07/wicket-1-5-6-released.html">more</a></p>
+	<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/26/wicket-6-0-0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
+	<h3 id="/news/2012/03/26/wicket-6.0.0-beta1-released.html">Wicket 6.0.0-beta1 released</h3>
     <small>26 Mar 2012</small>
 	<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series. Check the roadmap with a list of the major goals. And the migration guide with all major and some minor changes between 1.5.x and...
-	<a href="/news/2012/03/26/wicket-6-0-0-beta1-released.html">more</a></p>
+	<a href="/news/2012/03/26/wicket-6.0.0-beta1-released.html">more</a></p>
 </article>
         <article>
 	<h3 id="/news/2012/03/22/wicket-cve-2012-1089.html">CVE-2012-1089 - Apache Wicket serving of hidden files vulnerability</h3>
@@ -484,7 +484,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2012/03/22/wicket-cve-2012-0047.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/12/wicket-1-5-5-released.html">Wicket 1.5.5 released</h3>
+	<h3 id="/news/2012/03/12/wicket-1.5.5-released.html">Wicket 1.5.5 released</h3>
     <small>12 Mar 2012</small>
 	<p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.
   Git tag
@@ -496,10 +496,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.5&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/03/12/wicket-1-5-5-released.html">more</a></p>
+	<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/03/12/wicket-1-4-20-released.html">Wicket 1.4.20 released</h3>
+	<h3 id="/news/2012/03/12/wicket-1.4.20-released.html">Wicket 1.4.20 released</h3>
     <small>12 Mar 2012</small>
 	<p>This is twentieth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -511,10 +511,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.20&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/03/12/wicket-1-4-20-released.html">more</a></p>
+	<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></p>
 </article>
         <article>
-	<h3 id="/news/2012/01/23/wicket-1-5-4-released.html">Wicket 1.5.4 released</h3>
+	<h3 id="/news/2012/01/23/wicket-1.5.4-released.html">Wicket 1.5.4 released</h3>
     <small>23 Jan 2012</small>
 	<p>This is the fourth maintenance release of the Wicket 1.5.x series. This release brings over 68 bug fixes and improvements.
   Git tag
@@ -526,7 +526,7 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.4&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2012/01/23/wicket-1-5-4-released.html">more</a></p>
+	<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></p>
 </article>
         <div class="l-first"></div>
         <hr />
@@ -534,7 +534,7 @@ Read CVE-2013-2055 for more information.
           <h1 id="all-news-for-2011">All News for 2011</h1>
           <p>This section contains all news items published in <a href="/news/2011">2011</a>.</p>
           <article>
-	<h3 id="/news/2011/11/14/wicket-1-5-3-released.html">Wicket 1.5.3 released</h3>
+	<h3 id="/news/2011/11/14/wicket-1.5.3-released.html">Wicket 1.5.3 released</h3>
     <small>14 Nov 2011</small>
 	<p>This is the third maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.
   Subversion tag
@@ -546,10 +546,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.3&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/11/14/wicket-1-5-3-released.html">more</a></p>
+	<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/10/24/wicket-1-5-2-released.html">Wicket 1.5.2 released</h3>
+	<h3 id="/news/2011/10/24/wicket-1.5.2-released.html">Wicket 1.5.2 released</h3>
     <small>24 Oct 2011</small>
 	<p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.
   Subversion tag
@@ -561,10 +561,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.2&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/10/24/wicket-1-5-2-released.html">more</a></p>
+	<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/10/17/wicket-1-4-19-released.html">Wicket 1.4.19 released</h3>
+	<h3 id="/news/2011/10/17/wicket-1.4.19-released.html">Wicket 1.4.19 released</h3>
     <small>17 Oct 2011</small>
 	<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -576,10 +576,10 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.19&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/10/17/wicket-1-4-19-released.html">more</a></p>
+	<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/09/29/wicket-1-5-1-released.html">Wicket 1.5.1 released</h3>
+	<h3 id="/news/2011/09/29/wicket-1.5.1-released.html">Wicket 1.5.1 released</h3>
     <small>29 Sep 2011</small>
 	<p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.
   Subversion tag
@@ -591,19 +591,19 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.5.1&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/09/29/wicket-1-5-1-released.html">more</a></p>
+	<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/09/07/wicket-1-5-released.html">Apache Wicket releases Wicket 1.5</h3>
+	<h3 id="/news/2011/09/07/wicket-1.5-released.html">Apache Wicket releases Wicket 1.5</h3>
     <small>07 Sep 2011</small>
 	<p>The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source Java web framework. Apache Wicket 1.5 has been in development for the last two years and brings many improvements over previous versions. Downloading Apache Wicket 1.5 You can download...
-	<a href="/news/2011/09/07/wicket-1-5-released.html">more</a></p>
+	<a href="/news/2011/09/07/wicket-1.5-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/08/28/1-5-rc7-released.html">Wicket 1.5-RC7 released</h3>
+	<h3 id="/news/2011/08/28/1.5-RC7-released.html">Wicket 1.5-RC7 released</h3>
     <small>28 Aug 2011</small>
 	<p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/08/28/1-5-rc7-released.html">more</a></p>
+	<a href="/news/2011/08/28/1.5-RC7-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/08/23/cve-2011-2712.html">CVE-2011-2712 - Apache Wicket XSS vulnerability</h3>
@@ -612,7 +612,7 @@ Read CVE-2013-2055 for more information.
 	<a href="/news/2011/08/23/cve-2011-2712.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/08/09/wicket-1-4-18-released.html">Wicket 1.4.18 released</h3>
+	<h3 id="/news/2011/08/09/wicket-1.4.18-released.html">Wicket 1.4.18 released</h3>
     <small>09 Aug 2011</small>
 	<p>This is eightteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -624,13 +624,13 @@ Read CVE-2013-2055 for more information.
     &lt;version&gt;1.4.18&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/08/09/wicket-1-4-18-released.html">more</a></p>
+	<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/06/25/wicket-1-5-rc5-1-released.html">Wicket 1.5-RC5.1 released</h3>
+	<h3 id="/news/2011/06/25/wicket-1.5-RC5.1-released.html">Wicket 1.5-RC5.1 released</h3>
     <small>25 Jun 2011</small>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/06/25/wicket-1-5-rc5-1-released.html">more</a></p>
+	<a href="/news/2011/06/25/wicket-1.5-RC5.1-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/05/17/wicket-cookbook-contest.html">Apache Wicket Cookbook Giveaway Contest</h3>
@@ -643,19 +643,19 @@ Cheers,
 	<a href="/news/2011/05/17/wicket-cookbook-contest.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/05/11/wicket-1-5-rc4-2-released.html">Wicket 1.5-RC4.2 released</h3>
+	<h3 id="/news/2011/05/11/wicket-1.5-RC4.2-released.html">Wicket 1.5-RC4.2 released</h3>
     <small>11 May 2011</small>
 	<p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/05/11/wicket-1-5-rc4-2-released.html">more</a></p>
+	<a href="/news/2011/05/11/wicket-1.5-RC4.2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/04/02/wicket-1-5-rc3-released.html">Wicket 1.5-RC3 released</h3>
+	<h3 id="/news/2011/04/02/wicket-1.5-RC3-released.html">Wicket 1.5-RC3 released</h3>
     <small>02 Apr 2011</small>
 	<p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/04/02/wicket-1-5-rc3-released.html">more</a></p>
+	<a href="/news/2011/04/02/wicket-1.5-RC3-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/04/02/wicket-1-4-17-released.html">Wicket 1.4.17 released</h3>
+	<h3 id="/news/2011/04/02/wicket-1.4.17-released.html">Wicket 1.4.17 released</h3>
     <small>02 Apr 2011</small>
 	<p>This is seventeenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -667,7 +667,7 @@ Cheers,
     &lt;version&gt;1.4.17&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/04/02/wicket-1-4-17-released.html">more</a></p>
+	<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></p>
 </article>
           <article>
 	<h3 id="/news/2011/03/25/wicket-cookbook-published.html">Apache Wicket Cookbook Published!</h3>
@@ -676,13 +676,13 @@ Cheers,
 	<a href="/news/2011/03/25/wicket-cookbook-published.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/02/25/wicket-1-5-rc2-released.html">Wicket 1.5-rc2 released</h3>
+	<h3 id="/news/2011/02/25/wicket-1.5-rc2-released.html">Wicket 1.5-rc2 released</h3>
     <small>25 Feb 2011</small>
 	<p>The Wicket Team is proud to introduce the second Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC1 and 1.5-rc2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *...
-	<a href="/news/2011/02/25/wicket-1-5-rc2-released.html">more</a></p>
+	<a href="/news/2011/02/25/wicket-1.5-rc2-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/02/25/wicket-1-4-16-released.html">Wicket 1.4.16 released</h3>
+	<h3 id="/news/2011/02/25/wicket-1.4.16-released.html">Wicket 1.4.16 released</h3>
     <small>25 Feb 2011</small>
 	<p>This is sixteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -694,13 +694,13 @@ Cheers,
     &lt;version&gt;1.4.16&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2011/02/25/wicket-1-4-16-released.html">more</a></p>
+	<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></p>
 </article>
           <article>
-	<h3 id="/news/2011/01/22/wicket-1-5-rc1-released.html">Wicket 1.5-RC1 released</h3>
+	<h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3>
     <small>22 Jan 2011</small>
 	<p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: * A more powerful and flexible request processing pipeline * Intercomponent event mechanism * Improved configuration * More flexible markup loading * Better proxy support (x-forwarded-for header)...
-	<a href="/news/2011/01/22/wicket-1-5-rc1-released.html">more</a></p>
+	<a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></p>
 </article>
           <div class="l-first"></div>
           <hr />
@@ -708,7 +708,7 @@ Cheers,
             <h1 id="all-news-for-2010">All News for 2010</h1>
             <p>This section contains all news items published in <a href="/news/2010">2010</a>.</p>
             <article>
-	<h3 id="/news/2010/12/24/wicket-1-4-15-released.html">Wicket 1.4.15 released</h3>
+	<h3 id="/news/2010/12/24/wicket-1.4.15-released.html">Wicket 1.4.15 released</h3>
     <small>24 Dec 2010</small>
 	<p>This is fifteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -720,10 +720,10 @@ Cheers,
     &lt;version&gt;1.4.15&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/12/24/wicket-1-4-15-released.html">more</a></p>
+	<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/29/wicket-1-4-14-released.html">Wicket 1.4.14 released</h3>
+	<h3 id="/news/2010/11/29/wicket-1.4.14-released.html">Wicket 1.4.14 released</h3>
     <small>29 Nov 2010</small>
 	<p>This is fourteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -735,7 +735,7 @@ Cheers,
     &lt;version&gt;1.4.14&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/29/wicket-1-4-14-released.html">more</a></p>
+	<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/11/21/pedro-santos-committer.html">Pedro Santos is a Wicket team member</h3>
@@ -744,7 +744,7 @@ Cheers,
 	<a href="/news/2010/11/21/pedro-santos-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/05/wicket-1-5-m3-released.html">Wicket 1.5-M3 released</h3>
+	<h3 id="/news/2010/11/05/wicket-1.5-M3-released.html">Wicket 1.5-M3 released</h3>
     <small>05 Nov 2010</small>
 	<p>This is another milestone release from trunk (in-development branch).  This release includes several enhancments and fixes, which can be seen in the changelog (linked below).
   Subversion tag
@@ -756,10 +756,10 @@ Cheers,
     &lt;version&gt;1.5-M3&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/05/wicket-1-5-m3-released.html">more</a></p>
+	<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/11/01/wicket-1-4-13-released.html">Wicket 1.4.13 released</h3>
+	<h3 id="/news/2010/11/01/wicket-1.4.13-released.html">Wicket 1.4.13 released</h3>
     <small>01 Nov 2010</small>
 	<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
@@ -771,16 +771,16 @@ Cheers,
     &lt;version&gt;1.4.13&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/11/01/wicket-1-4-13-released.html">more</a></p>
+	<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/17/wicket-1-5-m2-1-released.html">Wicket 1.5-M2.1 released</h3>
+	<h3 id="/news/2010/09/17/wicket.1.5-M2.1-released.html">Wicket 1.5-M2.1 released</h3>
     <small>17 Sep 2010</small>
 	<p>This is the second milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and flexible request processing pipeline. This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the...
-	<a href="/news/2010/09/17/wicket-1-5-m2-1-released.html">more</a></p>
+	<a href="/news/2010/09/17/wicket.1.5-M2.1-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/17/wicket-1-4-12-released.html">Wicket 1.4.12 released</h3>
+	<h3 id="/news/2010/09/17/wicket.1.4.12-released.html">Wicket 1.4.12 released</h3>
     <small>17 Sep 2010</small>
 	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox.
   Subversion tag
@@ -792,10 +792,10 @@ Cheers,
     &lt;version&gt;1.4.12&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/09/17/wicket-1-4-12-released.html">more</a></p>
+	<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/09/09/wicket-1-4-11-released.html">Wicket 1.4.11 released</h3>
+	<h3 id="/news/2010/09/09/wicket-1.4.11-released.html">Wicket 1.4.11 released</h3>
     <small>09 Sep 2010</small>
 	<p>This is the eleventh maintenance release of the 1.4.x series and brings over
 fifty bug fixes and improvements.
@@ -808,7 +808,7 @@ fifty bug fixes and improvements.
     &lt;version&gt;1.4.11&lt;/version&gt;
 &lt;/dependency&gt;
   Download the full distribution (including source)
-	<a href="/news/2010/09/09/wicket-1-4-11-released.html">more</a></p>
+	<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/08/24/peter-ertl-committer.html">Peter Ertl is a Wicket team member</h3>
@@ -817,16 +817,16 @@ fifty bug fixes and improvements.
 	<a href="/news/2010/08/24/peter-ertl-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/08/11/wicket-1-5-m1-released.html">Wicket 1.5-M1 released</h3>
+	<h3 id="/news/2010/08/11/wicket-1.5-M1-released.html">Wicket 1.5-M1 released</h3>
     <small>11 Aug 2010</small>
 	<p>This is the first milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and flexible request processing pipeline. This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the...
-	<a href="/news/2010/08/11/wicket-1-5-m1-released.html">more</a></p>
+	<a href="/news/2010/08/11/wicket-1.5-M1-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/08/11/wicket-1-4-10-released.html">Wicket 1.4.10 released</h3>
+	<h3 id="/news/2010/08/11/wicket-1.4.10-released.html">Wicket 1.4.10 released</h3>
     <small>11 Aug 2010</small>
 	<p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: * Delayed component initialization * Component configuration Delayed component initialization allows developers to initialize their components outside...
-	<a href="/news/2010/08/11/wicket-1-4-10-released.html">more</a></p>
+	<a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></p>
 </article>
             <article>
 	<h3 id="/news/2010/08/04/martin-grigorov-committer.html">Martin Grigorov is a Wicket team member</h3>
@@ -835,13 +835,13 @@ fifty bug fixes and improvements.
 	<a href="/news/2010/08/04/martin-grigorov-committer.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/05/24/wicket-1-4-9-released.html">Wicket 1.4.9 released</h3>
+	<h3 id="/news/2010/05/24/wicket-1.4.9-released.html">Wicket 1.4.9 released</h3>
     <small>24 May 2010</small>
 	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.9&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source) It is worth noting that WICKET-2846 will be reverted in the next release because...
-	<a href="/news/2010/05/24/wicket-1-4-9-released.html">more</a></p>
+	<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/05/03/wicket-1-4-8-released.html">Wicket 1.4.8 released</h3>
+	<h3 id="/news/2010/05/03/wicket-1.4.8-released.html">Wicket 1.4.8 released</h3>
     <small>03 May 2010</small>
 	<p>Wicket 1.4.8 is released!
 This is the eighth maintenance release of 1.4.x series and brings over
@@ -855,19 +855,19 @@ This is the eighth maintenance release of 1.4.x series and brings over
 &lt;/dependency&gt;
   Download
   Change log
-	<a href="/news/2010/05/03/wicket-1-4-8-released.html">more</a></p>
+	<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/03/05/wicket-1-4-7-released.html">Wicket 1.4.7 released</h3>
+	<h3 id="/news/2010/03/05/wicket-1.4.7-released.html">Wicket 1.4.7 released</h3>
     <small>05 Mar 2010</small>
 	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt;...
-	<a href="/news/2010/03/05/wicket-1-4-7-released.html">more</a></p>
+	<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></p>
 </article>
             <article>
-	<h3 id="/news/2010/02/01/wicket-1-4-6-released.html">Wicket 1.4.6 released</h3>
+	<h3 id="/news/2010/02/01/wicket-1.4.6-released.html">Wicket 1.4.6 released</h3>
     <small>01 Feb 2010</small>
 	<p>The Apache Wicket project is proud to announce the sixths maintenance release of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes that make Wicket 1.4 even more stable in production environments. Download Apache Wicket 1.4.6 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.6 Or use this in...
-	<a href="/news/2010/02/01/wicket-1-4-6-released.html">more</a></p>
+	<a href="/news/2010/02/01/wicket-1.4.6-released.html">more</a></p>
 </article>
             <div class="l-first"></div>
             <hr />
@@ -875,46 +875,46 @@ This is the eighth maintenance release of 1.4.x series and brings over
               <h1 id="all-news-for-2009">All News for 2009</h1>
               <p>This section contains all news items published in <a href="/news/2009">2009</a>.</p>
               <article>
-	<h3 id="/news/2009/12/21/wicket-1-4-5-released.html">Wicket 1.4.5 released</h3>
+	<h3 id="/news/2009/12/21/wicket-1.4.5-released.html">Wicket 1.4.5 released</h3>
     <small>21 Dec 2009</small>
 	<p>The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. This releases mainly fixes WICKET-2613 which has caused certain applications to stop functioning properly in production environments. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.5 Or use this in your Maven...
-	<a href="/news/2009/12/21/wicket-1-4-5-released.html">more</a></p>
+	<a href="/news/2009/12/21/wicket-1.4.5-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/12/13/wicket-1-4-4-released.html">Wicket 1.4.4 released</h3>
+	<h3 id="/news/2009/12/13/wicket-1.4.4-released.html">Wicket 1.4.4 released</h3>
     <small>13 Dec 2009</small>
 	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.4&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/12/13/wicket-1-4-4-released.html">more</a></p>
+	<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/10/24/wicket-1-4-3-released.html">Wicket 1.4.3 released</h3>
+	<h3 id="/news/2009/10/24/wicket-1.4.3-released.html">Wicket 1.4.3 released</h3>
     <small>24 Oct 2009</small>
 	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.3&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/10/24/wicket-1-4-3-released.html">more</a></p>
+	<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/10/12/wicket-1-4-2-released.html">Wicket 1.4.2 released</h3>
+	<h3 id="/news/2009/10/12/wicket-1.4.2-released.html">Wicket 1.4.2 released</h3>
     <small>12 Oct 2009</small>
 	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.2&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
-	<a href="/news/2009/10/12/wicket-1-4-2-released.html">more</a></p>
+	<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/08/21/wicket-1-4-1-released.html">Wicket 1.4.1 released</h3>
+	<h3 id="/news/2009/08/21/wicket-1.4.1-released.html">Wicket 1.4.1 released</h3>
     <small>21 Aug 2009</small>
 	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom’s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;/dependency&gt; Changes The most notable change...
-	<a href="/news/2009/08/21/wicket-1-4-1-released.html">more</a></p>
+	<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
+	<h3 id="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">Apache Wicket 1.4 takes typesafety to the next level</h3>
     <small>30 Jul 2009</small>
 	<p>The Apache Wicket project is proud to announce the release of Apache Wicket 1.4. Apache Wicket is an open source, component oriented Java web application framework. With overwhelming support from the user community, this release marks a departure from the past where we leave Java 1.4 behind and we require...
-	<a href="/news/2009/07/30/wicket-1-4-takes-typesafety-to-the-next-level.html">more</a></p>
+	<a href="/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html">more</a></p>
 </article>
               <article>
-	<h3 id="/news/2009/07/30/wicket-1-3-7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
+	<h3 id="/news/2009/07/30/wicket-1.3.7-released.html">Apache Wicket 1.3.7 marks end of life for Wicket 1.3</h3>
     <small>30 Jul 2009</small>
 	<p>The Apache Wicket team is proud to present the release of Apache Wicket 1.3.7. This will be the last feature release for the 1.3.x branch. Going forward, only security fixes will be released in the 1.3.x branch - meaning that 1.3.7 may be the last release in this branch. All...
-	<a href="/news/2009/07/30/wicket-1-3-7-released.html">more</a></p>
+	<a href="/news/2009/07/30/wicket-1.3.7-released.html">more</a></p>
 </article>
               <div class="l-first"></div>
               <hr />

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 63b8b77..68476c8 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -100,7 +100,7 @@ select the appropriate Wicket version</li>
   <li>Copy the generated commandline to your clipboard and paste it in a 
 terminal (or a DOS box)</li>
   <li>Open the project in your IDE of choice</li>
-  <li>Start the <code>Start</code> class in the <em>src/test/java</em> folder</li>
+  <li>Start the <code class="highlighter-rouge">Start</code> class in the <em>src/test/java</em> folder</li>
   <li>Open your browser to <a target="_blank" href="http://localhost:8080">http://localhost:8080</a></li>
 </ol>
 <p>And you’re done!</p>
@@ -153,7 +153,7 @@ execute the command.</p>
 <h4 id="result-of-the-maven-command">Result of the Maven command</h4>
 <p>Executing the Maven command line will result the following directory
 structure:</p>
-<pre><code>.\myproject
+<div class="highlighter-rouge"><pre class="highlight"><code>.\myproject
     |   pom.xml
     |
     \---src
@@ -178,6 +178,7 @@ structure:</p>
                     \---mycompany
                             Start.java
 </code></pre>
+</div>
 <p>It might be different depending on your settings (and version of
 Wicket), but this is basically the standard layout for web projects.</p>
 <h2 id="import-the-quick-start-in-your-ide">Import the Quick Start in your IDE</h2>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-1.3.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.3.x.html b/content/start/wicket-1.3.x.html
index 9282c62..f25beec 100644
--- a/content/start/wicket-1.3.x.html
+++ b/content/start/wicket-1.3.x.html
@@ -79,7 +79,7 @@ between minor versions may break binary compatibility.</p>
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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 c05643e..0c6f80e 100644
--- a/content/start/wicket-1.4.x.html
+++ b/content/start/wicket-1.4.x.html
@@ -82,7 +82,7 @@ the <a href="http://archive.apache.org/dist/wicket/1.4.23/CHANGELOG-1.4">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/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 37d408c..4319c91 100644
--- a/content/start/wicket-1.5.x.html
+++ b/content/start/wicket-1.5.x.html
@@ -84,7 +84,7 @@ the <a href="http://archive.apache.org/dist/wicket/1.5.14/CHANGELOG-1.5">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index 152968a..9ca2e59 100644
--- a/content/start/wicket-6.x.html
+++ b/content/start/wicket-6.x.html
@@ -86,7 +86,7 @@ the <a href="http://archive.apache.org/dist/wicket/6.21.0/CHANGELOG-6.x">change
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="download-manually">Download Manually</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index e1433d8..7295060 100644
--- a/content/start/wicket-7.x.html
+++ b/content/start/wicket-7.x.html
@@ -81,7 +81,7 @@ You can get the release using <a href="#maven">Maven</a> or <a href="#manually">
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
 <p>You can add more Wicket modules to your project by adding more
-dependencies (copy above snippet and change the <code>artifactId</code>
+dependencies (copy above snippet and change the <code class="highlighter-rouge">artifactId</code>
 accordingly).</p>
 <p>If you are not a Maven user, you can download the Wicket release manually.</p>
 <h3 id="manually">Download Manually</h3>