On Thu, Apr 14, 2016 at 9:09 AM, Benson Margulies <bimargul...@gmail.com> wrote:
> The instructions offer two approaches as equivalent: manual tagging
> and pom-editing, and the release plugin.
>
> If you just use the default options and hit <enter> a few times,
> you'll get the tag: commons-io-2.5, NOT commons-io-2.5-RCx. The manual
> process will, on the other hand, name the tag commons-io-2.5-RCx.
>
> It seems to me that the doc should mention this.

However, there's more. The SCM elements in the pom will refer to the
RC tag, which is not what you want once the release is finalized. So I
think that the release plugin procedure has to be to let it create the
commons-io-2.5 tag, and then manually add the -RCx tag for the record.

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

Reply via email to