X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Fmvn_cmd;h=b30194fd9ad6d45a583296e6f23500c0d615a613;hb=4ce97aceb541e3afaed87cdc444d2f52d1ebc944;hp=0cd54ebd336b72a9fa86b44e29de8915bb45a3a6;hpb=f0dfe10695b42e98e4d7b6801786107c478d5111;p=jalview.git diff --git a/getdown/src/getdown/mvn_cmd b/getdown/src/getdown/mvn_cmd index 0cd54eb..b30194f 100755 --- a/getdown/src/getdown/mvn_cmd +++ b/getdown/src/getdown/mvn_cmd @@ -3,7 +3,7 @@ if [ x$JVLVERSION != x ]; then export VERSION=$JVLVERSION else - export VERSION=1.8.3-1.1.8_JVL + export VERSION=1.8.3-1.2.14_JVL fi if [ x${VERSION%_JVL} = x$VERSION ]; then @@ -19,6 +19,7 @@ if [ x$RET = x0 ]; then cp core/target/getdown-core-$VERSION.jar ../../../getdown/lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to getdown/lib" cp core/target/getdown-core-$VERSION.jar ../../../j8lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to j8lib" cp core/target/getdown-core-$VERSION.jar ../../../j11lib/getdown-core.jar && echo "Copied getdown-core-$VERSION.jar to j11lib" + echo "$VERSION" > ../../../getdown/lib/JVL_VERSION fi VERSION=${VERSION/JVL/FJVL} @@ -28,4 +29,5 @@ mvn package -Dgetdown.host.whitelist="jalview.org,*.jalview.org" -Dallow_file_pr RET=$? if [ x$RET = x0 ]; then cp launcher/target/getdown-launcher-$VERSION.jar ../../../getdown/lib/getdown-launcher-local.jar && echo "Copied getdown-launcher-$VERSION.jar to getdown/lib/getdown-launcher-local.jar" + echo "$VERSION" > ../../../getdown/lib/FJVL_VERSION fi