Hi
citing a mail from the wicket-user list, as it has nothing to do with
the artifact resolved:
____
> All is fine as long as I specify a certain version, e.g. 1.4.13
> But using a version range does not work, e.g. [1.4.10,1.5)
well, that´s just spooky!
i tried to reproduce this and while maven 2.1 interprets [1.4.10,1.5) as
we would expect and chooses 1.5-SNAP, maven 2.2.1 as well as 3.0
cannot cope with such a range.
modifing the range to have the same "depth" like
[1.4,1.5) now works again in 2.2.1 and 3.0, but for some weird reason
(smell like char comparision instead of numbers?) it now chooses 1.4.9.
if that 1.5 snapshot should be in or out probably is a matter of
discussion with the maven folks:
[MNG-4751] - Snapshot version not resolved for version range
____
was there a change in the supposed range resolution i am not aware of?
thanks, uwe
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]