Skip to content

Commit

Permalink
final bump to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Mar 17, 2018
1 parent e8a17e3 commit 8622b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8622b5a

Please sign in to comment.