I may be wrong, but if your parent is, as in the book, a pom packaged
artifact with a module list then doing a release at that level should
prompt (with sensible defaults) the release of all the modules.

Andy

On Fri, 2006-06-30 at 21:29 +0200, Martijn Dashorst wrote:
> All,
> 
> I've updated the structure of my projects that depend on one another
> to the structure as proposed in the better builds with maven book.
> 
> The one problem I have with this way of building is the link to the
> parent project:
> 
> <parent>
>     <groupId>wicket</groupId>
>     <artifactId>wicket-parent</artifactId>
>     <version>1.2-SNAPSHOT</version>
> </parent>
> 
> Now I have to update all projects to perform a release of say version
> 1.2.1. Or is there a better way?
> 
> BTW. All projects use snapshot dependencies as adviced earlier on this
> mailinglist.
> 
> Martijn
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to