Skip to content

Commit e330ca1

Browse files
committed
involve SPARK-31713
1 parent 201e9fb commit e330ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/test-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ OLD_VERSION=$($MVN -q \
4747
-Dexec.executable="echo" \
4848
-Dexec.args='${project.version}' \
4949
--non-recursive \
50-
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec)
50+
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec | grep -E '[0-9]+\.[0-9]+\.[0-9]+')
5151
if [ $? != 0 ]; then
5252
echo -e "Error while getting version string from Maven:\n$OLD_VERSION"
5353
exit 1

0 commit comments

Comments
 (0)