You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/02/13 21:37:21 UTC

svn commit: r1659670 - in /wicket/common/site/trunk: _posts/2014/2015-02-13-wicket-1.5.13-released.md _site/2015/02/13/ _site/2015/02/13/wicket-1.5.13-released.html _site/atom.xml _site/index.html

Author: mgrigorov
Date: Fri Feb 13 20:37:21 2015
New Revision: 1659670

URL: http://svn.apache.org/r1659670
Log:
Announce 1.5.13


Added:
    wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
    wicket/common/site/trunk/_site/2015/02/13/
    wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
Modified:
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/index.html

Added: wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md?rev=1659670&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md (added)
+++ wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md Fri Feb 13 20:37:21 2015
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Wicket 1.5.13 released
+---
+
+This is the thirdteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.
+
+* [Git tag](https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13)
+* [Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12328347)
+* To use in Maven:
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>1.5.13</version>
+</dependency>
+{% endhighlight %}
+* Download the [full distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5.13) (including sources)

Added: wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html?rev=1659670&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html (added)
+++ wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html Fri Feb 13 20:37:21 2015
@@ -0,0 +1,219 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Apache Wicket - Wicket 1.5.13 released</title>
+
+	<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" />
+
+    <!--[if lt ie 7]>
+	<link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen" />
+    <![endif]-->
+    <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+	<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
+	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
+<div id="container">
+    <div id="content">
+        <div id="header"><a href="/"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
+		<div id="navigation">
+	<h5><a name="Navigation-Wicket"></a>Meet Wicket</h5>
+	<ul>
+		<li>
+			<a href="/" title="Index">Home</a>
+		</li>
+		<li>
+			<a href="/meet/introduction.html" title="Introduction">Introduction</a>
+		</li>
+		<li>
+			<a href="/meet/features.html" title="Features">Features</a>
+		</li>
+		<li>
+			<a href="/meet/buzz.html" title="Buzz">Buzz</a>
+		</li>
+		<li>
+			<a href="/meet/vision.html" title="Vision">Vision</a>
+		</li>
+		<li>
+			<a href="/meet/blogs.html" title="Blogs">Blogs</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-GettingStarted" id="Navigation-GettingStarted"></a>Get Started
+	</h5>
+	<ul>
+		<li>
+			<a href="/start/download.html" title="Download Wicket">Download Wicket</a>
+		</li>
+		<li>
+			<a href="/start/quickstart.html" title="Getting started via a Maven Archetype">Quickstart</a>
+		</li>
+		<li>
+			<a href="http://www.jweekend.com/dev/LegUp" rel="nofollow">More archetypes</a>
+		</li>
+		<li>
+			<a href="/help" title="Get help">Get help</a>
+		</li>
+		<li>
+			<a href="/help/email.html" title="Wicket Mailing Lists">Mailing Lists</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Documentation" id="Navigation-Documentation"></a>Learn
+	</h5>
+	<ul>
+		<li>
+			<a href="/start/userguide.html" title="User Guide">User Guide</a>
+		</li>
+		<li>
+			<a href="/learn/examples" title="Examples">Examples</a>
+		</li>
+		<li>
+			<a href="http://www.wicket-library.com/wicket-examples/compref/">Components</a>
+		</li>
+		<li>
+			<a href="/learn/projects/" title="Projects extending basic Wicket">Projects</a>
+		</li>
+		<li>
+			<a href="https://cwiki.apache.org/confluence/display/WICKET">Wiki</a>
+		</li>
+		<li>
+			<a href="https://cwiki.apache.org/confluence/display/WICKET/Reference+library">Reference guide</a>
+		</li>
+		<li>
+			<a href="/learn/books" title="Books">Books</a>
+		</li>
+		<li>
+			<a href="/learn/ides.html" title="IDEs">IDEs</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Releases" id="Navigation-Releases"></a>Releases
+	</h5>
+	<ul>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0">Wicket 6.19</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.13">Wicket 1.5</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">Wicket 1.4</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.2" class="external-link" rel="nofollow">Wicket 1.2</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.1" class="external-link" rel="nofollow">Wicket 1.1</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.0" class="external-link" rel="nofollow">Wicket 1.0</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Docs" id="Navigation-Docs"></a>API Docs
+	</h5>
+	<ul>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/6.x/" title="JavaDocs of Apache Wicket 6.x">Wicket 6.x</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.5.x/" title="JavaDocs of Apache Wicket 1.5.x">Wicket 1.5</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.4.x" title="JavaDocs of Apache Wicket 1.4.x">Wicket 1.4</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.3.x" title="JavaDocs of Apache Wicket 1.3.x">Wicket 1.3</a>
+		</li>
+	</ul>
+	<h5>Wicket 7.x</h5>
+	<ul>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5">Download M5</a>
+		</li>
+		<li>
+			<a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0">Migration guide</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/7.x/" title="JavaDocs of Apache Wicket 7.x">API Docs 7.x</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Developers" id="Navigation-Developers"></a>Contribute
+	</h5>
+	<ul>
+		<li>
+			<a href="/contribute/write.html" title="Writing documentation">Writing docs</a>
+		</li>
+		<li>
+			<a href="/contribute/build.html" title="Building from SVN">Build Wicket</a>
+		</li>
+		<li>
+			<a href="/contribute/patch.html" title="Provide a patch">Provide a patch</a>
+		</li>
+		<li>
+			<a href="/contribute/release.html" title="Release Wicket">Release Wicket</a>
+		</li>
+		<li>
+			<a href="https://fisheye6.atlassian.com/browse/wicket-git" title="Git Overview" class="external-link" rel="nofollow">Fisheye</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Apache" id="Navigation-Apache"></a>Apache
+	</h5>
+	<ul>
+		<li>
+			<a href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsorship</a>
+		</li>
+		<li>
+			<a href="http://apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a>
+		</li>
+		<li>
+			<a href="/apache/friends.html" title="Apache projects using Wicket">Friends</a>
+		</li>
+	</ul>
+</div>
+
+		<div id="contentbody">
+			<h1>Wicket 1.5.13 released</h1>
+			<p>This is the thirdteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.</p>
+
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12328347">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+
+<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>1.5.13<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.13">full distribution</a> (including sources)</li>
+</ul>
+
+		</div>
+        <div id="clearer"></div>
+		<div id="footer"><span>
+Copyright &copy; 2014 &mdash; 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.
+</span></div>
+
+    </div>
+</div>
+</body>
+</html>

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1659670&r1=1659669&r2=1659670&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Fri Feb 13 20:37:21 2015
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2015-02-11T15:29:13+01:00</updated>
+ <updated>2015-02-13T22:36:29+02:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -13,9 +13,34 @@
  
  
  <entry>
