Project Lifecycle

When creating a project, you can assign it a version using standard Eclipse format which will be the default for project artifacts such as process packages and organization models, and can be used to indicate revisions to the project.

The standard Eclipse formet is:

major.minor.micro.qualifier

The exact use of project versions should be coordinated with the solution designer working on the project, however the following are general guidelines:

major
 Incremented when the new version is incompatible with the previous version. Note that all references within a project to an organization model must be to the same major version of the model.
minor
 Indicates a compatible revision.
micro
 Indicates an internal change.
qualifier
 Used to identify unique builds may use time format or other convention.

Consult with your solution designer to establish a common practice.