- Change version in POM
git commit -am "Set version X.Y.Z-Q." && git push origin
to create actual release commit (replace X.Y.Z-Q by actual version)mvn scm:tag
to tag release commit and thus create a GitHub release (usually only for versions without qualifier)
Run the following command:
mvn versions:display-dependency-updates