Download Apache Continuum

Previous Releases

More releases are available in the Apache Continuum Archives or prior to the graduation from Maven, in the Apache Maven Archives.

Verify the integrity of the files

We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the particular distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS

% pgpv $filename.tar.gz.asc

or

% pgp -ka KEYS

% pgp $filename.tar.gz.asc

or

% gpg --import KEYS

% gpg --verify $filename.tar.gz.asc

You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of GNU Coreutils. Windows users can get binary md5 programs from Fourmilab, PC-Tools or SlavaSoft.