Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MoDisco/Version Numbering

Version numbering of components in the MoDisco platform.

Initial contribution

Depending on the state of your component, version numbering will start at 0.1.0 or at 0.6.0.

The requirements to start at 0.6.0 are explained in the following section; if your component doesn't match these requirements, version numbering of your component will start at 0.1.0.

* Your component has been developed at least one year before its submission in bugzilla.
* Your component has been developed less than one year before its submission in bugzilla, but it has been widely used and tested in various environments.

Guidelines

The main guidelines of MoDisco components are explained in eclipse rules.

However, MoDisco is an incubation project, and one of the constraints of the incubation phase is that components version numbers must be less than 1.0.0.

And during incubation phase, to differentiate internal states of MoDisco components, we encourage the use of this convention:

* version numbers less than 0.6.0 are considered as initial contribution, or component in specification phase or partially implemented.
* version numbers greater than or equal to 0.6.0 and less than 1.0.0 are considered as reaching completion.

Back to the top