Author: mgrigorov
Date: Wed Apr 18 14:17:53 2012
New Revision: 1327519
URL: http://svn.apache.org/viewvc?rev=1327519&view=rev
Log:
Add 6.0.0-beta1 in the list of versions
Modified:
wicket/common/site/trunk/_config.yml
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=1327519&r1=1327518&r2=1327519&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Wed Apr 18 14:17:53 2012
@@ -15,4 +15,4 @@ exclude: readme.md
wicket:
version: 1.5.5
released: 2012-01-23
- versions: [1.5.5, 1.4.19, 1.4-SNAPSHOT, 1.5-SNAPSHOT, 6.0-SNAPSHOT]
+ versions: [6.0.0-beta1, 1.5.5, 1.4.19, 1.4-SNAPSHOT, 1.5-SNAPSHOT,
6.0-SNAPSHOT]
Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1327519&r1=1327518&r2=1327519&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Wed Apr 18 14:17:53
2012
@@ -194,11 +194,11 @@
</script><div id='mvncmd'>
<div>
<label title='Base Package' for='groupId'>GroupId:</label>
- <input id='groupId' type='text' value='com.mycompany'
onkeyup='changeIt();' /><span title='Base Package'> (?)</span><br />
+ <input onkeyup='changeIt();' value='com.mycompany' type='text'
id='groupId' /><span title='Base Package'> (?)</span><br />
<label title='Project Name'
for='artifactId'>ArtifactId:</label>
- <input id='artifactId' type='text' value='myproject'
onkeyup='changeIt();' /><span title='Project Name'> (?)</span><br />
+ <input onkeyup='changeIt();' value='myproject' type='text'
id='artifactId' /><span title='Project Name'> (?)</span><br />
<label title='Wicket Version' for='version'>Version:</label>
- <select id='version' onchange='changeIt();'>
+ <select onchange='changeIt();' id='version'>
<option value='6.0-SNAPSHOT'>6.0-SNAPSHOT</option>
@@ -217,14 +217,18 @@
- <option selected='selected' value='1.5.5'>1.5.5</option>
+ <option value='1.5.5' selected='selected'>1.5.5</option>
+
+
+
+ <option value='6.0.0-beta1'>6.0.0-beta1</option>
</select><span title='Wicket Version'> (?)</span>
</div>
<div>
- <label id='cmdLabel' for='cmdLine'>Command Line:</label>
- <textarea id='cmdLine' onfocus='this.select();'>
+ <label for='cmdLine' id='cmdLabel'>Command Line:</label>
+ <textarea onfocus='this.select();' id='cmdLine'>
</textarea>
<script>changeIt();</script>
</div>