Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Downloading the latest Snapshot

Marc Schlegel wrote:

                    artifact.setVersion(newest.toString());

You likely want

artifact = artifact.setVersion(...)

cf. the API docs of the Artifact interface and the doc on the method's return value.


Benjamin


Back to the top