Author: ivaynberg
Date: Thu Sep 29 16:16:31 2011
New Revision: 1177350

URL: http://svn.apache.org/viewvc?rev=1177350&view=rev
Log:
1.5.1 announcement

Added:
    wicket/common/site/trunk/_posts/2011-09-29-wicket-1.5.1-released.md
    wicket/common/site/trunk/_site/2011/09/29/
    wicket/common/site/trunk/_site/2011/09/29/wicket-1.5.1-released.html
Modified:
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/index.html

Added: wicket/common/site/trunk/_posts/2011-09-29-wicket-1.5.1-released.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2011-09-29-wicket-1.5.1-released.md?rev=1177350&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2011-09-29-wicket-1.5.1-released.md (added)
+++ wicket/common/site/trunk/_posts/2011-09-29-wicket-1.5.1-released.md Thu Sep 
29 16:16:31 2011
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Wicket 1.5.1 released
+---
+
+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](http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1) 
+* 
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?&version=12315430&projectId=12310561)
+* To use in Maven: 
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>1.5.1</version>
+</dependency>
+{% endhighlight %}
+* Download the [full 
distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5.1) (including 
source)

Added: wicket/common/site/trunk/_site/2011/09/29/wicket-1.5.1-released.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/09/29/wicket-1.5.1-released.html?rev=1177350&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2011/09/29/wicket-1.5.1-released.html (added)
+++ wicket/common/site/trunk/_site/2011/09/29/wicket-1.5.1-released.html Thu 
Sep 29 16:16:31 2011
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Apache Wicket - Wicket 1.5.1 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>
+       </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.0";>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.18";>Wicket 1.4</a>
+                       (<a href="http://wicket.apache.org/apidocs/1.4"; 
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://wicket.apache.org/apidocs/1.3"; 
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.1 released</h1>
+                       <p>This is the first maintenance release of the Wicket 
1.5.x series. This release brings over 40 bug fixes and 15 improvements.</p>
+
+<ul>
+<li><a 
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1'>Subversion 
tag</a></li>
+
+<li><a 
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?&amp;version=12315430&amp;projectId=12310561'>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.1<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.1'>full distribution</a> 
(including source)</li>
+</ul>
+               </div>
+        <div id="clearer"></div>
+               <div id="footer"><span>
+Copyright &copy; 2011 &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=1177350&r1=1177349&r2=1177350&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Thu Sep 29 16:16:31 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-09-11T16:10:08+02:00</updated>
+ <updated>2011-09-29T09:10:08-07:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -13,9 +13,35 @@
  
  
  <entry>
+   <title>Wicket 1.5.1 released</title>
+   <link 
href="http://wicket.apache.org/2011/09/29/wicket-1.5.1-released.html"/>
+   <updated>2011-09-29T00:00:00-07:00</updated>
+   <id>http://wicket.apache.org/2011/09/29/wicket-1.5.1-released</id>
+   <content type="html">&lt;p&gt;This is the first maintenance release of the 
Wicket 1.5.x series. This release brings over 40 bug fixes and 15 
improvements.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a 
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1'&gt;Subversion
 tag&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a 
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?&amp;amp;version=12315430&amp;amp;projectId=12310561'&gt;Changelog&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;To use in Maven:&lt;/li&gt;
+&lt;/ul&gt;
+&lt;div class='highlight'&gt;&lt;pre&gt;&lt;code class='xml'&gt;&lt;span 
class='nt'&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span 
class='nt'&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span 
class='nt'&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span 
class='nt'&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span 
class='nt'&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class='nt'&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5.1&lt;span 
class='nt'&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class='nt'&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='http://www.apache.org/dyn/closer.cgi/wicket/1.5.1'&gt;full 
distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;/ul&gt;</content>
+ </entry>
+ 
+ <entry>
    <title>Apache Wicket releases Wicket 1.5</title>
    <link href="http://wicket.apache.org/2011/09/07/wicket-1.5-released.html"/>
-   <updated>2011-09-07T00:00:00+02:00</updated>
+   <updated>2011-09-07T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/09/07/wicket-1.5-released</id>
    <content type="html">&lt;p&gt;The Apache Wicket team is proud to announce 
the immediate availability of the newest release of their component oriented 
open source Java web framework. Apache Wicket 1.5 has been in development for 
the last two years and brings many improvements over previous 
versions.&lt;/p&gt;
 
@@ -138,7 +164,7 @@
  <entry>
    <title>Wicket 1.5-RC7 released</title>
    <link href="http://wicket.apache.org/2011/08/28/1.5-RC7-released.html"/>
-   <updated>2011-08-28T00:00:00+02:00</updated>
+   <updated>2011-08-28T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/08/28/1.5-RC7-released</id>
    <content type="html">&lt;p&gt;The Wicket Team is proud to introduce the 
seventh Release Candidate in Wicket 1.5 series. See the changelog for the list 
of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7&lt;/p&gt;
 
@@ -170,7 +196,7 @@
  <entry>
    <title>CVE-2011-2712 - Apache Wicket XSS vulnerability</title>
    <link href="http://wicket.apache.org/2011/08/23/cve-2011-2712.html"/>
-   <updated>2011-08-23T00:00:00+02:00</updated>
+   <updated>2011-08-23T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/08/23/cve-2011-2712</id>
    <content type="html">&lt;p&gt;Vendor: The Apache Software 
Foundation&lt;/p&gt;
 
@@ -197,7 +223,7 @@
  <entry>
    <title>Wicket 1.4.18 released</title>
    <link 
href="http://wicket.apache.org/2011/08/09/wicket-1.4.18-released.html"/>
-   <updated>2011-08-09T00:00:00+02:00</updated>
+   <updated>2011-08-09T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/08/09/wicket-1.4.18-released</id>
    <content type="html">&lt;p&gt;This is eightteenth release of the Wicket 
1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) 
branch.&lt;/p&gt;
 
