Github user deart2k commented on the issue:
https://github.com/apache/bigtop/pull/369
The 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`---
