Skip to content

Commit

Permalink
Update test-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jan 3, 2016
1 parent ae3d7a3 commit a2d59e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ HADOOP_PROFILES=(
set +e
OLD_VERSION=$($MVN -q \
-Dexec.executable="echo" \
-Dexec.fargs='${project.version}' \
-Dexec.args='${project.version}' \
--non-recursive \
org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
if [ $? != 0 ]; then
Expand Down

0 comments on commit a2d59e5

Please sign in to comment.