The behaviour is to remove "-SNAPSHOT" before tagging a release, and after we increment version
number and we re-add-SNAPSHOT because new version is a development version.
This is normally the same thing with parent project and modules.
Generally, sub-modules are defined with <parent/> but it insn't the case in your samples. You can
add too a <dependencyManagement/> in your parent project, so you don't define dependencies versions
in sub-modules.
Emmanuel
Wim Deblauwe a écrit :
But that is not the behaviour I see. When I release a project without
<modules/>, the pom.xml gets updated to SNAPSHOT again. For my
testproject with <modules/>, this does not happen. Not in the parent and
not in any of the child modules.
regards,
Wim
2005/11/29, Emmanuel Venisse <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
Not possible in actual version of release plugin. We consider that
if you release an entire project,
when you start a new version, all sub-components start with a new
version too.
we'll can perhaps add an option that won't update versions.
Emmanuel