Hi all!! I have a question regarding this SNAPSHOT versions issue. Imagine the next situation, there's a project A with version 1.0-SNAPSHOT and another project B wich depends on the first one.
... <dependency> <groupId>A</groupId> <artifactId>A</artifactId> <version>1.0-SNAPSHOT</version> </dependency> ... If I release A project, so it becomes 1.0 version, is there any way of updating automatically dependency version of B project?. Thanks in advance. Cheers. Pablo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]