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 2014/09/05 17:18:29 UTC

svn commit: r1622720 [3/3] - in /wicket/common/site/trunk/_site: ./ 2009/07/30/ 2009/08/21/ 2009/10/12/ 2009/10/24/ 2009/12/13/ 2009/12/21/ 2010/02/01/ 2010/03/05/ 2010/05/03/ 2010/05/24/ 2010/08/04/ 2010/08/11/ 2010/08/24/ 2010/09/09/ 2010/09/17/ 2010...

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
@@ -205,23 +205,23 @@ reusable components written with plain J
 <p>Wicket is released under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version
 2.0</a>.</p>
 
-<h1 id="apache-wicket-6160-released20140621wicket-6160-releasedhtml"><a href="/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p>
+<h1 id="apache-wicket-6170-released20140824wicket-6170-releasedhtml"><a href="/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0 released</a></h1>
+<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p>
 
-<p>This release marks the sixteenth minor release of Wicket 6. Starting
+<p>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.</p>
 
 <h3 id="new-and-noteworthy">New and noteworthy</h3>
 
-<p>This release fixes 15 bugs and adds the following improvements:</p>
+<p>This release fixes 25 bugs and has 27 improvements some of which are:</p>
 
 <ul>
-  <li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
-  <li>Upgrade Atmosphere to latest version</li>
-  <li>Generation of wicket ids with prefix / suffix</li>
-  <li>Introduce CharSequenceResource similar to ByteArrayResource</li>
+  <li>Rename log4j.properties in the quickstart when creating a project for WildFly</li>
+  <li>Make is possible to position the choice label before/after/around the choice</li>
+  <li>StringResourceModel with custom locale </li>
+  <li>Added an HeaderItem for meta data tags such as ‘meta’ or canonical link</li>
 </ul>
 
 <p>The full list of improvements and fixes can be found at the end of this
@@ -235,15 +235,15 @@ update any other dependencies on Wicket 
 <div 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.16.0<span class="nt">&lt;/version&gt;</span>
+ <span class="nt">&lt;version&gt;</span>6.17.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <p>Or download and build the distribution yourself, or use our
 convenience binary package</p>
 
 <ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries</a></li>
 </ul>
 
 <h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
@@ -260,50 +260,85 @@ migration guide found at</p>
 
 <p>— The Wicket team</p>
 
-<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3>
+<h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3>
+
+<h4 id="sub-task">Sub-task</h4>
+<pre><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters
+</code></pre>
 
 <h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
