Skip to content
Ralph Schaer edited this page Aug 4, 2012 · 6 revisions

Branch Strategy for ExtDirectSpring

####master Contains 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 sourcecode 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