Hi Dan,
dan tran wrote on Tuesday, September 19, 2006 8:34 AM:
> On 9/18/06, Markus KARG <karg@quipsy.de> wrote:
>>
>> Dan, thank you for your fast answer. In fact, I have some more detail
>> questions as I do not find a complete guide on the version scheme
>> somewhere (maybe you can give me a link to a *complete* guide?):
>>
>> dan tran schrieb:
>>
>>> name your version as 1.0-beta-5-SNAPSHOT, it means your are working
>>> toward 1.0-beta-5 release.
>>
>> This is in contrast to the version scheme told in
>> "BetterBuildsWithMaven.pdf", so does this mean that the SNAPSHOT
>> mechanism only checks for the word SNAPSHOT "somewhere" in the
>> version? Actually qualifiers will lower the version number will
>> build numbers increase the version number. So is this still true
>> when adding -SNAPSHOT AFTER the build number as seen above?
>
>
> The numbering scheme told in BBWM is recommendation only. however,
> if you have
> -SNAPSHOT at the end, when you deploy it to your internal
> repo, who ever
> depends on your snapshot artifact will pickup up the latest of your
> snapshot automatically depending
> your download policy.
This is the theory and the way it should work after resolving MNG-1908 ... ;-)
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|