You can drop the <version> tag for your module specific pom but you will need to have a <parent> setup for your modules but note that you will need to specify a <version> there, something like this :

<parent>
   <artifactId>maven-plugin-parent</artifactId>
   <groupId>org.apache.maven.plugins</groupId>
   <version>2.0.1</version>
 </parent>

You module should then pick up the version off it if its there's none provided.

HTH,

Rahul


----- Original Message ----- From: "Mick Knutson" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Friday, December 23, 2005 8:11 AM
Subject: [m2] how do I make the modules use the same version as the parent pom?


how do I make the modules use the same version as the parent pom?


--------------------------------------------------------------------------------
Thanks
Mick Knutson

http://www.BASELogic.com
http://www.MickKnutson.com

MSN Messenger: [EMAIL PROTECTED]
--------------------------------------------------------------------------------


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

Reply via email to