@@ -223,7 +249,7 @@
  <entry>
    <title>Wicket 1.5-RC5.1 released</title>
    <link 
href="http://wicket.apache.org/2011/06/25/wicket-1.5-RC5.1-released.html"/>
-   <updated>2011-06-25T00:00:00+02:00</updated>
+   <updated>2011-06-25T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/06/25/wicket-1.5-RC5.1-released</id>
    <content type="html">&lt;p&gt;The Wicket Team is proud to introduce the 
fourth Release Candidate in Wicket 1.5 series. See the changelog for the list 
of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1&lt;/p&gt;
 
@@ -253,7 +279,7 @@
  <entry>
    <title>Apache Wicket Cookbook Giveaway Contest</title>
    <link 
href="http://wicket.apache.org/2011/05/17/wicket-cookbook-contest.html"/>
-   <updated>2011-05-17T00:00:00+02:00</updated>
+   <updated>2011-05-17T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/05/17/wicket-cookbook-contest</id>
    <content type="html">&lt;img title='Apache Wicket Cookbook' 
src='http://wicket.apache.org/learn/books/awc.png' height='111' alt='' 
style='float: left; margin-left: 10px; margin-right: 10px;' width='90' /&gt;
 &lt;p&gt;Packt Publishing has generously allowed me to give away a free copy 
