layout | title | description | group |
---|---|---|---|
page |
Downloads |
Project Downloads page |
nav-right |
{% include JB/setup %}
{{ site.data.project.name }} is released as two source artifacts, one for the OS and another for the integrated Apps.
{% assign releases = site.releases | where: 'released', 'true' | where: 'apache', 'true' | sort: 'date' %} {% if releases.size > 0 %}
{% for release in releases reversed %} {% if release.title %} {% endif %} {% endfor %}Version | Summary | Archive | SHA-512 | Signature | Release Date |
---|---|---|---|---|---|
{{ release.title }} | {{ release.summary }} | OS/Apps | OS/Apps | OS/Apps | {{ release.date | date: "%Y-%m-%d" }} |
Choose a source distribution in tar.gz format, and verify using the corresponding pgp signature (using the committer file in [KEYS](https://downloads.apache.org/{{ site.data.project.incubator_slash_name }}/KEYS)). If you cannot do that, the sha512 hash file may be used to check that the download has completed OK.
For fast downloads, current source distributions are hosted on mirror servers.
For security, hash and signature files are always hosted at Apache. {% else %}
{% assign releases = site.releases | where: 'released', 'true' | where: 'apache', 'false' | sort: 'date' %}
{% for release in releases reversed %} {% if release.title %} {% endif %} {% endfor %}Version | Summary | Archive | Release Date |
---|---|---|---|
{{ release.title }} | {{ release.summary }} | OS/Apps | {{ release.date | date: "%Y-%m-%d" }} |