The release process involves using the Maven Nexus plugin to deploy to the Maven Central OSS repository. It does not use the maven release plguin.
mvn versions:set -DnewVersion=2.3.25
mvn versions:commit
git commit -a -m"Updated to version 2.3.25"
git tag v2.3.25
git push
mvn clean deploy -Prelease
mvn versions:set -DnewVersion=2.3.26-SNAPSHOT
mvn versions:commit