make the parent and all submodules using the same snapshot version number.
take a look at this project http://svn.codehaus.org/mojo/trunk/mojo/maven-native -D On 3/8/07, Paul Gier <[EMAIL PROTECTED]> wrote:
I have a multi-module project where some modules depend on others. parent |--module1 |--module2 `--module3 And module 2 depends on the current snapshot version of module 1. I would like to release them all at the same time, but the problem is that the release plugin tells me that module 2 is dependent on a snapshot version of module 1 so it cannot run. How can I get around this issue? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
