Skip to content

Commit 4eecedb

Browse files
authored
[release] fix variable name (#2124)
1 parent 02e1539 commit 4eecedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pipeline {
130130
} else {
131131
echo "changing project version from '${snapshot_version}' to '${user_release_version}' to prepare release ${user_release_version}."
132132
sh(label: "mavenVersionUpdate", script: "./mvnw --batch-mode release:update-versions -DdevelopmentVersion=${user_release_version}-SNAPSHOT")
133-
sh(script: "git commit -a -m 'Version bump ${ver}'")
133+
sh(script: "git commit -a -m 'Version bump ${user_release_version}'")
134134
gitPush()
135135
}
136136
}

0 commit comments

Comments
 (0)