JAL-3328 JAL-3300 changed invokeLaters to invokeAndWaits for more visible progress
[jalview.git] / getdown / src / getdown / mvn_cmd
index 2e80990..bf2db45 100755 (executable)
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
 
-export VERSION=1.8.3-1.0_JVL
+if [ x$JVLVERSION != x ]; then
+  export VERSION=$JVLVERSION
+else
+  export VERSION=1.8.3-1.0_JVL
+fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
   VERSION=${VERSION}_JVL