From 8622b5a990cb94b9520fbbf56619ea7b7116ab8d Mon Sep 17 00:00:00 2001 From: codeforkjeff Date: Fri, 16 Mar 2018 22:52:09 -0700 Subject: [PATCH] final bump to 3.0 --- README.md | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03a816c..87d01c1 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ build the .jar file using maven. Run this command: ``` -java -jar conciliator-2.4.0.jar +java -jar conciliator-3.0.jar ``` That's it! You should see some messages as the application starts diff --git a/run.sh b/run.sh index 328a67d..157fc0a 100755 --- a/run.sh +++ b/run.sh @@ -14,4 +14,4 @@ # the JVM from having to dynamically allocate memory, which takes time. # -Xms128m -Xmx128m -java -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx256m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.4.0.jar +java -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx256m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-3.0.jar