So I have a project with modules, and every module has its pom.xml file
with a reference to the parent, which must include the parent version.
All of these version numbers should be the same. I tried writing:
<parent>
<groupId>com.sensage</groupId>
<artifactId>sensage</artifactId>
<version>${project.version}</version>
</parent>
but this fails.
Is there no way to do this centrally, do I really need to go and edit
all the pom.xml files every time the version changes?
--
cg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]