Setting Your Maven Project Versions
If you're looking to manually set the versions of a Maven project's versions, i.e. as part of a release, it can be a pain if you've got a large project with lots of version numbers.
Fortunately there is the maven-versions-plugin which we can use to i.e. to bump the whole project to 0.2-SNAPSHOT
:
mvn versions:set -DnewVersion=0.2.0-SNAPSHOT