I worked a lot on this in the past, and the range I found the easiest to write is: [1.0,2.0-a-a)
= "alpha-alpha" trick yes, this is still a trick, but at least this better shows the intent Regards, Hervé Le vendredi 23 septembre 2016 13:41:37 Robert Patrick a écrit : > Well...like I said, I understand the relationship but clearly, most people > that use version ranges that use a non-inclusive top-end specification do > not want prerelease versions included. I have yet to hear you or anyone > else give me a use case where you want this. > > The fact that I have to fight Maven to achieve this is a pain--and I have > been using Maven for many years now. There should be a simple way to > achieve this that does not require me to do something like this: > > [1.0,1.999999999999999999999999999999999999999999999999999999999999999999999 > 999999999999999999) > > > -----Original Message----- > From: Karl Heinz Marbaise [mailto:[email protected]] > Sent: Friday, September 23, 2016 3:30 PM > To: Maven Users List > Subject: Re: [EXTERNAL] Re: help with version range > > Hi, > > On 23/09/16 18:38, Robert Patrick wrote: > > What I am questioning is the "engineer's approach" to version range > > resolution without > > > > a valid use case for why Maven should consider > pre-released versions > > as within the "not including 2.0" version > range semantics. > The simple answer to this is the timeline of those releases... > So a pre-release (2.0-alpha-1, 2.0-RC1 etc.) will be done before the final > release (2.0) so must be defined as before... > > Kind regards > Karl Heinz Marbaise > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
