Skip to content

Commit

Permalink
bump spring boot to 1.3.5, bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed May 22, 2016
1 parent 3ef9811 commit 9e4d6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.refine_viaf</groupId>
<artifactId>refine_viaf</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>

<name>refine_viaf</name>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -14,4 +14,4 @@
# the JVM from having to dynamically allocate memory, which takes time.
# -Xms128m -Xmx128m

java -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.1.jar
java -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.3.jar

0 comments on commit 9e4d6ee

Please sign in to comment.