Skip to content

Commit 770b5f4

Browse files
committed
Merge branch '2.1.x' into 2.2.x
See gh-23962
2 parents a8db6a8 + 6c0fc7f commit 770b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean instal
5050
git reset --hard HEAD^ > /dev/null
5151
if [[ $nextVersion != $snapshotVersion ]]; then
5252
echo "Setting next development version (v$nextVersion)"
53-
set_revision_to_pom "$nextVersion"
53+
set_revision "$nextVersion"
5454
git add pom.xml > /dev/null
5555
git commit -m"Next development version (v$nextVersion)" > /dev/null
5656
fi;

0 commit comments

Comments
 (0)