I use release plugin to update my pom.xml and create tags in subversion. I just created a new release with it. While development was ongoing, my pom.xmls had version 1.5-SNAPSHOT. Release plugin created tag "1.5" and updated my trunk to 1.6-SNAPSHOT. So everything is as I want.
The only thing I need to do is "mvn release:prepare". This creates the correct tag and updates trunk as I want it to. I haven't had any need for release:perform. QUESTION: What do I do when I find some last bugs while installing the release and want to fix them. I would ideally like to have both 1.5 tag and the trunk (1.6-SNAPSHOT) updated with the fixes. Can I do this somehow conveniently with release plugin, or do I have to do it manually (if so, what's the best approach? just fix trunk and copy the changed to the tag?). -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-and-updating-a-release-with-some-fixes-tp4974743p4974743.html Sent from the maven users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
