Use tag for dependency versions in your parent pom.
See
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
-allan
Sasvata Chatterjee wrote:
Hi,
I have a multipoject build. In the submodules, in the parent section,
I am using a variable like this:
m
Hi,
I have a multipoject build. In the submodules, in the parent section,
I am using a variable like this:
mygroup
myartifact
${mygroup.myartifact.version}
In the parent pom, I define:
2.2-SNAPSHOT
When I kick off my multiproject build, ever