Jane Young wrote:
> No, the most current version will not be used.
> Since org.glassfish.gmbal:gmbal:3.0.0-b004 artfiact is defined in
> dependencyManagemet of the parent level pom.xml, the version
> information is inherited to the child poms. No need to include the
> version. Defining the dependencies in the parent level helps
> centralize the dependency information in one pom. We don't want
> multiple child poms depending on the same artifact with different
> versions. Just think, it would be really complex for the packager
> module to figure out which version to include in v3.
>
OK, so what you want is the top-most POM should have a fully specified
version (currently 3.0.0-b004),
and all dependent POMs should just specifiy 3.0.0?
Thanks,
Ken.