File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,15 +141,18 @@ esac
141141# Check that the release version number conforms to SemVer.
142142VALID_SEMVER_BUMP=" $( cd " $( dirname " $0 " ) " && pwd) /valid-semver-bump.sh"
143143test -f " $VALID_SEMVER_BUMP " ||
144- die " Missing helper script at '$VALID_SEMVER_BUMP '"
144+ die " Missing helper script at '$VALID_SEMVER_BUMP '
145+ Do you have a full clone of git://github.com/scijava/scijava-scripts?"
145146test " $SKIP_VERSION_CHECK " || {
146- sh -$- " $VALID_SEMVER_BUMP " " $pomVersion " " $VERSION " || die
147+ sh -$- " $VALID_SEMVER_BUMP " " $pomVersion " " $VERSION " ||
148+ die " If you are sure, try again with --skip-version-check flag."
147149}
148150
149151# Check that the project extends the latest version of pom-scijava.
150152MAVEN_HELPER=" $( cd " $( dirname " $0 " ) " && pwd) /maven-helper.sh"
151153test -f " $MAVEN_HELPER " ||
152- die " Missing helper script at '$MAVEN_HELPER '"
154+ die " Missing helper script at '$MAVEN_HELPER '
155+ Do you have a full clone of git://github.com/scijava/scijava-scripts?"
153156test " $SKIP_VERSION_CHECK " -o " $parentGAV " ! = " ${parentGAV# $} " || {
154157 latestParentVersion=$( sh -$- " $MAVEN_HELPER " latest-version " $parentGAV " )
155158 currentParentVersion=${parentGAV##*: }
You can’t perform that action at this time.
0 commit comments