-* [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
-* [WICKET-5560] - A 404 error occurs when using a CryptoMapper
-* [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
-* [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser
-* [WICKET-5573] - FilterToolbar generics broken
-* [WICKET-5581] - CachingRes​ourceStrea​mLocator is not extension-​aware
-* [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative
-* [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere
-* [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField)
-* [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator
-* [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
-* [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
-* [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
-* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
+<pre><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process
+* [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page
+* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other
+* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
+* [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page
+* [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen 
+* [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given
+* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page
+* [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post()
+* [WICKET-5624] - Do not throw when WebSocket is not supported
+* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes
+* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
+* [WICKET-5631] - Allow submitting with POST method for PhantomJS
+* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView
+* [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component
+* [WICKET-5639] - ResourceResponse does not write headers when status code is set
+* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary.
+* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
+* [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL
+* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
+* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
+* [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined
+* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable)
+* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage
+* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure 
 </code></pre>
 
 <h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
-* [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
-* [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
-* [WICKET-5577] - Generation of wicket ids with prefix / suffix
-* [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag
-* [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
-* [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
-* [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
-* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
+<pre><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms
+* [WICKET-4660] - Make it possible to notify about Atmosphere internal events
+* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
+* [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data
+* [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js
+* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue"
+* [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components
+* [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework
+* [WICKET-5629] - Add an HeaderItem for meta data tags such as &lt;meta&gt; or canonical &lt;link&gt;
+* [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized
+* [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less
+* [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality
+* [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup
+* [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components
+* [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values
+* [WICKET-5650] - Make is possible to position the choice label before/after/around the choice
+* [WICKET-5651] - Add TagTester#getChild(String tagName) method
+* [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods
+* [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration
+* [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage()
+* [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false
+* [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams
+* [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler
+* [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers
+* [WICKET-5668] - StringResourceModel with custom locale 
+* [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly
+* [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty
+* [WICKET-5674] - Use jquery.atmosphere.js as a Webjar
 </code></pre>
 
 <h4 id="task">Task</h4>
-<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
+<pre><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket
+* [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests
+* [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
 </code></pre>
 
-<h1 id="apache-wicket-700-m2-released20140620wicket-700-m2-releasedhtml"><a href="/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</a></h1>
-<p>We have released the first of a series of milestone releases for Apache
+<h1 id="apache-wicket-700-m3-released20140823wicket-700-m3-releasedhtml"><a href="/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3 released</a></h1>
+<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.</p>
 
 <h3 id="caveats">Caveats</h3>
 
-<p>It is still a development version so expect API breaks to happen over
+<p>It is still a development version so expect minor API breaks to happen over
 the course of the coming milestone releases.</p>
 
 <h3 id="semantic-versioning">Semantic versioning</h3>
@@ -346,15 +381,15 @@ update any other dependencies on Wicket 
 <div 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.0.0-M2<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.0.0-M3<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <p>Or download and build the distribution yourself, or use our
 convenience binary package</p>
 
 <ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries</a></li>
 </ul>
 
 <p>Have fun and let us know what you think!</p>
@@ -364,6 +399,18 @@ convenience binary package</p>
 
 
 <li>
+        <a href="/2014/06/21/wicket-6.16.0-released.html">Apache Wicket 6.16.0 released</a> - <span>21 Jun 2014</span><br />
+        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...
+        <a href="/2014/06/21/wicket-6.16.0-released.html">more</a></li>
+
+
+<li>
+        <a href="/2014/06/20/wicket-7.0.0-M2-released.html">Apache Wicket 7.0.0-M2 released</a> - <span>20 Jun 2014</span><br />
+        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...
+        <a href="/2014/06/20/wicket-7.0.0-M2-released.html">more</a></li>
+
+
+<li>
         <a href="/2014/04/30/wicket-7.0.0-M1-released.html">Apache Wicket 7.0.0-M1 released</a> - <span>30 Apr 2014</span><br />
         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...
         <a href="/2014/04/30/wicket-7.0.0-M1-released.html">more</a></li>
@@ -410,18 +457,6 @@ convenience binary package</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...
         <a href="/2014/01/05/wicket-6.13.0-released.html">more</a></li>
 
-
-<li>
-        <a href="/2013/11/01/wicket-6.12.0-released.html">Apache Wicket 6.12.0 released</a> - <span>01 Nov 2013</span><br />
-        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...
-        <a href="/2013/11/01/wicket-6.12.0-released.html">more</a></li>
-
-
-<li>
-        <a href="/2013/09/20/wicket-6.11.0-released.html">Apache Wicket 6.11.0 released</a> - <span>20 Sep 2013</span><br />
-        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...
-        <a href="/2013/09/20/wicket-6.11.0-released.html">more</a></li>
-
 </ul>
 <p># Books about Wicket</p>
 

Modified: wicket/common/site/trunk/_site/learn/books/awc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/awc.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/awc.html (original)
+++ wicket/common/site/trunk/_site/learn/books/awc.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/ewdww.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/ewdww.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/ewdww.html (original)
+++ wicket/common/site/trunk/_site/learn/books/ewdww.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/koda.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/koda.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/koda.html (original)
+++ wicket/common/site/trunk/_site/learn/books/koda.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/kwij.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/kwij.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/kwij.html (original)
+++ wicket/common/site/trunk/_site/learn/books/kwij.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/praxisbuchwicket.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/prowicket.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/prowicket.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/prowicket.html (original)
+++ wicket/common/site/trunk/_site/learn/books/prowicket.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/wia.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wia.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wia.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wia.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/books/wicket-jp.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/wicket-jp.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/wicket-jp.html (original)
+++ wicket/common/site/trunk/_site/learn/books/wicket-jp.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/ajaxcounter.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/dropdownchoice.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/guestbook.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/guestbook.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/guestbook.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/guestbook.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/helloworld.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/helloworld.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/helloworld.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/helloworld.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/index.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/markupinheritance.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/markupinheritance.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/markupinheritance.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/markupinheritance.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/navomatic.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/navomatic.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/navomatic.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/navomatic.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/examples/usingfragments.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/usingfragments.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/usingfragments.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/usingfragments.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/ides.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/ides.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/ides.html (original)
+++ wicket/common/site/trunk/_site/learn/ides.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/index.html (original)
+++ wicket/common/site/trunk/_site/learn/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/authroles.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/authroles.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/authroles.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/authroles.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
@@ -316,7 +316,7 @@ dependencies in your projects classpath.
 <div 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-auth-roles<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>6.16.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.17.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <h3 id="required-dependencies">Required dependencies</h3>

Modified: wicket/common/site/trunk/_site/learn/projects/datetime.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/datetime.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/datetime.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/datetime.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/devutils.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/devutils.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/devutils.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/devutils.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/extensions.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/extensions.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/extensions.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/extensions.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/guice.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/guice.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/guice.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/guice.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/index.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/ioc.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/ioc.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/ioc.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/ioc.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/jmx.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/jmx.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/jmx.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/jmx.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/spring.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/spring.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/spring.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/spring.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/learn/projects/velocity.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/velocity.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/velocity.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/velocity.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
@@ -279,7 +279,7 @@ dependencies in your projects classpath.
 <div 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-velocity<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>6.16.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.17.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <h3 id="required-dependencies">Required dependencies</h3>

Modified: wicket/common/site/trunk/_site/meet/blogs.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/blogs.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/blogs.html (original)
+++ wicket/common/site/trunk/_site/meet/blogs.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/meet/buzz.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/buzz.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/buzz.html (original)
+++ wicket/common/site/trunk/_site/meet/buzz.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/meet/features.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/features.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/features.html (original)
+++ wicket/common/site/trunk/_site/meet/features.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/meet/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/index.html (original)
+++ wicket/common/site/trunk/_site/meet/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/meet/introduction.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/introduction.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/introduction.html (original)
+++ wicket/common/site/trunk/_site/meet/introduction.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/meet/vision.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/meet/vision.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/meet/vision.html (original)
+++ wicket/common/site/trunk/_site/meet/vision.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/start/download.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/download.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/download.html (original)
+++ wicket/common/site/trunk/_site/start/download.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
@@ -187,18 +187,18 @@
 
 		<div id="contentbody">
 			<h1>Download Wicket releases</h1>
-			<p>Apache Wicket 6.16.0 is the current stable release.
+			<p>Apache Wicket 6.17.0 is the current stable release.
 Most users get Apache Wicket using <a href="#maven">Apache Maven’s dependency
 management</a>, which incidentally is the most convenient way of
 obtaining the latest and greatest Wicket.</p>
 
 <h2 id="download">Download</h2>
 
-<p>New projects should use <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16.0</a> as their base.</p>
+<p>New projects should use <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17.0</a> as their base.</p>
 
 <ul>
-  <li><strong>Latest stable release</strong>: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">6.16.0</a></li>
-  <li><strong>Latest 6.x release</strong>: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">6.16.0</a></li>
+  <li><strong>Latest stable release</strong>: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">6.17.0</a></li>
+  <li><strong>Latest 6.x release</strong>: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">6.17.0</a></li>
   <li><strong>Latest 1.5.x release</strong>: <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">1.5.11</a></li>
   <li><strong>Latest 1.4.x release</strong> (security updates only): <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">1.4.23</a></li>
   <li><strong>Archived releases</strong>: <a href="http://archive.apache.org/dist/wicket">http://archive.apache.org/dist/wicket</a></li>
@@ -213,7 +213,7 @@ further along, you can try out the devel
 
 <ul>
   <li>Latest <strong>development milestone</strong> release for 7.x: 
-<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">7.0.0-M2</a></li>
+<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">7.0.0-M3</a></li>
 </ul>
 
 <p>This release is not fit for production use yet: it is only intended for
@@ -271,7 +271,7 @@ Wicket you may find our migration guides
 <div 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.16.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.17.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <p>For the SLF4J log4j binding:</p>

Modified: wicket/common/site/trunk/_site/start/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/index.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/index.html (original)
+++ wicket/common/site/trunk/_site/start/index.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/start/installing.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/installing.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/installing.html (original)
+++ wicket/common/site/trunk/_site/start/installing.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>

Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
@@ -270,7 +270,7 @@ typing in the groupId, artifactId and ve
 		
 
 		
-			<option value="6.15.0-SNAPSHOT">6.15.0-SNAPSHOT</option>
+			<option value="6.18.0-SNAPSHOT">6.18.0-SNAPSHOT</option>
 		
 
 		
@@ -278,7 +278,7 @@ typing in the groupId, artifactId and ve
 		
 
 		
-			<option value="7.0.0-M2">7.0.0-M2</option>
+			<option value="7.0.0-M3">7.0.0-M3</option>
 		
 
 		
@@ -290,7 +290,7 @@ typing in the groupId, artifactId and ve
 		
 
 		
-			<option value="6.16.0" selected="selected">6.16.0</option>
+			<option value="6.17.0" selected="selected">6.17.0</option>
 		
 
 		</select><span title="Wicket Version">&nbsp;(?)</span>

Modified: wicket/common/site/trunk/_site/start/userguide.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/userguide.html?rev=1622720&r1=1622719&r2=1622720&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/userguide.html (original)
+++ wicket/common/site/trunk/_site/start/userguide.html Fri Sep  5 15:18:26 2014
@@ -93,7 +93,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">Wicket 6.16</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">Wicket 6.17</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -134,7 +134,7 @@
 	<h5>Wicket 7.x</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">Download M2</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">Download M3</a>
 		</li>
 		<li>
 			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>