+   <title>Wicket 1.5.13 released</title>
+   <link href="http://wicket.apache.org/2015/02/13/wicket-1.5.13-released.html"/>
+   <updated>2015-02-13T00:00:00+02:00</updated>
+   <id>http://wicket.apache.org/2015/02/13/wicket-1.5.13-released</id>
+   <content type="html">&lt;p&gt;This is the thirdteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13&quot;&gt;Git tag&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;version=12328347&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;To use in Maven:&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5.13&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Download the &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.5.13&quot;&gt;full distribution&lt;/a&gt; (including sources)&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+ </entry>
+ 
+ <entry>
    <title>Apache Wicket 7.0.0-M5 released</title>
    <link href="http://wicket.apache.org/2015/02/02/wicket-7.0.0-M5-released.html"/>
-   <updated>2015-02-02T00:00:00+01:00</updated>
+   <updated>2015-02-02T00:00:00+02:00</updated>
    <id>http://wicket.apache.org/2015/02/02/wicket-7.0.0-M5-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!&lt;/p&gt;
 
@@ -195,7 +220,7 @@ uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
  <entry>
    <title>Apache Wicket 6.19.0 released</title>
    <link href="http://wicket.apache.org/2015/02/02/wicket-6.19.0-released.html"/>
-   <updated>2015-02-02T00:00:00+01:00</updated>
+   <updated>2015-02-02T00:00:00+02:00</updated>
    <id>http://wicket.apache.org/2015/02/02/wicket-6.19.0-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!&lt;/p&gt;
 
@@ -333,7 +358,7 @@ i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
  <entry>
    <title>Apache Wicket 7.0.0-M4 released</title>
    <link href="http://wicket.apache.org/2014/11/05/wicket-7.0.0-M4-released.html"/>
-   <updated>2014-11-05T00:00:00+01:00</updated>
+   <updated>2014-11-05T00:00:00+02:00</updated>
    <id>http://wicket.apache.org/2014/11/05/wicket-7.0.0-M4-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M4!&lt;/p&gt;
 
@@ -509,7 +534,7 @@ uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
  <entry>
    <title>Apache Wicket 6.18.0 released</title>
    <link href="http://wicket.apache.org/2014/11/05/wicket-6.18.0-released.html"/>
-   <updated>2014-11-05T00:00:00+01:00</updated>
+   <updated>2014-11-05T00:00:00+02:00</updated>
    <id>http://wicket.apache.org/2014/11/05/wicket-6.18.0-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0!&lt;/p&gt;
 
@@ -638,7 +663,7 @@ i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
  <entry>
    <title>CVE-2014-3526 - Apache Wicket Information disclosure vulnerability</title>
    <link href="http://wicket.apache.org/2014/09/22/cve-2014-3526.html"/>
