Hi
Consider a multi-module project with a root pom.xml and this root pom has
another parent pom.xml which is considered as separated project 

<parent>
        <groupId>com.foo.core</groupId>
        <artifactId>core-parent</artifactId>
        <version>0.0.2-SNAPSHOT</version>
</parent>

when executing release:prepare however the command asks to update this
parent dependency to 0.0.3-SNAPSHOT but in action no changes I can see and
this parent pom version remains intact

is this a bug or I missed something here?


-----
--
Regards

Mohammad Norouzi

Help each other to reach the future faster

http://pixelshot.wordpress.com Pixelshot Photoblog 

http://brainable.blogspot.com Brainable Blog 


-- 
View this message in context: 
http://old.nabble.com/release-plugin-doesnt-update-parent-pom-tp26926510p26926510.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to