Am Donnerstag 13 Januar 2011, 13:42:01 schrieb [email protected]:
>  Hi all,
> 
> this might be a simple one and if there is documentation about it I'm happy
> to read that.
> 
> Its a basic understanding question:
> 
> I have a maven project and do a release - lets say 1.1
> 
> The maven release plugin manipulates the poms and tags the software in the
> scm.
> 
> the trunk itself has e.g. 1.2-SNAPSHOT - everything is fine and the release
> is done
> 
> 
> How is the procedure if one needs to patch 1.1 to 1.1.1 ?
> 
> I guess one has to create a branch from the tagged version. Then the
> version in the poms have to be set to 1.1.1-SNAPSHOT and then development
> starts.
> 
> Is this process only doable by hand or is there also maven tools for that ?

versions-maven-plugin might be useful for setting the versions with a single 
command.

hth,
- martin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to