Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuNICOLAS committed Sep 12, 2016
1 parent 700e5a9 commit 1a377d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "inc.buggle"

name := "PLM-judge"

version := "2.0.2"
version := "2.0.3"

autoScalaLibrary := false

Expand Down
6 changes: 3 additions & 3 deletions launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
NB_ERROR=0
MAX_ERROR=5

VERSION="v2.0.2"
FILENAME="PLM-judge-assembly-2.0.2.jar"
VERSION="2.0.3"
FILENAME="PLM-judge-assembly-$VERSION.jar"

MESSAGEQUEUE_ADDR="plm.telecomnancy.univ-lorraine.fr"
export MESSAGEQUEUE_ADDR
Expand All @@ -16,7 +16,7 @@ terminating() {

if [ ! -f "$FILENAME" ]; then
echo "Downloading $FILENAME..."
wget "https://github.com/BuggleInc/PLM-judge/releases/download/$VERSION/$FILENAME"
wget "https://github.com/BuggleInc/PLM-judge/releases/download/v$VERSION/$FILENAME"
if [ $? != 0 ] ; then
echo "Error occurred while downloading $FILENAME..."
terminating
Expand Down

0 comments on commit 1a377d1

Please sign in to comment.