diff --git a/README.md b/README.md index 87d01c1..a670196 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ build the .jar file using maven. Run this command: ``` -java -jar conciliator-3.0.jar +java -jar conciliator-3.0.1.jar ``` That's it! You should see some messages as the application starts diff --git a/pom.xml b/pom.xml index d8435d2..08a0221 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.codefork.conciliator conciliator - 3.0 + 3.0.1 jar conciliator diff --git a/run.sh b/run.sh index 157fc0a..d5519cb 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-3.0.jar +java -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx256m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-3.0.1.jar