mvn: protocol supports version ranges starting with upcoming release 0.2.0. So, you may use something like mvn:commons-logging/commons-logging/[1.0,1.1) to find any version commons logging that is >= 1.0 and < 1.1. An idea of Didier Donsez.
Read more about