If you are not using the release:perform, how are you creating the
releaser artifact 1.5 ? I am guessing you are running the install or
deploy from the new tag 1.5.

As far rescue changes, you will have to make changes to trunk or tag
and then merge them to the other.

Ideally I would create another release 1.5.1 using release;prepare and
perform which will create a tag for 1.5.1 as well so that you will
have reproducable builds for both 1.5 and 1.5.1


On 4/28/10, napple fabble <[email protected]> wrote:
>
> 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]
>
>

-- 
Sent from my mobile device

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to