We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebd247 commit 6c0fc7fCopy full SHA for 6c0fc7f
ci/scripts/stage.sh
@@ -50,7 +50,7 @@ run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean instal
50
git reset --hard HEAD^ > /dev/null
51
if [[ $nextVersion != $snapshotVersion ]]; then
52
echo "Setting next development version (v$nextVersion)"
53
- set_revision_to_pom "$nextVersion"
+ set_revision "$nextVersion"
54
git add pom.xml > /dev/null
55
git commit -m"Next development version (v$nextVersion)" > /dev/null
56
fi;
0 commit comments