Reputation: 5489
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?
Upvotes: 1
Views: 2503
Reputation: 5489
as described here i can use the "resolve" function that returns all information about an artifact i could ever want
For Example:
Note:
Upvotes: 1