Skip to content

Commit 63e4e83

Browse files
committed
bump spring boot to 1.3.8; bump to version 1.5.2
1 parent f02b38a commit 63e4e83

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build the .jar file using maven.
5151
Run this command:
5252

5353
```
54-
java -jar refine_viaf-1.5.1.jar
54+
java -jar refine_viaf-1.5.2.jar
5555
```
5656

5757
That's it! You should see some messages as the application starts

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.refine_viaf</groupId>
66
<artifactId>refine_viaf</artifactId>
7-
<version>1.5.1</version>
7+
<version>1.5.2</version>
88
<packaging>jar</packaging>
99

1010
<name>refine_viaf</name>
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>1.3.6.RELEASE</version>
20+
<version>1.3.8.RELEASE</version>
2121
</parent>
2222

2323
<dependencies>

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# the JVM from having to dynamically allocate memory, which takes time.
1515
# -Xms128m -Xmx128m
1616

17-
java -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.5.1.jar
17+
java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.5.2.jar

0 commit comments

Comments
 (0)