Hi,
What is the easiest way to set a version in the pom.xml ?
I have a maven app that has 30 poms and in order to update
the version, I have to modify each of these poms manually.
<version>1.1.0</version>
I would like to be able to separate out the version
So that I can just change it in one place and the 30
poms will pick up the change. I keep thinking that I
should be able to have something like...
<version>${myversion}</version>
And a properties file somewhere in which I set the version.
Any suggestions on a simply way to do this would be
greatly appreciated!!!
Bob Aiello
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]