From d6054aec0d0796068bfa40f109a6785152037d66 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 20 Sep 2016 13:48:13 +0100 Subject: [PATCH] Ensure version is scraped from parent pom --- mvnw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvnw b/mvnw index ee316a2..0a7dac2 100755 --- a/mvnw +++ b/mvnw @@ -227,7 +227,7 @@ export MAVEN_CMD_LINE_ARGS WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain echo "Running version check" -VERSION=$( sed '\!//' -e 's!.*$!!' ) +VERSION=$( sed '\!//' -e 's!.*$!!' ) echo "The found version is [${VERSION}]" if echo $VERSION | egrep -q 'M|RC'; then