Skip to content

Commit 59af6fb

Browse files
committed
bump to versoin 1.5
1 parent 8cf7672 commit 59af6fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.jar
54+
java -jar refine_viaf-1.5.jar
5555
```
5656

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.4.3</version>
7+
<version>1.5</version>
88
<packaging>jar</packaging>
99

1010
<name>refine_viaf</name>

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.4.jar
17+
java -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/refine_viaf-1.5.jar

0 commit comments

Comments
 (0)