I have a multimodule maven project and I want to change the version number. Unfortunately, it looks like I have to manually edit each pom.xml (or write some sort of perl script) to accomplish this. Is there a better, cooler, faster way to do this? Maybe with a plugin of some sort?
Leave a comment
http://maven.apache.org/plugins/maven-release-plugin/examples/update-versions.html
have a look in the pom file that gets deployed…. if the property is still unexpanded in the deployed pom file then you are screwed
and it depends on the version of maven you are using.
it will only work if you use one of the ___majorly___ borked versions of maven, e.g. 2.1.0 or 2.2.0