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 09:47:56 UTC

wicket git commit: Changed release script to use the right download links in the announce mail

Repository: wicket
Updated Branches:
  refs/heads/wicket-8.x 11fcc6e66 -> d334b9a84


Changed release script to use the right download links in the announce mail


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d334b9a8
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d334b9a8
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d334b9a8

Branch: refs/heads/wicket-8.x
Commit: d334b9a8453cad3fc63f2547831e7ab8713b2cbd
Parents: 11fcc6e
Author: Andrea Del Bene <an...@edenviaggi.it>
Authored: Tue Sep 18 11:44:08 2018 +0200
Committer: Andrea Del Bene <an...@edenviaggi.it>
Committed: Tue Sep 18 11:47:39 2018 +0200

----------------------------------------------------------------------
 release.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d334b9a8/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index d15e612..62d2f19 100755
--- a/release.sh
+++ b/release.sh
@@ -237,10 +237,9 @@ update any other dependencies on Wicket projects to the same version):
 </dependency>
 
 Or download and build the distribution yourself, or use our
-convenience binary package
+convenience binary package you can find here:
 
- * Source: http://www.apache.org/dyn/closer.cgi/wicket/$version
- * Binary: http://www.apache.org/dyn/closer.cgi/wicket/$version/binaries
+ * Download: http://wicket.apache.org/start/wicket-$major_version.x.html#manually
 
 Upgrading from earlier versions
 -------------------------------