This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 392f3db6c13 updates downloads page
392f3db6c13 is described below
commit 392f3db6c137772595f348931c653806623dfc13
Author: Dan Haywood <[email protected]>
AuthorDate: Mon Jan 13 23:17:26 2025 +0000
updates downloads page
---
.../docs/modules/ROOT/pages/downloads/how-to.adoc | 49 +++++-----------------
1 file changed, 10 insertions(+), 39 deletions(-)
diff --git a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
index b13cec0a5d9..ee2488f92d8 100644
--- a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
+++ b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
@@ -21,53 +21,25 @@ If you just want to get going quickly, we suggest using our
xref:docs:starters:h
If you want to build Apache Causeway from formally released source tarballs,
you can download from here:
-*
https://www.apache.org/dyn/closer.cgi/causeway/causeway-core/causeway-{page-causewayreleaseversion}-source-release.zip[causeway-{page-causewayreleaseversion}]
(https://www.apache.org/dist/causeway/causeway-core/causeway-{page-causewayreleaseversion}-source-release.zip.asc[asc],
https://www.apache.org/dist/causeway/causeway-core/causeway-{page-causewayreleaseversion}-source-release.zip.md5[md5])
+* 3.x release:
++
+link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion}-source-release.zip[causeway-bom-{page-causewayreleaseversion}-source-release.zip]
(link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion}-source-release.zip.asc[asc],
link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion}-source-release.zip.sha512[sha512])
+:page-causewayreleaseversion2: 2.1.0
+* 2.x release (EOL):
++
+link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion2}-source-release.zip[causeway-bom-{page-causewayreleaseversion2}-source-release.zip]
(link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion2}-source-release.zip.asc[asc],
link:https://downloads.apache.org/causeway/causeway-bom-{page-causewayreleaseversion2}-source-release.zip.sha512[sha512])
-=== Verifying Releases
-
-It is essential that you verify the integrity of any downloaded files using
the PGP or MD5 signatures.
-For more information on signing artifacts and why we do it, check out the
http://www.apache.org/dev/release-signing.html[Release Signing FAQ].
-
-The PGP signatures can be verified using PGP or GPG. First download the
http://www.apache.org/dist/causeway/KEYS[KEYS] as well as the asc signature
file for the artifact.
-Make sure you get these files from the
http://www.apache.org/dist/causeway/[main distribution directory], rather than
from a mirror.
-
-Then verify the signatures using a command such as:
-
-[source,bash,subs="attributes+"]
-----
-pgpk -a KEYS
-pgpv causeway-{page-causewayreleaseversion}-source-release.zip.asc
causeway-{page-causewayreleaseversion}-source-release.zip
-----
-
-or
-[source,bash,subs="attributes+"]
-----
-pgp -ka KEYS
-pgp causeway-{page-causewayreleaseversion}-source-release.zip.asc
causeway-{page-causewayreleaseversion}-source-release.zip
-----
-
-or
-
-[source,bash,subs="attributes+"]
-----
-gpg --import KEYS
-gpg -verify causeway-{page-causewayreleaseversion}-source-release.zip.asc
causeway-{page-causewayreleaseversion}-source-release.zip
-----
+=== Verifying Releases
-Alternatively, you can verify the MD5 signature on the files.
-A Unix/Linux program called `md5` or `md5sum` is included in most
distributions.
-It is also available as part of
http://www.gnu.org/software/textutils/textutils.html[GNU Textutils].
-Windows users can get binary md5 programs from these (and likely other) places:
+You can verify your download using
link:https://www.apache.org/info/verification.html[these procedures] and using
these link:https://downloads.apache.org/causeway/KEYS[KEYS].
-* http://www.md5summer.org/[http://www.md5summer.org/]
-* http://www.fourmilab.ch/md5/[http://www.fourmilab.ch/md5/]
-*
http://www.pc-tools.net/win32/md5sums/[http://www.pc-tools.net/win32/md5sums/]
+For more information on signing artifacts and why we do it, check out the
http://www.apache.org/dev/release-signing.html[Release Signing FAQ].
@@ -99,4 +71,3 @@ The http://projects.apache.org/doap.html[description of a
project] RDF file for
If you want to track the latest developments, there are also
xref:comguide:ROOT:nightly-builds.adoc[nightly builds] and
xref:comguide:ROOT:weekly-builds.adoc[weekly builds].
Although these are maintained by the frameworkâs committers, do be aware that
*these are not official ASF releases*.
-