Have you tried the versions-maven plugin ?
with mvn versions:set -DnewVersion="1.1-SNAPSHOT"
you are able to set in all underlying maven projects the given version.
Afterwards you have to do a mvn versions:commit
to remove temporary files and commit to your VCS