Skip to content

Commit

Permalink
bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Mar 5, 2017
1 parent 598d31c commit 823c3ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.codefork.conciliator</groupId>
<artifactId>conciliator</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>jar</packaging>

<name>conciliator</name>
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 -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

0 comments on commit 823c3ed

Please sign in to comment.