How-to articles, tricks, and solutions about MAVEN-METADATA
How do I tell Maven to use the latest version of a dependency?
To tell Maven to use the latest version of a dependency, you can use the [RELEASE] or [LATEST] version range in the <version> element of the dependency in your pom.xml file.