Latest downloadsProjectsDocumentationResources
CommunityUpcoming |
DownloadsLatest Releases
Apache MINA 2.0.0-RC1 unstable (Java 5+)
Apache MINA 1.1.7 stable (Java 5+)
Apache MINA 1.0.10 stable (Java 1.4)
Verify the integrity of the filesThe PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Then verify the signatures using: $ pgpk -a KEYS $ pgpv mina-1.2.3.tar.gz.asc or $ pgp -ka KEYS $ pgp mina-1.2.3.tar.gz.asc or $ gpg --import KEYS $ gpg --verify mina-1.2.3.tar.gz.asc Latest Pre-release SnapshotsThe snapshot JAR files can be found at the ASF Maven 2 snapshot repository. Please note that we don't provide the full distribution (e.g. tarball) of the latest pre-release snapshots. Please check out the source code from our subversion repository to build the full distribution by yourself. Previous ReleasesThe previous releases can be found here. Version Numbering SchemeThe version number of MINA has the following form:
This scheme has three number components:
and an optional label that indicates the maturity of a release:
MINA is not a stand-alone software, so 'the feature set' here also includes the API of the newly introduced features and the overall architecture of the software, Here's an example that illustrates how MINA version number increases:
Please note that we always specify the micro number, even if it's zero. |