Custom Versioning Module¶
Parashift's Customing Versioning module enables the Configuration of Alfresco's initial version
number from 1.0 to another version such as 0.0 or 0.1
Changelog¶
The change log for Custom Versioning can be found here
Installation¶
Document linking comes with both a Share and Repo amp. Please follow our Installation guide on how to install this module.
Usage¶
Custom Versioning is a globally applied configuration which is automatically active when the module is installed.
Configuration¶
To change the default version in use, you must set the version.default property in alfresco-global.properties.
The property is of the form
version.default=#.#
Where # is a number.
This new default will not apply to existing version numbers, only new documents.
Examples¶
- Default Alfresco behaviour:
version.default=1.0
- Starting with 0:
version.default=0.0
- Starting with a minor version:
version.default=0.1