You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2010/11/07 04:09:09 UTC

svn commit: r1032206 - in /wicket/common/site/trunk: _config.yml _posts/2010-11-05-wicket-1.5-M3-released.md _site/2010/11/05/ _site/2010/11/05/wicket-1.5-M3-released.html _site/atom.xml _site/index.html _site/start/quickstart.html

Author: jrthomerson
Date: Sun Nov  7 03:09:09 2010
New Revision: 1032206

URL: http://svn.apache.org/viewvc?rev=1032206&view=rev
Log:
site announcement for 1.5-M3 release

Added:
    wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md   (with props)
    wicket/common/site/trunk/_site/2010/11/05/
    wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html
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=1032206&r1=1032205&r2=1032206&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Sun Nov  7 03:09:09 2010
@@ -15,4 +15,4 @@ exclude:    readme.md
 wicket:
     version:    1.4.13
     released:   2010-11-01
-    versions:   [1.4.12, 1.4.13, 1.4-SNAPSHOT, 1.5-M2.1, 1.5-SNAPSHOT]
+    versions:   [1.4.12, 1.4.13, 1.4-SNAPSHOT, 1.5-M3, 1.5-SNAPSHOT]

Added: wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md?rev=1032206&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md (added)
+++ wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md Sun Nov  7 03:09:09 2010
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Wicket 1.5-M3 released
+---
+
+This is another milestone release from trunk (in-development branch).  This release includes several enhancments and fixes, which can be seen in the changelog (linked below).
+
+* [Subversion tag](http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3) 
+* [Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&styleName=Html&version=12315329)
+* To use in Maven: 
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket</artifactId>
+    <version>1.5-M3</version>
+</dependency>
+{% endhighlight %}
+* Download the [full distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3) (including source)

Propchange: wicket/common/site/trunk/_posts/2010-11-05-wicket-1.5-M3-released.md
------------------------------------------------------------------------------
    svn:executable = *

