I recently asked the question below, but no answer.

I was wondering whether I really need to edit all pom.xml files in all my project whenever I bump version numbers.

I'm still new at this, so if this is a trivial question, please bear with me...
--
cg

Christian Goetze wrote:

Why can't I do this:

<project>
 <modelVersion>4.0.0</modelVersion>

 <!-- This project belongs to ... -->
 <parent>
  <groupId>com.sensage</groupId>
  <artifactId>sensage</artifactId>
  <version>${sensage-version}</version>
 </parent>

I do run "mvn -Dsensage-version=3.6"...

It works fine when I run from the top of the project down.
--
cg

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



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

Reply via email to