Skip to content

Commit

Permalink
upgrade spring boot to 1.4.3; bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jan 15, 2017
1 parent 4ce7c51 commit 710d65c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build the .jar file using maven.
Run this command:

```
java -jar conciliator-1.0.2.jar
java -jar conciliator-1.0.3.jar
```

That's it! You should see some messages as the application starts
Expand Down
4 changes: 2 additions & 2 deletions 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>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>conciliator</name>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.8.RELEASE</version>
<version>1.4.3.RELEASE</version>
</parent>

<dependencies>
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-1.0.2.jar
java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-1.0.3.jar

0 comments on commit 710d65c

Please sign in to comment.