Author: dashorst
Date: Mon Nov 21 12:35:49 2011
New Revision: 1204473
URL: http://svn.apache.org/viewvc?rev=1204473&view=rev
Log:
1.5.3 announcement was somehow lost
Added:
wicket/common/site/trunk/_posts/2011-11-14-wicket-1.5.3-released.md
- copied, changed from r1204466,
wicket/common/site/trunk/_posts/2011-10-24-wicket-1.5.2-released.md
wicket/common/site/trunk/_site/2011/11/
wicket/common/site/trunk/_site/2011/11/14/
wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html
(with props)
Modified:
wicket/common/site/trunk/_config.yml
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/index.html
wicket/common/site/trunk/_site/start/quickstart.html
Modified: wicket/common/site/trunk/_config.yml
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_config.yml?rev=1204473&r1=1204472&r2=1204473&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Mon Nov 21 12:35:49 2011
@@ -15,4 +15,4 @@ exclude: readme.md
wicket:
version: 1.5.3
released: 2011-11-14
- versions: [1.5.3, 1.4.19, 1.4-SNAPSHOT, 1.5-SNAPSHOT]
+ versions: [1.5.3, 1.4.19, 1.4-SNAPSHOT, 1.5-SNAPSHOT, 6.0-SNAPSHOT]
Copied: wicket/common/site/trunk/_posts/2011-11-14-wicket-1.5.3-released.md
(from r1204466,
wicket/common/site/trunk/_posts/2011-10-24-wicket-1.5.2-released.md)
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2011-11-14-wicket-1.5.3-released.md?p2=wicket/common/site/trunk/_posts/2011-11-14-wicket-1.5.3-released.md&p1=wicket/common/site/trunk/_posts/2011-10-24-wicket-1.5.2-released.md&r1=1204466&r2=1204473&rev=1204473&view=diff
==============================================================================
--- wicket/common/site/trunk/_posts/2011-10-24-wicket-1.5.2-released.md
(original)
+++ wicket/common/site/trunk/_posts/2011-11-14-wicket-1.5.3-released.md Mon Nov
21 12:35:49 2011
@@ -1,18 +1,18 @@
---
layout: post
-title: Wicket 1.5.2 released
+title: Wicket 1.5.3 released
---
-This is the second maintenance release of the Wicket 1.5.x series. This
release brings over 25 bug fixes and 5 improvements.
+This is the third maintenance release of the Wicket 1.5.x series. This release
brings over 40 bug fixes and improvements.
-* [Subversion
tag](http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.2)
+* [Subversion
tag](http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3)
*
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12318078)
* To use in Maven:
{% highlight xml %}
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
- <version>1.5.2</version>
+ <version>1.5.3</version>
</dependency>
{% endhighlight %}
-* Download the [full
distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5.2) (including
source)
+* Download the [full
distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5.3) (including
source)
Added: wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html?rev=1204473&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html (added)
+++ wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html Mon
Nov 21 12:35:49 2011
@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Apache Wicket - Wicket 1.5.3 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="/learn/examples" title="Examples">Examples</a>
+ </li>
+ <li>
+ <a
href="http://wicketstuff.org/wicket14/compref/">Components</a>
+ </li>
+ <li>
+ <a href="/learn/projects/" title="Projects extending
basic Wicket">Projects</a>
+ </li>
+ <li>
+ <a href="http://cwiki.apache.org/WICKET">Wiki</a>
+ </li>
+ <li>
+ <a
href="http://cwiki.apache.org/WICKET/reference-library.html">Reference guide</a>
+ </li>
+ <li>
+ <a href="/learn/books" title="Books">Books</a>
+ </li>
+ <li>
+ <a href="/learn/ides.html" title="IDEs">IDE plugins</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/1.5.3">Wicket 1.5</a>
+ (<a href="http://wicket.apache.org/apidocs/1.5"
title="JavaDocs of the latest stable release - 1.5.x">docs</a>)
+ </li>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.19">Wicket 1.4</a>
+ (<a
href="http://ci.apache.org/projects/wicket/apidocs/1.4.x" title="JavaDocs of
Apache Wicket 1.4.x">docs</a>)
+ </li>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
+ (<a
href="http://ci.apache.org/projects/wicket/apidocs/1.3.x" title="JavaDocs of
Apache Wicket 1.3.x">docs</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-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="http://fisheye6.atlassian.com/browse/wicket"
title="SVN 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>
+ </ul>
+</div>
+
+ <div id="contentbody">
+ <h1>Wicket 1.5.3 released</h1>
+ <p>This is the third maintenance release of the Wicket
1.5.x series. This release brings over 40 bug fixes and improvements.</p>
+
+<ul>
+<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3'>Subversion
tag</a></li>
+
+<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12318078'>Changelog</a></li>
+
+<li>To use in Maven:</li>
+</ul>
+<div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
+ <span class='nt'><groupId></span>org.apache.wicket<span
class='nt'></groupId></span>
+ <span class='nt'><artifactId></span>wicket-core<span
class='nt'></artifactId></span>
+ <span class='nt'><version></span>1.5.3<span
class='nt'></version></span>
+<span class='nt'></dependency></span>
+</code></pre>
+</div>
+<ul>
+<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.3'>full distribution</a>
(including source)</li>
+</ul>
+ </div>
+ <div id="clearer"></div>
+ <div id="footer"><span>
+Copyright © 2011 — 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>
Propchange: wicket/common/site/trunk/_site/2011/11/14/wicket-1.5.3-released.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: wicket/common/site/trunk/_site/atom.xml
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1204473&r1=1204472&r2=1204473&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Mon Nov 21 12:35:49 2011
@@ -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>2011-11-21T13:23:22+01:00</updated>
+ <updated>2011-11-21T13:33:40+01:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
@@ -13,6 +13,32 @@
<entry>
+ <title>Wicket 1.5.3 released</title>
+ <link
href="http://wicket.apache.org/2011/11/14/wicket-1.5.3-released.html"/>
+ <updated>2011-11-14T00:00:00+01:00</updated>
+ <id>http://wicket.apache.org/2011/11/14/wicket-1.5.3-released</id>
+ <content type="html"><p>This is the third maintenance release of the
Wicket 1.5.x series. This release brings over 40 bug fixes and
improvements.</p>
+
+<ul>
+<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3'>Subversion
tag</a></li>
+
+<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318078'>Changelog</a></li>
+
+<li>To use in Maven:</li>
+</ul>
+<div class='highlight'><pre><code class='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.3<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.3'>full
distribution</a> (including source)</li>
+</ul></content>
+ </entry>
+
+ <entry>
<title>Wicket 1.5.2 released</title>
<link
href="http://wicket.apache.org/2011/10/24/wicket-1.5.2-released.html"/>
<updated>2011-10-24T00:00:00+02:00</updated>
@@ -339,34 +365,4 @@
<p>Cheers,<br /> -Igor <br /><br /><br /><br
/><br /><br /></p></content>
</entry>
- <entry>
- <title>Wicket 1.5-RC4.2 released</title>
- <link
href="http://wicket.apache.org/2011/05/11/wicket-1.5-RC4.2-released.html"/>
- <updated>2011-05-11T00:00:00+02:00</updated>
- <id>http://wicket.apache.org/2011/05/11/wicket-1.5-RC4.2-released</id>
- <content type="html"><p>The Wicket Team is proud to introduce the
fourth Release Candidate in Wicket 1.5 series. See the changelog for the list
of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2</p>
-
-<p>More detailed migration notes are available on our <a
href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migrate
to 1.5 Wiki Page</a></p>
-
-<p>Release Artifacts:</p>
-
-<ul>
-<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2'>Subversion
tag</a></li>
-
-<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316330'>Changelog</a></li>
-
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='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-RC4.2<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-RC4.2'>full
distribution</a> (including source)</li>
-</ul></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=1204473&r1=1204472&r2=1204473&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Mon Nov 21 12:35:49 2011
@@ -173,9 +173,9 @@
<h1>Security announcement: CVE-2011-2712</h1>
<p>A XSS vulnerability has been found in Apache Wicket version 1.4. This is
solved in Apache Wicket 1.4.18. Please upgrade your applications to this
release. Wicket versions 1.3.x and 1.5.x are not affected by this
vulnerability. <a href='2011/08/23/cve-2011-2712.html'>More information</a></p>
-<h1 id='wicket_152_released'><a
href='/2011/10/24/wicket-1.5.2-released.html'>Wicket 1.5.2 released</a></h1>
-<p>This is the second maintenance release of the Wicket 1.5.x series. This
release brings over 25 bug fixes and 5 improvements.</p><ul>
-<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.2'>Subversion
tag</a></li>
+<h1 id='wicket_153_released'><a
href='/2011/11/14/wicket-1.5.3-released.html'>Wicket 1.5.3 released</a></h1>
+<p>This is the third maintenance release of the Wicket 1.5.x series. This
release brings over 40 bug fixes and improvements.</p><ul>
+<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3'>Subversion
tag</a></li>
<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12318078'>Changelog</a></li>
@@ -183,31 +183,37 @@
</ul><div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
<span class='nt'><groupId></span>org.apache.wicket<span
class='nt'></groupId></span>
<span class='nt'><artifactId></span>wicket-core<span
class='nt'></artifactId></span>
- <span class='nt'><version></span>1.5.2<span
class='nt'></version></span>
+ <span class='nt'><version></span>1.5.3<span
class='nt'></version></span>
<span class='nt'></dependency></span>
</code></pre>
</div><ul>
-<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.2'>full distribution</a>
(including source)</li>
+<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.3'>full distribution</a>
(including source)</li>
</ul>
-<h1 id='wicket_1419_released'><a
href='/2011/10/17/wicket-1.4.19-released.html'>Wicket 1.4.19 released</a></h1>
-<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a
minor bugfix release on the 1.4.x (stable) branch.</p><ul>
-<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.19'>Subversion
tag</a></li>
+<h1 id='wicket_152_released'><a
href='/2011/10/24/wicket-1.5.2-released.html'>Wicket 1.5.2 released</a></h1>
+<p>This is the second maintenance release of the Wicket 1.5.x series. This
release brings over 25 bug fixes and 5 improvements.</p><ul>
+<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.2'>Subversion
tag</a></li>
-<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12317570'>Changelog</a></li>
+<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12318078'>Changelog</a></li>
<li>To use in Maven:</li>
</ul><div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
<span class='nt'><groupId></span>org.apache.wicket<span
class='nt'></groupId></span>
- <span class='nt'><artifactId></span>wicket<span
class='nt'></artifactId></span>
- <span class='nt'><version></span>1.4.19<span
class='nt'></version></span>
+ <span class='nt'><artifactId></span>wicket-core<span
class='nt'></artifactId></span>
+ <span class='nt'><version></span>1.5.2<span
class='nt'></version></span>
<span class='nt'></dependency></span>
</code></pre>
</div><ul>
-<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.19'>full distribution</a>
(including source)</li>
+<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.2'>full distribution</a>
(including source)</li>
</ul><h1>Older news items</h1><ul>
<li>
+ <a href='/2011/10/17/wicket-1.4.19-released.html'>Wicket 1.4.19
released</a> - <span>17 Oct 2011</span><br />
+ This is nineteenth release of the Wicket 1.4.x series. This is
primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag
Changelog To...
+ <a href='/2011/10/17/wicket-1.4.19-released.html'>more</a></li>
+
+
+<li>
<a href='/2011/09/29/wicket-1.5.1-released.html'>Wicket 1.5.1
released</a> - <span>29 Sep 2011</span><br />
This is the first maintenance release of the Wicket 1.5.x series. This
release brings over 40 bug fixes and 15 improvements. Subversion tag Changelog
To...
<a href='/2011/09/29/wicket-1.5.1-released.html'>more</a></li>
@@ -260,12 +266,6 @@
The Wicket Team is proud to introduce the third Release Candidate in
Wicket 1.5 series. See the changelog for the list of bug fixes and...
<a href='/2011/04/02/wicket-1.5-RC3-released.html'>more</a></li>
-
-<li>
- <a href='/2011/04/02/wicket-1.4.17-released.html'>Wicket 1.4.17
released</a> - <span>02 Apr 2011</span><br />
- This is seventeenth release of the Wicket 1.4.x series. This is
primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag
Changelog To...
- <a href='/2011/04/02/wicket-1.4.17-released.html'>more</a></li>
-
</ul>
<h1 id='books_about_wicket'>Books about Wicket</h1>
Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1204473&r1=1204472&r2=1204473&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Mon Nov 21 12:35:49
2011
@@ -201,6 +201,10 @@
<select id='version' onchange='changeIt();'>
+ <option value='6.0-SNAPSHOT'>6.0-SNAPSHOT</option>
+
+
+
<option value='1.5-SNAPSHOT'>1.5-SNAPSHOT</option>