When we use the release plugin it works well by:

  - Changing our x.x-SNAPSHOT to x.x
  - Checks in and tags our code with the x.x version number
  - Changes x.x to x.x+1.

We would like to have some way of starting a branch from the tagged code and
have it change our x.x to x.x.1-SNAPSHOT so we can release using the
branched version number.  Does something like this exist?  Should we do the
release step differently?  Is there a better way of handling this?

Thanks
Neil Hart

Reply via email to