The current release is 1.1.0 and is available through the Apache mirrors:
Source (hadoop1): 1.1.0 PGP MD5 SHA1 Binary (hadoop1): 1.1.0 PGP MD5 SHA1 Source (hadoop2): 1.1.0 PGP MD5 SHA1 Binary (hadoop2): 1.1.0 PGP MD5 SHA1 Keys: KEYS
Previous source and binary distributions are available through the Apache archives.
Previous Incubator source and binary distributions (1.0.0 and earlier) are available through the Apache Incubator archives.
The Maven coordinates are groupId: org.apache.mrunit and artifactId: mrunit.
It is essential that you verify the integrity of the downloaded files using the PGP signatures. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.
The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. 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 apache-mrunit-X.Y.Z.tar.gz.asc
or
% pgp -ka KEYS % pgp apache-mrunit-X.Y.Z.tar.gz.asc
or
% gpg --import KEYS % gpg --verify apache-mrunit-X.Y.Z.tar.gz.asc