Skip to content

Commit 9e4d6ee

Browse files
committed
bump spring boot to 1.3.5, bump version to 1.3
1 parent 3ef9811 commit 9e4d6ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2</version>
7+
<version>1.3</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.3.RELEASE</version>
20+
<version>1.3.5.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.1.jar
17+
java -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.3.jar

0 commit comments

Comments
 (0)