Repository: wicket-site Updated Branches: refs/heads/asf-site 8c0e34bdd -> b4ebea0f5
Updated versions for quickstart page Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/b4ebea0f Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/b4ebea0f Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/b4ebea0f Branch: refs/heads/asf-site Commit: b4ebea0f53aaf3ced7dcfc188e2491cae1bfb287 Parents: 8c0e34b Author: Andrea Del Bene <[email protected]> Authored: Wed Aug 31 17:48:48 2016 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Wed Aug 31 17:48:48 2016 +0200 ---------------------------------------------------------------------- _config.yml | 2 +- content/archetype-catalog.xml | 11 +++++++++-- content/atom.xml | 2 +- content/start/quickstart.html | 3 ++- 4 files changed, 13 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4ebea0f/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 7513362..1367349 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ wicket: version_14: 1.4.23 version_13: 1.3.7 released: 2016-05-05 - versions: [6.24.0, 1.5.16, 1.4.23, 7.4.0, 1.5-SNAPSHOT, 6.25.0-SNAPSHOT, 7.5.0-SNAPSHOT] + versions: [6.24.0, 1.5.16, 1.4.23, 7.4.0, 1.5-SNAPSHOT, 6.25.0-SNAPSHOT, 7.5.0-SNAPSHOT, 8.0.0-M1] navigation: - id: start http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4ebea0f/content/archetype-catalog.xml ---------------------------------------------------------------------- diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml index 4bec9c6..75b5a98 100644 --- a/content/archetype-catalog.xml +++ b/content/archetype-catalog.xml @@ -5,6 +5,13 @@ <archetype> <groupId>org.apache.wicket</groupId> <artifactId>wicket-archetype-quickstart</artifactId> + <version>8.0.0-M1</version> + <description>Wicket 8.0.0-M1 Quickstart</description> + </archetype> + + <archetype> + <groupId>org.apache.wicket</groupId> + <artifactId>wicket-archetype-quickstart</artifactId> <version>7.5.0-SNAPSHOT</version> <description>Wicket 7.5.0-SNAPSHOT Quickstart</description> </archetype> @@ -12,8 +19,8 @@ <archetype> <groupId>org.apache.wicket</groupId> <artifactId>wicket-archetype-quickstart</artifactId> - <version>6.24.0-SNAPSHOT</version> - <description>Wicket 6.24.0-SNAPSHOT Quickstart</description> + <version>6.25.0-SNAPSHOT</version> + <description>Wicket 6.25.0-SNAPSHOT Quickstart</description> </archetype> <archetype> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4ebea0f/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index d0e0b9b..20efd60 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2016-08-05T21:36:29+02:00</updated> + <updated>2016-08-31T17:16:55+02:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4ebea0f/content/start/quickstart.html ---------------------------------------------------------------------- diff --git a/content/start/quickstart.html b/content/start/quickstart.html index d0d4725..9a058d0 100644 --- a/content/start/quickstart.html +++ b/content/start/quickstart.html @@ -119,8 +119,9 @@ command line to your clipboard.</p> <div> <label title="Wicket Version" for="version">Wicket Version</label> <select onchange="changeIt();" id="version"> + <option value="8.0.0-M1">8.0.0-M1</option> <option value="7.5.0-SNAPSHOT">7.5.0-SNAPSHOT</option> - <option value="6.24.0-SNAPSHOT">6.24.0-SNAPSHOT</option> + <option value="6.25.0-SNAPSHOT">6.25.0-SNAPSHOT</option> <option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option> <option value="7.4.0" selected="selected">7.4.0</option> <option value="1.4.23">1.4.23</option>
