I have a fairly large multi-project maven 2 project. All my child projects specify parent poms version using something like:

   <parent>
       <artifactId>myid</artifactId>
       <groupId>a.b.c</groupId>
       <version>parent-pom-version</version>
   </parent>

Every time I change parent pom's version I have to update all the child poms.

How can I avoid hardcoding the parent pom version in the child poms?

Thanks.

--
Regards,
Farrukh

Web: http://www.wellfleetsoftware.com



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

Reply via email to