for a hubot script i need to determine the most recent release version of an artifact. All artifacts are deployed to a sonatype nexus, so i want to use the nexus api to do that.
Is there a way to get the nexus api to return just the version number?
as described here i can use the "resolve" function that returns all information about an artifact i could ever want
For Example:
Note: