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 201e9fb commit e330ca1Copy full SHA for e330ca1
dev/test-dependencies.sh
@@ -47,7 +47,7 @@ OLD_VERSION=$($MVN -q \
47
-Dexec.executable="echo" \
48
-Dexec.args='${project.version}' \
49
--non-recursive \
50
- org.codehaus.mojo:exec-maven-plugin:1.6.0:exec)
+ org.codehaus.mojo:exec-maven-plugin:1.6.0:exec | grep -E '[0-9]+\.[0-9]+\.[0-9]+')
51
if [ $? != 0 ]; then
52
echo -e "Error while getting version string from Maven:\n$OLD_VERSION"
53
exit 1
0 commit comments