hi, i am working with version ranges, which is making problems. if i mark a version range like <version>[1.0,)</version> and there is only 2.0 and no 1.0 version in my local repository, maven gives me an error that it cannot find range [1.0,). if i download 1.0 version it goes fine.
i would expect that maven just picks the version of the local repository as long as it is included in the range. or am i misguided? thanks. -- View this message in context: http://www.nabble.com/problem-with-version-ranges-tf4671291s177.html#a13344785 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
