Introduction

We divide our available binaries into the following categories:

  • Release builds : stable and official release
  • Milestone builds : development (but stable) release

When a Milestone builds has enough new features and becomes completly tested, it turns into Release builds.

Release Builds

Release builds are those that are ready for production use. They fulfil the quality plan and contain enough new features to be attractive.

The quality plan is based primarily on automatic-testing but not only (Go to Maven report page).

Release Builds Download Page

TODO

Add a link to the Quality Plan.

Milestone Builds

Milestone builds are those that are stable but not crystal-clean. It's internal-release between two official Release builds. We have confidence in them, but might be buggy and should only be used with care to explore future product direction.

If you want to know what the current milestone build contain, go to the change report page. If you want to know what the current build will contain, go to the relase plan page.

Milestone Build Download Page