Guys & Gals,

I think I'm missing something fairly fundamental here.

I have a setup where there's a parent project, atlassian-base with some common settings on it. This project has many sub-projects which declares atlassian-base as the parent.

e.g.

  <!-- Parent Project Information -->
  <parent>
    <groupId>com.atlassian.base</groupId>
    <artifactId>atlassian-base</artifactId>
    <version>1.1-SNAPSHOT</version>
  </parent>

My problem is that whenever I rev atlassian-base, I now need to go to *all* the child projects and update the parent version manually. Ideally, I'd like to be able to declare <version>latest</version> or something equivalent so it just fetches the latest jar from the local repo. Is something like this possible? Am I totally off the mark here?

Cheers,

Mark C


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

Reply via email to