That will be in 1.0-beta-1

2009/5/14 DanDude <programmer_offs...@yahoo.com>

>
> Actually, I am trying to use versions plugin to synchronize dependencies
> across all projects in a hierarchy, since I wish to release all projects
> with same version number.
> update-child-modules works, but the only problem is that I have to execute
> the goal on all parent poms.
> Since I have a 3-level hierarchy, is tedious and error prone.
> I wish I could execute update-child-modules on top parent and have it
> update
> all projects in the hierarchy.
>
>
> stephenconnolly wrote:
> >
> > just so you know what update-child-modules does...
> >
> > if the child references the *wrong version of the parent* then
> > update-child-modules will fix your child poms for you.
> >
> > it is just for fixing a broken reactor.
> >
> > You are probably looking for update-properties as that is really the only
> > way (currently) to specify what dependencies to update.
> >
> > -Stephen
> >
> > 2009/5/13 DanDude <programmer_offs...@yahoo.com>
> >
> >>
> >> I have a project where my root project has child1, child2 etc... Each
> >> child
> >> has child11, child12, child21 etc..
> >> I would like to execute update-child-modules so versions across all
> child
> >> projects are updated. Is this possible?
> >> --
> >> View this message in context:
> >>
> http://n2.nabble.com/update-child-modules-of-versions-plugin-on-the-whole-hierarchy-tp2885629p2885629.html
> >> Sent from the maven users mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/update-child-modules-of-versions-plugin-on-the-whole-hierarchy-tp2885629p2887823.html
> Sent from the maven users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to