-   <updated>2014-09-22T00:00:00+02:00</updated>
+   <updated>2014-09-22T00:00:00+03:00</updated>
    <id>http://wicket.apache.org/2014/09/22/cve-2014-3526</id>
    <content type="html">&lt;p&gt;Severity: Important&lt;/p&gt;
 
@@ -669,7 +694,7 @@ This issue was reported by Andrea Del Be
  <entry>
    <title>Wicket 1.5.12 released</title>
    <link href="http://wicket.apache.org/2014/09/15/wicket-1.5.12-released.html"/>
-   <updated>2014-09-15T00:00:00+02:00</updated>
+   <updated>2014-09-15T00:00:00+03:00</updated>
    <id>http://wicket.apache.org/2014/09/15/wicket-1.5.12-released</id>
    <content type="html">&lt;p&gt;This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.&lt;/p&gt;
 
@@ -694,7 +719,7 @@ This issue was reported by Andrea Del Be
  <entry>
    <title>Apache Wicket 6.17.0 released</title>
    <link href="http://wicket.apache.org/2014/08/24/wicket-6.17.0-released.html"/>
-   <updated>2014-08-24T00:00:00+02:00</updated>
+   <updated>2014-08-24T00:00:00+03:00</updated>
    <id>http://wicket.apache.org/2014/08/24/wicket-6.17.0-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!&lt;/p&gt;
 
@@ -827,7 +852,7 @@ migration guide found at&lt;/p&gt;
  <entry>
    <title>Apache Wicket 7.0.0-M3 released</title>
    <link href="http://wicket.apache.org/2014/08/23/wicket-7.0.0-M3-released.html"/>
-   <updated>2014-08-23T00:00:00+02:00</updated>
+   <updated>2014-08-23T00:00:00+03:00</updated>
    <id>http://wicket.apache.org/2014/08/23/wicket-7.0.0-M3-released</id>
    <content type="html">&lt;p&gt;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
@@ -896,7 +921,7 @@ convenience binary package&lt;/p&gt;
  <entry>
    <title>Apache Wicket 6.16.0 released</title>
    <link href="http://wicket.apache.org/2014/06/21/wicket-6.16.0-released.html"/>
-   <updated>2014-06-21T00:00:00+02:00</updated>
+   <updated>2014-06-21T00:00:00+03:00</updated>
    <id>http://wicket.apache.org/2014/06/21/wicket-6.16.0-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!&lt;/p&gt;
 
@@ -991,73 +1016,4 @@ migration guide found at&lt;/p&gt;
 </content>
  </entry>
  
- <entry>
-   <title>Apache Wicket 7.0.0-M2 released</title>
-   <link href="http://wicket.apache.org/2014/06/20/wicket-7.0.0-M2-released.html"/>
-   <updated>2014-06-20T00:00:00+02:00</updated>
-   <id>http://wicket.apache.org/2014/06/20/wicket-7.0.0-M2-released</id>
-   <content type="html">&lt;p&gt;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.&lt;/p&gt;
-
-&lt;h3 id=&quot;caveats&quot;&gt;Caveats&lt;/h3&gt;
-
-&lt;p&gt;It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.&lt;/p&gt;
-
-&lt;h3 id=&quot;semantic-versioning&quot;&gt;Semantic versioning&lt;/h3&gt;
-
-&lt;p&gt;As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.&lt;/p&gt;
-
-&lt;h3 id=&quot;requirements&quot;&gt;Requirements&lt;/h3&gt;
-
-&lt;p&gt;Wicket 7 requires the following:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Java 7&lt;/li&gt;
-  &lt;li&gt;Servlet 3 compatible container&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;You can’t mix wicket libraries from prior Wicket versions with Wicket 7.&lt;/p&gt;
-
-&lt;h3 id=&quot;migration-guide&quot;&gt;Migration guide&lt;/h3&gt;
-
-&lt;p&gt;As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;Migration to Wicket 7.0&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h3 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h3&gt;
-
-&lt;p&gt;This is pre-release software: use at your own peril!&lt;/p&gt;
-
-&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;7.0.0-M2&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Or download and build the distribution yourself, or use our
-convenience binary package&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Source: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Have fun and let us know what you think!&lt;/p&gt;
-</content>
- </entry>
- 
 </feed>

Modified: wicket/common/site/trunk/_site/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1659670&r1=1659669&r2=1659670&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Fri Feb 13 20:37:21 2015
@@ -204,6 +204,25 @@ 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="wicket-1513-released20150213wicket-1513-releasedhtml"><a href="/2015/02/13/wicket-1.5.13-released.html">Wicket 1.5.13 released</a></h1>
+<p>This is the thirdteenth maintenance release of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement.</p>
+
+<ul>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12328347">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
+
+<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>1.5.13<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.13">full distribution</a> (including sources)</li>
+</ul>
+
 <h1 id="apache-wicket-700-m5-released20150202wicket-700-m5-releasedhtml"><a href="/2015/02/02/wicket-7.0.0-M5-released.html">Apache Wicket 7.0.0-M5 released</a></h1>
 <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!</p>
 
