X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Fmvn_cmd;h=ff85c2d3f9f7967ca3eba4e274ee6bde2c8c3ad9;hb=0240a9ed4ae9edcf3393bb9459f66bf68714476d;hp=e9e6c320fd7062e80efbb5cfbdcf8d7a9facf57a;hpb=205ff41c5d14efc1e79f362aee27ca40fbc801bd;p=jalview.git diff --git a/getdown/src/getdown/mvn_cmd b/getdown/src/getdown/mvn_cmd index e9e6c32..ff85c2d 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.2.1_JVL + export VERSION=1.8.3-1.2.7_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