My team is using feature branches to implement new features and continuously deploys snapshot builds into a remote repo for our users to use. Thus \'deploy\' really only mea
I would suggest to use an appropriate version which represents the branch as well as the version things like:
1.0.0-SNAPSHOT for master
and
1.0.0-F1-SNAPSHOT for feature F1
etc.
This give also an indicator from which release 1.0.0 the feature branch has been made.