My experience suggests that the "one repository, one version" rule works best. This, however, does not solve the concern of allowing quick releases with multiple simultaneous features.
This concern is better solved with feature branches. Mainline branch, (“master”) must be releasable at any time and contains any bug fixes. All feature work is in a branch. Once the feature is ready, the branch can be merged into master and released. No feature should hold up releasing another independent feature nor bug fixes in the master branch. chas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org