@@ -378,140 +397,14 @@ uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
 
 <p>— The Wicket team</p>
 
-<h1 id="apache-wicket-6190-released20150202wicket-6190-releasedhtml"><a href="/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</a></h1>
-<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!</p>
-
-<p>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.</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>
-
-<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.19.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.19.0">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries</a></li>
-</ul>
-
-<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>
-
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-
-<p>Signature for apache-wicket-6.19.0.zip:</p>
-
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
-s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
-=RpfO
------END PGP SIGNATURE-----
-</pre></div>
-
-<p>Signature for apache-wicket-6.19.0.tar.gz:</p>
-
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
-Comment: GPGTools - https://gpgtools.org
-
-iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
-i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
-=+QQW
------END PGP SIGNATURE-----
-</pre></div>
-
-<h4 id="changelog-for-6190">CHANGELOG for 6.19.0:</h4>
-
-<p>The following changes were made in Wicket for this release.</p>
-
-<h4 id="bug">Bug</h4>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5747">WICKET-5747</a> - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5752">WICKET-5752</a> - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5755">WICKET-5755</a> - Restoring focus after Ajax replace no longer works in IE8</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5759">WICKET-5759</a> - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5770">WICKET-5770</a> - PageParametersEncoder should not decode parameters with no name</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5782">WICKET-5782</a> - Missing escaping in MultiFileUploadField.js - sort of XSS</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5783">WICKET-5783</a> - Multiple events in AjaxEventBehavior with prefix 'on'</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5784">WICKET-5784</a> - arraycopy with bad length in AbstractRequestLogger:172</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5793">WICKET-5793</a> - Request for static resource creating a session in 6.13.0+</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5809">WICKET-5809</a> - URL IPv6 parsing</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5811">WICKET-5811</a> - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent&lt;&gt;)</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5812">WICKET-5812</a> - AtmosphereBehavior wrongly sets Ajax base url to '.'</li>
-</ul>
-
-<h4 id="improvement">Improvement</h4>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-4703">WICKET-4703</a> - StringResourceModel should provide an overridable getString(Component) method</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5746">WICKET-5746</a> - Fire an event once all JS event listeners are registered</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5753">WICKET-5753</a> - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5754">WICKET-5754</a> - (String)ResourceModel's defaultValue could be an IModel&lt;String&gt;</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5756">WICKET-5756</a> - Allow to use custom ciphers when using SunJceCrypt class</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5758">WICKET-5758</a> - Portuguese translation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5760">WICKET-5760</a> - Add constructor (String, Serializable, String) to AttributeAppender</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5775">WICKET-5775</a> - Replace the session upon successful signin for better support for Session Fixation</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5776">WICKET-5776</a> - Add information about the component when it fail in detach phase</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5778">WICKET-5778</a> - Pass the IModifiable to the IChangeListener in ModificationWatcher</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5780">WICKET-5780</a> - Add a resource reference for ContextRelativeResource</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5794">WICKET-5794</a> - Make DefaultExceptionMapper extensible</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5797">WICKET-5797</a> - Convenience method to call setResponsePage with forward option</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5799">WICKET-5799</a> - Add rel=prev/next in PagingNavigator.html</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5802">WICKET-5802</a> - HTML Import</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5806">WICKET-5806</a> - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled</li>
-</ul>
-
-<h4 id="new-feature">New Feature</h4>
-
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5771">WICKET-5771</a> - Ability to escape resource bundle messages added with wicket:message</li>
-</ul>
-
-<h4 id="task">Task</h4>
-
+<h1>Older news items</h1>
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5791">WICKET-5791</a> - Update JQuery to 1.11.2 and 2.1.3</li>
-</ul>
-
-<p>Have fun!</p>
 
-<p>— The Wicket team</p>
 
-<h1>Older news items</h1>
-<ul>
+<li>
+        <a href="/2015/02/02/wicket-6.19.0-released.html">Apache Wicket 6.19.0 released</a> - <span>02 Feb 2015</span><br />
+        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="/2015/02/02/wicket-6.19.0-released.html">more</a></li>
 
 
 <li>
@@ -567,12 +460,6 @@ i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
         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>
 
-
-<li>
-        <a href="/2014/04/23/wicket-6.15.0-released.html">Apache Wicket 6.15.0 released</a> - <span>23 Apr 2014</span><br />
-        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...
-        <a href="/2014/04/23/wicket-6.15.0-released.html">more</a></li>
-
 </ul>
 <p># Books about Wicket</p>