Hi,

> Hi,

> What is the recommended methods to change contents (version numbers)
> <version> within multiple pom.xml? Is there anything like REXML in RUBY?

> Thanks.

> A.

this is normally achieved using the maven-release-plugin. See the
documentation on http://maven.apache.org/plugins/maven-release-plugin

The release plugin will request the release version for each pom,
create a tag in your scm repository and prepare the poms for the next
development iteration.


Francois




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to