My pom starts with

   <parent>
       <artifactId>waitlist-parent</artifactId>
       <groupId>edu.berkeley.ist.waitlist</groupId>
       <version>1.1</version>
       <relativePath>../../waitlist-parent/pom.xml</relativePath>
   </parent>

When I run maven and the <version> inside the <parent> tags doesn't match 
what's in the parent's pom, it uses the pom from the repository (assuming there's one there 
with that version).  Is this expected and something that needs to be documented?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to