We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5478ec0 commit 9c9a993Copy full SHA for 9c9a993
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_CHECK" || {
+test "$SKIP_VERSION_CHECK" -o "$parentGAV" != "${parentGAV#$}" || {
149
latestParentVersion=$(sh -$- "$MAVEN_HELPER" latest-version "$parentGAV")
150
currentParentVersion=${parentGAV##*:}
151
test "$currentParentVersion" = "$latestParentVersion" ||
0 commit comments