diff --git a/README.md b/README.md index 4eee9c9..8404fcb 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ build the .jar file using maven. Run this command: ``` -java -jar conciliator-2.0.0.jar +java -jar conciliator-2.1.0.jar ``` That's it! You should see some messages as the application starts diff --git a/pom.xml b/pom.xml index 37c39ed..09bda7d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.codefork.conciliator conciliator - 2.0.0 + 2.1.0 jar conciliator @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.3.RELEASE + 1.4.4.RELEASE diff --git a/run.sh b/run.sh index 35c3765..374f371 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.0.0.jar +java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.1.0.jar