On 12 April 2011 19:19, Matt Benson <gudnabr...@gmail.com> wrote:
> On Tue, Apr 12, 2011 at 1:14 PM, Hoat Le <hoatle...@gmail.com> wrote:
>> Hello,
>>
>>  <groupId>org.apache.commons</groupId>
>>  <artifactId>commons-lang3</artifactId>
>>  <version>3.0</version>
>>  <name>Commons Lang</name>
>>
>> As maven convention, we should use 3.0-SNAPSHOT for development-version
>> (trunk here).  I don't think we should use 3.0 here which is considered as a
>> released version? Or any reason for doing that?
>>
>
> Ordinarily the version is set as 3.0-SNAPSHOT as you suggest.  It's
> been set to 3.0 in trunk lately because we're in the throes of the RC
> cycle.

I'm inclined to agree with the OP - trunk should never be anything
other than -SNAPSHOT, as it can seriously mess with repos and CI
builders.

AFAIK, the Maven release plugin changes the version temporarily to
remove the -SNAPSHOT but restores it soon after.

The manual release method - using a separate working copy - never
allows the trunk to be seen in non-SNAPSHOT state (IMO the release
plugin ought to behave that way too, but that's a different matter).

> Matt
>
>> Thanks!
>>
>> --
>> Hoat Le [hoatle.net]
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

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

Reply via email to