On 11/26/05, John Tolentino <[EMAIL PROTECTED]> wrote:
> You can use a combination of:
> 1. Defining versions on the root pom through the dependency management
> section. Skip the dependency versions in your modules since they will
> inherit the parent pom's.
> 2. Use SNAPSHOTS for modules that you change often because they're still
> under development. Other projects that depends on your project using the
> SNAPSHOT will download the latest copy you upload (timestamp based).

3. Use version ranges, which will use the best version matching all
required ranges - eg [2.0,) means >= 2.0.

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

Reply via email to