of the ebook version of &lt;a 
href='http://link.packtpub.com/AzN8N9'&gt;&lt;strong&gt;Apache Wicket 
Cookbook&lt;/strong&gt;&lt;/a&gt; (http://link.packtpub.com/AzN8N9), and a 
&lt;strong&gt;free one year subscription&lt;/strong&gt; to PacktLib. For 
details see the &lt;a 
href='http://wicketinaction.com/2011/05/apache_wicket_cookbook_giveaway_contest'&gt;contest
 announcement&lt;/a&gt;.&lt;/p&gt;
@@ -264,7 +290,7 @@
  <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>
+   <updated>2011-05-11T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/05/11/wicket-1.5-RC4.2-released</id>
    <content type="html">&lt;p&gt;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&lt;/p&gt;
 
@@ -294,7 +320,7 @@
  <entry>
    <title>Wicket 1.5-RC3 released</title>
    <link 
href="http://wicket.apache.org/2011/04/02/wicket-1.5-RC3-released.html"/>
-   <updated>2011-04-02T00:00:00+02:00</updated>
+   <updated>2011-04-02T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/04/02/wicket-1.5-RC3-released</id>
    <content type="html">&lt;p&gt;The Wicket Team is proud to introduce the 
third Release Candidate in Wicket 1.5 series. See the changelog for the list of 
bug fixes and improvements done between 1.5-rc2 and 1.5-RC3&lt;/p&gt;
 
@@ -324,7 +350,7 @@
  <entry>
    <title>Wicket 1.4.17 released</title>
    <link 
href="http://wicket.apache.org/2011/04/02/wicket-1.4.17-released.html"/>
-   <updated>2011-04-02T00:00:00+02:00</updated>
+   <updated>2011-04-02T00:00:00-07:00</updated>
    <id>http://wicket.apache.org/2011/04/02/wicket-1.4.17-released</id>
    <content type="html">&lt;p&gt;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.&lt;/p&gt;
 
@@ -347,17 +373,4 @@
 &lt;/ul&gt;</content>
  </entry>
  
- <entry>
-   <title>Apache Wicket Cookbook Published!</title>
-   <link 
href="http://wicket.apache.org/2011/03/25/wicket-cookbook-published.html"/>
-   <updated>2011-03-25T00:00:00+01:00</updated>
-   <id>http://wicket.apache.org/2011/03/25/wicket-cookbook-published</id>
-   <content type="html">&lt;img title='Apache Wicket Cookbook' 
src='http://wicket.apache.org/learn/books/awc.png' height='222' alt='' 
style='float: left; margin-left: 10px; margin-right: 10px;' width='180' /&gt;
-&lt;p&gt;For the past nine months I have been quietly working on a book about 
Wicket. Unlike other books on the market this one does not attempt to teach you 
Wicket from the ground up. Instead, it is for developers who already know the 
basics and want to learn how to implement some of the more advanced use cases. 
Essentially, it contains recipes that show the reader how to implement 
solutions to some of, what I think are, the most commonly asked questions and 
stumbling blocks.&lt;/p&gt;
-
-&lt;p&gt;This morning I was informed that the book has been published! You can 
read more about it and pick up a copy on &lt;a 
href='https://www.packtpub.com/apache-wicket-cookbook/book'&gt;PACKT's 
Site&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;I hope you enjoy it, more details are available on &lt;a 
href='http://wicketinaction.com/2011/03/apache-wicket-cookbook-is-published/'&gt;Wicket
 In Action Blog Post&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br 
/&gt;&lt;br /&gt;&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=1177350&r1=1177349&r2=1177350&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Thu Sep 29 16:16:31 2011
@@ -170,6 +170,22 @@
 <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_151_released'><a 
href='/2011/09/29/wicket-1.5.1-released.html'>Wicket 1.5.1 released</a></h1>
+<p>This is the first maintenance release of the Wicket 1.5.x series. This 
release brings over 40 bug fixes and 15 improvements.</p><ul>
+<li><a 
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.1'>Subversion 
tag</a></li>
+
+<li><a 
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?&amp;version=12315430&amp;projectId=12310561'>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.1<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.1'>full distribution</a> 
(including source)</li>
+</ul>
 <h1 id='apache_wicket_releases_wicket_15'><a 
href='/2011/09/07/wicket-1.5-released.html'>Apache Wicket releases Wicket 
1.5</a></h1>
 <p>The Apache Wicket team is proud to announce the immediate availability of 
the newest release of their component oriented open source Java web framework. 
Apache Wicket 1.5 has been in development for the last two years and brings 
many improvements over previous versions.</p><h2 
id='downloading_apache_wicket_15'>Downloading Apache Wicket 1.5</h2><p>You can 
download the release here: <a 
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.0'>http://www.apache.org/dyn/closer.cgi/wicket/1.5.0</a></p><p>Or
 use this in your Maven POM to upgrade to the new version:</p><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>
@@ -247,25 +263,13 @@
     <span class='o'>}</span>
 <span class='o'>}</span>
 </code></pre>
-</div>
-<h1 id='wicket_15rc7_released'><a 
href='/2011/08/28/1.5-RC7-released.html'>Wicket 1.5-RC7 released</a></h1>
-<p>The Wicket Team is proud to introduce the seventh Release Candidate in 
Wicket 1.5 series. See the changelog for the list of bug fixes and improvements 
done between 1.5-RC5.1 and 1.5-RC7</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-RC7'>Subversion
 tag</a></li>
-
-<li><a 
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12316657'>Changelog
 RC6</a></li>
+</div><h1>Older news items</h1><ul>
 
-<li><a 
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12317645'>Changelog
 RC7</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-RC7<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-RC7'>full 
distribution</a> (including source)</li>
-</ul><h1>Older news items</h1><ul>
+<li>
+       <a href='/2011/08/28/1.5-RC7-released.html'>Wicket 1.5-RC7 released</a> 
- <span>28 Aug 2011</span><br />
+       The Wicket Team is proud to introduce the seventh Release Candidate in 
Wicket 1.5 series. See the changelog for the list of bug fixes and...
+       <a href='/2011/08/28/1.5-RC7-released.html'>more</a></li>
 
 
 <li>
@@ -321,12 +325,6 @@
        The Wicket Team is proud to introduce the second Release Candidate in 
Wicket 1.5 series. See the changelog for the list of bug fixes and...
        <a href='/2011/02/25/wicket-1.5-rc2-released.html'>more</a></li>
 
-
-<li>
-       <a href='/2011/02/25/wicket-1.4.16-released.html'>Wicket 1.4.16 
released</a> - <span>25 Feb 2011</span><br />
-       This is sixteenth release of the Wicket 1.4.x series. This is primarily 
a minor bugfix release on the 1.4.x (stable) branch. Subversion tag Changelog 
To...
-       <a href='/2011/02/25/wicket-1.4.16-released.html'>more</a></li>
-
 </ul>
 <h1 id='books_about_wicket'>Books about Wicket</h1>
 


Reply via email to