maven versions release candidates and snapshot
My goal is to release a project which have a single dependency. I have a nexus repository where i deploy both snapshot and release versions. The one dependency I have has group:artifact:1.1.0-SNAPSHOT and the following Release Candidate is released in my nexus repo group:artifact:1.1.0-RC1 when asking to the versions plugin to resolve the dependencies, it claims that no new dependency is available. So he consider that 1.1.0-SNAPSHOT > 1.1.0-RC1 However, If in my project, i have version 1.0.0-SNAPSHOT, version 1.1.0-RC1 is resolved as the newest version. What am I missing? (I looked into the