This document contains a set of guidelines expressing how to evolve plug-in version numbers in a way that captures the nature of the changes that have been made.
Reminder: In Eclipse, version numbers are composed of four (4) segments: 3 integers and a string respectively named major.minor.service.qualifier.
Each segment captures a different intent:
* the major segment indicates breakage in the API
* the minor segment indicates "externally visible" changes
* the service segment indicates bug fixes and the change of development stream (the semantics attached to development stream is new to this proposal, see below)
* the qualifier segment indicates a particular build
Mylyn, formerly called Mylar, is Eclipse open source project to seamlessly integrate a great number of software development QA/VCS tools into the Eclipse IDE program editor.
Post de ZX recordando la necesidad de utilizar el versionado correctamente en un entorno de componentes. De paso menciona que las API tools hacen la vida más sencilla para esto
Post de ZX recordando la necesidad de utilizar el versionado correctamente en un entorno de componentes. De paso menciona que las API tools hacen la vida más sencilla para esto