Skip to content
Ralph Schaer edited this page Aug 22, 2013 · 6 revisions

Branch Strategy

####master Contains the source for the latest released version.

####next This branch contains the latest changes. If a feature is small the development could happen directly on this branch but a topic branch is the preferred way for new features. When everything is stable and we release a new version this branch will be merged with master. SNAPSHOT builds take the source code from this branch.

####topic xy New features are developed in a topic branch and when stable merged with the next branch.

####main-11 This is the maintenance branch for version 1.1.x.

Clone this wiki locally