Download Apache Continuum

General Availability Releases

Continuum 1.2.3 (GA)

Continuum 1.2.3 (GA) is distributed under the Apache License, version 2.0.

You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours for a new release to reach all mirrors.

Download Checksum Signature
Continuum 1.2.3 (tar.gz) apache-continuum-1.2.3-bin.tar.gz 28M apache-continuum-1.2.3-bin.tar.gz.md5 apache-continuum-1.2-bin.tar.gz.asc
Continuum 1.2.3 (zip) apache-continuum-1.2.3-bin.zip 28M apache-continuum-1.2.3-bin.zip.md5 apache-continuum-1.2.3-bin.zip.asc
Continuum 1.2.3 (war) apache-continuum-1.2.3.war 22M apache-continuum-1.2.3.war.md5 apache-continuum-1.2.3.war.asc
Continuum 1.2.3 (source zip) apache-continuum-1.2.3-src.zip 2.8M apache-continuum-1.2.3-src.zip.md5 apache-continuum-1.2.3-src.zip.asc

Beta Releases

Continuum Data Management 1.2.3.1 (Beta)

Download Checksum Signature
Continuum Data Management 1.2.3.1 (jar) data-management-cli-1.2.3.1-app.jar 11M data-management-cli-1.2.3.1-app.jar.md5 data-management-cli-1.2.3.1-app.jar.asc

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.