Skip to content

Commit ef9b5d5

Browse files
Change version number
1 parent 4bcb9d6 commit ef9b5d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "inc.buggle"
66

77
name := "PLM-judge"
88

9-
version := "2.0.1"
9+
version := "2.0.2"
1010

1111
autoScalaLibrary := false
1212

launcher.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
NB_ERROR=0
44
MAX_ERROR=5
55

6-
VERSION="v2.0.1"
7-
FILENAME="PLM-judge-assembly-2.0.1.jar"
6+
VERSION="v2.0.2"
7+
FILENAME="PLM-judge-assembly-2.0.2.jar"
88

99
MESSAGEQUEUE_ADDR="plm.telecomnancy.univ-lorraine.fr"
1010
export MESSAGEQUEUE_ADDR
@@ -26,7 +26,7 @@ fi
2626
echo "Start running $FILENAME"
2727

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

0 commit comments

Comments
 (0)