diff --git a/README.md b/README.md index 8404fcb..62ad258 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ build the .jar file using maven. Run this command: ``` -java -jar conciliator-2.1.0.jar +java -jar conciliator-2.1.1.jar ``` That's it! You should see some messages as the application starts diff --git a/pom.xml b/pom.xml index 09bda7d..2e7be95 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.codefork.conciliator conciliator - 2.1.0 + 2.1.1 jar conciliator diff --git a/run.sh b/run.sh index 374f371..bdc0cec 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 -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.1.0.jar +java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.1.1.jar