for the same groupID and artifactID how will the following versions be
resolved in a range? The x.y.z is pretty simple based on
x.y.z
x.y.z-blah
x.y.z.blah
x.y.z.blah-3
x.y.z.blah-2
x.y.z-blah-3 <= '-' vs '.'
x.y.z-blah-2 <= '-' vs '.'
Thank you
resolved in a range? The x.y.z is pretty simple based on
x.y.z
x.y.z-blah
x.y.z.blah
x.y.z.blah-3
x.y.z.blah-2
x.y.z-blah-3 <= '-' vs '.'
x.y.z-blah-2 <= '-' vs '.'
Thank you