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 7, 2016
1 parent 4bcb9d6 commit ef9b5d5
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.1"
version := "2.0.2"

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.1"
FILENAME="PLM-judge-assembly-2.0.1.jar"
VERSION="v2.0.2"
FILENAME="PLM-judge-assembly-2.0.2.jar"

MESSAGEQUEUE_ADDR="plm.telecomnancy.univ-lorraine.fr"
export MESSAGEQUEUE_ADDR
Expand All @@ -26,7 +26,7 @@ fi
echo "Start running $FILENAME"

while [ "$NB_ERROR" -lt "$MAX_ERROR" ]; do
nice java -Xms512m -Xmx1024m -jar "$FILENAME"
nice java -Xms1024m -Xmx1024m -jar "$FILENAME"
let "NB_ERROR += $?"
done

Expand Down

0 comments on commit ef9b5d5

Please sign in to comment.