Hi, can someone give me a tip where I can find code examples for dealing with repository metadata?
The versions-maven-plugin uses massively deprecated code, projects like pom manipulation extension (Redhat) or this one here: https://github.com/andreasaronsson/nextversion-maven-plugin use their own implementation without any use of maven functions (e.g. proxy settings etc.). Another question: Is there a maven function that tells us that a local SNAPSHOT version is more recent than the SNAPSHOT version in the remote repository? Thank you for the effort! Torsten
