You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/09/18 10:48:56 UTC

wicket-site git commit: WICKET-6592 fixed links for 1.5 download page

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 5a2fa0845 -> 92001fd96


WICKET-6592 fixed links for 1.5 download 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/92001fd9
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/92001fd9
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/92001fd9

Branch: refs/heads/asf-site
Commit: 92001fd96df74cf43c84406d571ccf13882fcfad
Parents: 5a2fa08
Author: Andrea Del Bene <an...@edenviaggi.it>
Authored: Tue Sep 18 12:48:27 2018 +0200
Committer: Andrea Del Bene <an...@edenviaggi.it>
Committed: Tue Sep 18 12:48:27 2018 +0200

----------------------------------------------------------------------
 _config.yml                     |  4 ++--
 content/archetype-catalog.xml   |  4 ++--
 content/atom.xml                |  2 +-
 content/start/download.html     |  2 +-
 content/start/quickstart.html   |  2 +-
 content/start/wicket-1.5.x.html | 30 +++++++++++++++---------------
 start/wicket-1.5.x.md           |  6 +++---
 7 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 90bc5b9..0eed48b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,11 +20,11 @@ wicket:
   version_80: 8.1.0
   version_70: 7.10.0
   version_60: 6.29.0
-  version_15: 1.5.17
+  version_15: 1.5.16
   version_14: 1.4.23
   version_13: 1.3.7
   released:   2018-05-22
-  versions:   [6.29.0, 1.5.17, 1.4.23, 7.10.0, 8.1.0, 1.5-SNAPSHOT, 6.30.0-SNAPSHOT, 7.11.0-SNAPSHOT, 8.2.0-SNAPSHOT, 9.0.0-SNAPSHOT]
+  versions:   [6.29.0, 1.5.16, 1.4.23, 7.10.0, 8.1.0, 1.5-SNAPSHOT, 6.30.0-SNAPSHOT, 7.11.0-SNAPSHOT, 8.2.0-SNAPSHOT, 9.0.0-SNAPSHOT]
 
 live_examples_url: http://examples8x.wicket.apache.org/
 

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/content/archetype-catalog.xml
----------------------------------------------------------------------
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index a43a8c3..242eda8 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -61,8 +61,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>1.5.17</version>
-			<description>Wicket 1.5.17 Quickstart</description>
+			<version>1.5.16</version>
+			<description>Wicket 1.5.16 Quickstart</description>
 		</archetype>
 
 		<archetype>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 4920451..5b64685 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>2018-09-18T12:24:03+02:00</updated>
+    <updated>2018-09-18T12:41:10+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/92001fd9/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index 5ba3907..aacd3f4 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -115,7 +115,7 @@ versions.</p>
 	</tr>
 	<tr>
 		<td><a href="wicket-1.5.x.html">Wicket 1.5.x</a></td>
-		<td>1.5.17</td>
+		<td>1.5.16</td>
 		<td>discontinued, upgrade to 7.x or 8.x</td>
 	</tr>
 	<tr>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 63b22b6..9168952 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -127,7 +127,7 @@ command line to your clipboard.</p>
 	<option value="8.1.0">8.1.0</option>
 	<option value="7.10.0">7.10.0</option>
 	<option value="1.4.23">1.4.23</option>
-	<option value="1.5.17">1.5.17</option>
+	<option value="1.5.16">1.5.16</option>
 	<option value="6.29.0">6.29.0</option>
     </select>
   </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/content/start/wicket-1.5.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.5.x.html b/content/start/wicket-1.5.x.html
index 7b876aa..f2ffa02 100644
--- a/content/start/wicket-1.5.x.html
+++ b/content/start/wicket-1.5.x.html
@@ -68,16 +68,16 @@
 between minor versions may break binary 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/1.5.17/CHANGELOG-1.5">change log</a>.</p>
+the <a href="http://archive.apache.org/dist/wicket/1.5.16/CHANGELOG-1.5">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>1.5.17</strong>.</p>
+<p>The most recent release in this branch is: <strong>1.5.16</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">&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.17<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.16<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 <p>Add the snippet above to your project’s POM in the dependency
 (management) section.</p>
@@ -89,23 +89,23 @@ 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/1.5.17/apache-wicket-1.5.17-source.tgz">apache-wicket-1.5.17-source.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/1.5.17/apache-wicket-1.5.17-source.tgz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/apache-wicket-1.5.17-source.tgz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/apache-wicket-1.5.17-source.tgz.sha">SHA</a>
+  <li>Download source <a href="http://archive.apache.org/dist/wicket/1.5.16/apache-wicket-1.5.16-source.tgz">apache-wicket-1.5.16-source.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/1.5.16/apache-wicket-1.5.16-source.tgz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/apache-wicket-1.5.16-source.tgz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/apache-wicket-1.5.16-source.tgz.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/1.5.17/binaries/apache-wicket-1.5.17.tar.gz">apache-wicket-1.5.17.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.tar.gz.sha">SHA</a>
+  <li>Download binaries <a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.tar.gz">apache-wicket-1.5.16.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.tar.gz.sha">SHA</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.17/binaries/apache-wicket-1.5.17.zip">apache-wicket-1.5.17.zip</a>
-(<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.zip.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.zip.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/1.5.17/binaries/apache-wicket-1.5.17.zip.sha">SHA</a>
+  <li>Download binaries <a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.zip">apache-wicket-1.5.16.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/1.5.16/binaries/apache-wicket-1.5.16.zip.sha">SHA</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don’t contain any

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/92001fd9/start/wicket-1.5.x.md
----------------------------------------------------------------------
diff --git a/start/wicket-1.5.x.md b/start/wicket-1.5.x.md
index e979903..f0931eb 100644
--- a/start/wicket-1.5.x.md
+++ b/start/wicket-1.5.x.md
@@ -65,7 +65,7 @@ If you are not a Maven user, you can download the Wicket release manually.
 Use the following links to download Wicket manually to build Wicket
 from source:
 
-- Download source [apache-wicket-{{site.wicket.version_15}}-source.tar.gz](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_15}}/apache-wicket-{{site.wicket.version_15}}-source.tgz)
+- Download source [apache-wicket-{{site.wicket.version_15}}-source.tar.gz](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/apache-wicket-{{site.wicket.version_15}}-source.tgz)
 ([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/apache-wicket-{{site.wicket.version_15}}-source.tgz.asc),
 [MD5](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/apache-wicket-{{site.wicket.version_15}}-source.tgz.md5),
 [SHA](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/apache-wicket-{{site.wicket.version_15}}-source.tgz.sha)
@@ -73,12 +73,12 @@ from source:
 
 Or use the following links to get the pre-packaged binaries instead:
 
-- Download binaries [apache-wicket-{{site.wicket.version_15}}.tar.gz](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.tar.gz)
+- Download binaries [apache-wicket-{{site.wicket.version_15}}.tar.gz](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.tar.gz)
 ([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.tar.gz.asc),
 [MD5](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.tar.gz.md5),
 [SHA](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.tar.gz.sha)
 )
-- Download binaries [apache-wicket-{{site.wicket.version_15}}.zip](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.zip)
+- Download binaries [apache-wicket-{{site.wicket.version_15}}.zip](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.zip)
 ([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.zip.asc),
 [MD5](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.zip.md5),
 [SHA](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}}/binaries/apache-wicket-{{site.wicket.version_15}}.zip.sha)