Added: wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html?rev=1032206&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html (added)
+++ wicket/common/site/trunk/_site/2010/11/05/wicket-1.5-M3-released.html Sun Nov  7 03:09:09 2010
@@ -0,0 +1,178 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Apache Wicket - Wicket 1.5-M3 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.4.13">Wicket 1.4</a>
+			(<a href="http://wicket.apache.org/apidocs/1.4" title="JavaDocs of the latest stable release - 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-M3 released</h1>
+			<p>This is another milestone release from trunk (in-development branch). This release includes several enhancments and fixes, which can be seen in the changelog (linked below).</p>
+
+<ul>
+<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'>Subversion tag</a></li>
+
+<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329'>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<span class='nt'>&lt;/artifactId&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.5-M3<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-M3'>full distribution</a> (including source)</li>
+</ul>
+		</div>
+        <div id="clearer"></div>
+		<div id="footer"><span>
+Copyright &copy; 2010 &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=1032206&r1=1032205&r2=1032206&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Sun Nov  7 03:09:09 2010
@@ -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>2010-11-02T00:05:25-05:00</updated>
+ <updated>2010-11-06T22:08:30-05:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>
@@ -13,6 +13,32 @@
  
  
  <entry>
+   <title>Wicket 1.5-M3 released</title>
+   <link href="http://wicket.apache.org/2010/11/05/wicket-1.5-M3-released.html"/>
+   <updated>2010-11-05T00:00:00-05:00</updated>
+   <id>http://wicket.apache.org/2010/11/05/wicket-1.5-M3-released</id>
+   <content type="html">&lt;p&gt;This is another milestone release from trunk (in-development branch). This release includes several enhancments and fixes, which can be seen in the changelog (linked below).&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'&gt;Subversion tag&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;amp;styleName=Html&amp;amp;version=12315329'&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&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-M3&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-M3'&gt;full distribution&lt;/a&gt; (including source)&lt;/li&gt;
+&lt;/ul&gt;</content>
+ </entry>
+ 
+ <entry>
    <title>Wicket 1.4.13 released</title>
    <link href="http://wicket.apache.org/2010/11/01/wicket-1.4.13-released.html"/>
    <updated>2010-11-01T00:00:00-05:00</updated>
@@ -364,32 +390,4 @@
 &lt;/ul&gt;</content>
  </entry>
  
- <entry>
-   <title>Wicket 1.4.8 released</title>
-   <link href="http://wicket.apache.org/2010/05/03/wicket-1.4.8-released.html"/>
-   <updated>2010-05-03T00:00:00-05:00</updated>
-   <id>http://wicket.apache.org/2010/05/03/wicket-1.4.8-released</id>
-   <content type="html">&lt;p&gt;Wicket 1.4.8 is released!&lt;/p&gt;
-
-&lt;p&gt;This is the eighth maintenance release of 1.4.x series and brings over 20 bug fixes and improvements.&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a href='https://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.8'&gt;SVN tag&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;Using 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&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.4.8&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;&lt;a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.8'&gt;Download&lt;/a&gt;&lt;/li&gt;
-
-&lt;li&gt;&lt;a href='https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;amp;pid=12310561&amp;amp;fixfor=12314811'&gt;Change log&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&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=1032206&r1=1032205&r2=1032206&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Sun Nov  7 03:09:09 2010
@@ -164,41 +164,47 @@
 
 <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_1413_released'><a href='/2010/11/01/wicket-1.4.13-released.html'>Wicket 1.4.13 released</a></h1>
-<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p><ul>
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'>Subversion tag</a></li>
+<h1 id='wicket_15m3_released'><a href='/2010/11/05/wicket-1.5-M3-released.html'>Wicket 1.5-M3 released</a></h1>
+<p>This is another milestone release from trunk (in-development branch). This release includes several enhancments and fixes, which can be seen in the changelog (linked below).</p><ul>
+<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M3'>Subversion tag</a></li>
 
-<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330'>Changelog</a></li>
+<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315329'>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<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.13<span class='nt'>&lt;/version&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.5-M3<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.4.13'>full distribution</a> (including source)</li>
+<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.5-M3'>full distribution</a> (including source)</li>
 </ul>
-<h1 id='wicket_15m21_released'><a href='/2010/09/17/wicket.1.5-M2.1-released.html'>Wicket 1.5-M2.1 released</a></h1>
-<p>This is the second milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and flexible request processing pipeline.</p><p>This release is NOT production-ready, it is more of a technology demo that should facilitate user-feedback we can fold into the next milestone.</p><p>New and noteworthy items in this milestone include <a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents'>Inter-component event mechanism</a> which allows components to communicate in a decoupled fashion, and improved <a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced'>resource caching</a>.</p><ul>
-<li><a href='https://cwiki.apache.org/WICKET/migration-to-wicket-15.html'>Migration notes</a></li>
+<h1 id='wicket_1413_released'><a href='/2010/11/01/wicket-1.4.13-released.html'>Wicket 1.4.13 released</a></h1>
+<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.</p><ul>
+<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.13'>Subversion tag</a></li>
 
-<li><a href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1'>Subversion tag</a></li>
+<li><a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;styleName=Html&amp;version=12315330'>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<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5-M2.1<span class='nt'>&lt;/version&gt;</span>
+    <span class='nt'>&lt;version&gt;</span>1.4.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-M2.1'>full distribution</a> (including source)</li>
+<li>Download the <a href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.13'>full distribution</a> (including source)</li>
 </ul><h1>Older news items</h1><ul>
 
 
 <li>
+	<a href='/2010/09/17/wicket.1.5-M2.1-released.html'>Wicket 1.5-M2.1 released</a> - <span>17 Sep 2010</span><br />
+	This is the second milestone of the new 1.5.x Wicket series. The focus of 1.5.x is to provide our users with a more powerful and...
+	<a href='/2010/09/17/wicket.1.5-M2.1-released.html'>more</a></li>
+
+
+<li>
 	<a href='/2010/09/17/wicket.1.4.12-released.html'>Wicket 1.4.12 released</a> - <span>17 Sep 2010</span><br />
 	This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in...
 	<a href='/2010/09/17/wicket.1.4.12-released.html'>more</a></li>
@@ -251,12 +257,6 @@
 	The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes....
 	<a href='/2010/03/05/wicket-1.4.7-released.html'>more</a></li>
 
-
-<li>
-	<a href='/2010/02/01/wicket-1.4.6-released.html'>Wicket 1.4.6 released</a> - <span>01 Feb 2010</span><br />
-	The Apache Wicket project is proud to announce the sixths maintenance release of Apache Wicket 1.4. This releases brings over 40 improvements and bug fixes...
-	<a href='/2010/02/01/wicket-1.4.6-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=1032206&r1=1032205&r2=1032206&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Sun Nov  7 03:09:09 2010
@@ -189,7 +189,7 @@
 		
 
 		
-			<option value='1.5-M2.1'>1.5-M2.1</option>
+			<option value='1.5-M3'>1.5-M3</option>