Skip to content

Commit 6c0fc7f

Browse files
committed
Workaround broken function in concourse scripts
See spring-io/concourse-java-scripts#11
1 parent 3ebd247 commit 6c0fc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

+1-1
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)