RE: Version Range Question

2007-10-23 Thread Roshan A. Punnoose
23, 2007 2:30 PM To: Maven Users List Subject: Re: Version Range Question Per the "Dependency Mediation and Conflict Resolution" wiki page, this is the correct behavior... http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict +Resolution Default Version comparison defi

Re: Version Range Question

2007-10-23 Thread Wayne Fay
Per the "Dependency Mediation and Conflict Resolution" wiki page, this is the correct behavior... http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution Default Version comparison definition The default specification should be composed as follows: ..([ - ] | [ - ]) Fo

Version Range Question

2007-10-23 Thread Roshan A. Punnoose
Hi, With version ranges, I am finding that if I have a version range of [3.3.0, 4.4.0], it will not pick up my dependency with version 3.3.0-2007. Basically it is saying that 3.3.0-2007 is < 3.3.0. Any ideas? Roshan