DAO Fusion uses the following policy for official project releases:
Each release has a version in format major.minor.bugfix:
Tags should be created from a corresponding maintenance branch upon new project release. Milestones are part of a transition between two stable releases and their tags can be therefore created directly from the trunk.
Maintenance branch is a branch that follows the major.minor.x naming convention. Only bugfixes, performance enhancements and minor functionality additions that don't break the general API may be committed to the maintenance branch.
New functionality that may cause API changes or changes in project architecture should be considered as part of new feature release. New maintenance branch and a corresponding site project should be created for each and every feature release.
Exactly one daofusion-site project is maintained for each maintenance branch. The site project needs to be updated upon any changes done within the branch as soon as possible. This includes site contents as well as the release changelog.
Artifact versions within pom.xml files reflect the versioning policy in a way that is appropriate for Maven projects: