Artem Eluferev created BIGTOP-3046:
--------------------------------------
Summary: Correct auto find latest maven dist
Key: BIGTOP-3046
URL: https://issues.apache.org/jira/browse/BIGTOP-3046
Project: Bigtop
Issue Type: Bug
Components: tests
Affects Versions: 1.2.1
Reporter: Artem Eluferev
Fix For: 1.3.0
Current variant of the script returns not correct value, if try to run this
script:
`curl --stderr /dev/null 'https://www.apache.org/dist/maven/maven-3/?F=0&V=1' |
grep -o '<li>.*href="3.5.[0-9]*/"' | grep -o '3.5.[0-9]*'`
it's return two line:
`3.5.3`
`3.5.4`
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)