Get Maven release `scmDevelopmentCommitComment` default value and add [ci skip]

In the Maven release plugin you could set the commit message for the next SNAPSHOT version like this: <scmDevelopmentCommitComment>@{prefix} prepare for next development iteration [ci skip]</

Stack Overflow