Xiaoxiang

Results 2 issues of Xiaoxiang

This is a fix for #914 . SNAPSHOT suffix should not be included in version number. For maven release repository, the artifact path is something like {group}/{artifact}/{version}/{artifact}-{version}. For maven snapshot...

LockFileConverter tries to match the expected path for jar files. It expects the path as "[group]/[artifact]/[version]/[artifact]-[version](-[classifier])(.[extension])". However, when a jar is from a SNAPSHOT version, its version is something like...