Repository: wicket-site Updated Branches: refs/heads/asf-site 1d9044184 -> 2cad3d615
Update to last 6.x version Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/2cad3d61 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/2cad3d61 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/2cad3d61 Branch: refs/heads/asf-site Commit: 2cad3d6155bd5ee0b405072ba2f49f5369c7eeab Parents: 1d90441 Author: Andrea Del Bene <[email protected]> Authored: Mon Jan 2 16:02:05 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Mon Jan 2 16:02:05 2017 +0100 ---------------------------------------------------------------------- _config.yml | 4 ++-- content/archetype-catalog.xml | 8 ++++---- content/atom.xml | 2 +- content/help/index.html | 10 +++++----- content/start/download.html | 2 +- content/start/quickstart.html | 4 ++-- content/start/wicket-6.x.html | 38 +++++++++++++++++++------------------- 7 files changed, 34 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 53de4d5..2d6184f 100644 --- a/_config.yml +++ b/_config.yml @@ -18,12 +18,12 @@ wicket: version: 7.6.0 version_80: 8.0.0-M3 version_70: 7.6.0 - version_60: 6.25.0 + version_60: 6.26.0 version_15: 1.5.16 version_14: 1.4.23 version_13: 1.3.7 released: 2016-12-29 - versions: [6.25.0, 1.5.16, 1.4.23, 7.6.0, 1.5-SNAPSHOT, 6.26.0-SNAPSHOT, 7.7.0-SNAPSHOT, 8.0.0-M3, 8.0.0-SNAPSHOT] + versions: [6.26.0, 1.5.16, 1.4.23, 7.6.0, 1.5-SNAPSHOT, 6.27.0-SNAPSHOT, 7.7.0-SNAPSHOT, 8.0.0-M3, 8.0.0-SNAPSHOT] navigation: - id: start http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/archetype-catalog.xml ---------------------------------------------------------------------- diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml index 7a7c56f..85dd193 100644 --- a/content/archetype-catalog.xml +++ b/content/archetype-catalog.xml @@ -26,8 +26,8 @@ <archetype> <groupId>org.apache.wicket</groupId> <artifactId>wicket-archetype-quickstart</artifactId> - <version>6.26.0-SNAPSHOT</version> - <description>Wicket 6.26.0-SNAPSHOT Quickstart</description> + <version>6.27.0-SNAPSHOT</version> + <description>Wicket 6.27.0-SNAPSHOT Quickstart</description> </archetype> <archetype> @@ -61,8 +61,8 @@ <archetype> <groupId>org.apache.wicket</groupId> <artifactId>wicket-archetype-quickstart</artifactId> - <version>6.25.0</version> - <description>Wicket 6.25.0 Quickstart</description> + <version>6.26.0</version> + <description>Wicket 6.26.0 Quickstart</description> </archetype> </archetypes> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 68866c8..2c34a30 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>2017-01-02T15:42:54+01:00</updated> + <updated>2017-01-02T15:58:32+01:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/help/index.html ---------------------------------------------------------------------- diff --git a/content/help/index.html b/content/help/index.html index d2cc9cc..837b9ac 100644 --- a/content/help/index.html +++ b/content/help/index.html @@ -145,7 +145,7 @@ experience to it, possibly including a <a href="#bugquickstart">quick start</a>. <p>Wicket releases new versions on a regular basis. Chances are that your bug has been solved in a recent version. So if for instance you discover a bug in Wicket 6.2.0, it might be fixed in a newer version -(the current version of Wicket 6.x is 6.25.0).</p> +(the current version of Wicket 6.x is 6.26.0).</p> <p>So we ask you to try the latest version of the branch of Wicket you are working on. If the bug still remains,</p> <p>Check if your version is no longer maintained on our download page. If @@ -159,18 +159,18 @@ Wicket Stuff or another project, please ensure that the version you use is compatible with your Wicket version.</p> <p>You canât use Wicket 1.5.x libraries with Wicket 6.x, Wicket 7.x or Wicket 8.x. It should be safe to use a library compatible with Wicket 6.0 with -6.25.0</p> +6.26.0</p> <p>For example:</p> <ul> - <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.25.0</li> + <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.26.0</li> </ul> <p>Possible, but not advisable:</p> <ul> - <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.25.0</li> + <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.26.0</li> </ul> <p>Advised:</p> <ul> - <li>Use wicket-extensions-6.25.0 with wicket-core-6.25.0</li> + <li>Use wicket-extensions-6.26.0 with wicket-core-6.26.0</li> </ul> <p>This also holds true for release of our sister project <em>Wicket Stuff</em>.</p> <h3 id="bugquickstart">Provide a Quick Start</h3> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/start/download.html ---------------------------------------------------------------------- diff --git a/content/start/download.html b/content/start/download.html index 5fc54e4..ab5f86d 100644 --- a/content/start/download.html +++ b/content/start/download.html @@ -91,7 +91,7 @@ </tr> <tr> <td><a href="wicket-6.x.html">Wicket 6.x</a></td> - <td>6.25.0</td> + <td>6.26.0</td> <td>supported</td> </tr> <tr> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/start/quickstart.html ---------------------------------------------------------------------- diff --git a/content/start/quickstart.html b/content/start/quickstart.html index 7954620..cb3a704 100644 --- a/content/start/quickstart.html +++ b/content/start/quickstart.html @@ -122,12 +122,12 @@ command line to your clipboard.</p> <option value="8.0.0-SNAPSHOT">8.0.0-SNAPSHOT</option> <option value="8.0.0-M3">8.0.0-M3</option> <option value="7.7.0-SNAPSHOT">7.7.0-SNAPSHOT</option> - <option value="6.26.0-SNAPSHOT">6.26.0-SNAPSHOT</option> + <option value="6.27.0-SNAPSHOT">6.27.0-SNAPSHOT</option> <option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option> <option value="7.6.0" selected="selected">7.6.0</option> <option value="1.4.23">1.4.23</option> <option value="1.5.16">1.5.16</option> - <option value="6.25.0">6.25.0</option> + <option value="6.26.0">6.26.0</option> </select> </div> <div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2cad3d61/content/start/wicket-6.x.html ---------------------------------------------------------------------- diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html index d27ab15..85b27bb 100644 --- a/content/start/wicket-6.x.html +++ b/content/start/wicket-6.x.html @@ -72,16 +72,16 @@ convenience.</p> releases will not break compatibility.</p> <h3 id="change-log">Change log</h3> <p>To see what changed in this release (and prior releases) you can read -the <a href="http://archive.apache.org/dist/wicket/6.25.0/CHANGELOG-6.x">change log</a>.</p> +the <a href="http://archive.apache.org/dist/wicket/6.26.0/CHANGELOG-6.x">change log</a>.</p> <h2 id="download">Download</h2> -<p>The most recent release in this branch is: <strong>6.25.0</strong>.</p> +<p>The most recent release in this branch is: <strong>6.26.0</strong>.</p> <p>You can get the release using Maven or download it manually.</p> <h3 id="using-apache-maven">Using Apache Maven</h3> <p>Use the following Maven dependency to use Wicket in your project:</p> <figure class="highlight"><pre><code class="language-xml" data-lang="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>6.25.0<span class="nt"></version></span> + <span class="nt"><version></span>6.26.0<span class="nt"></version></span> <span class="nt"></dependency></span></code></pre></figure> <p>Add the snippet above to your projectâs POM in the dependency (management) section.</p> @@ -93,28 +93,28 @@ accordingly).</p> <p>Use the following links to download Wicket manually to build Wicket from source:</p> <ul> - <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.25.0/apache-wicket-6.25.0.tar.gz">apache-wicket-6.25.0.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.tar.gz.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/apache-wicket-6.26.0.tar.gz">apache-wicket-6.26.0.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.sha">SHA</a> )</li> - <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.25.0/apache-wicket-6.25.0.zip">apache-wicket-6.25.0.zip</a> -(<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/apache-wicket-6.25.0.zip.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/apache-wicket-6.26.0.zip">apache-wicket-6.26.0.zip</a> +(<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.sha">SHA</a> )</li> </ul> <p>Or use the following links to get the pre-packaged binaries instead:</p> <ul> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.tar.gz">apache-wicket-6.25.0-bin.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.tar.gz.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz">apache-wicket-6.26.0-bin.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.sha">SHA</a> )</li> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.zip">apache-wicket-6.25.0-bin.zip</a> -(<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.25.0/binaries/apache-wicket-6.25.0-bin.zip.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip">apache-wicket-6.26.0-bin.zip</a> +(<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.sha">SHA</a> )</li> </ul> <p>Note that the binary packages and the source packages donât contain any
