You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Markus KARG <ma...@gmx.net> on 2009/03/07 16:44:48 UTC

Version range excluding SNAPSHOTs

My project is dependent of some library. I want to always use the latest
bugfix but not any new features. So I added <version>[1.0,1.1)</version>
which allows me to use all bugfixes of the 1.0 release. But when I check the
actually used version, I see that 1.1-SNAPSHOT is getting used! How can I
prevent this? Is there a way to say "anything between 1.0 smaller than 1.1,
but NOT SNAPSHOTS"?