Yes. take a look at maven-native's parent. but you must release the parent first.
-D On 3/9/07, Paul Gier <[EMAIL PROTECTED]> wrote:
Is there a way that the module version don't have to match the parent version? I would like to be able to release the individual modules separately. So for example, module1 is at version 2.0-SNAPSHOT and the parent is at 1.1-SNAPSHOT? On Thu, 2007-03-08 at 21:42 -0800, Dan Tran wrote: > 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] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
