We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2beada commit 5478ec0Copy full SHA for 5478ec0
1 file changed
release-version.sh
@@ -145,7 +145,7 @@ test "$SKIP_VERSION_CHECK" || {
145
MAVEN_HELPER="$(cd "$(dirname "$0")" && pwd)/maven-helper.sh"
146
test -f "$MAVEN_HELPER" ||
147
die "Missing helper script at '$MAVEN_HELPER'"
148
-test "$SKIP_VERSION_CHECKS" || {
+test "$SKIP_VERSION_CHECK" || {
149
latestParentVersion=$(sh -$- "$MAVEN_HELPER" latest-version "$parentGAV")
150
currentParentVersion=${parentGAV##*:}
151
test "$currentParentVersion" = "$latestParentVersion" ||
0 commit comments