Hi Bram, On 11/28/06, Bram de Kruijff <[EMAIL PROTECTED]> wrote:
Version.parseVersion and this will result in a NumberFormatExceprtion cause the implementation of Version expects major('.'minor('.'micro('.'qualifier)?)?)? :(
This is actually, how the spec defines the Version. That is, a qualifier is only allowed if there is a minor AND micro version number. So, I fear, there is probably nothing you can do about this except adding a micro version number. On the other hand, this might probably also be an extension worth it to the Maven Bundle Plugin or bnd tool .... Regards Felix