File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ build the .jar file using maven.
5151Run this command:
5252
5353```
54- java -jar refine_viaf-1.4 .jar
54+ java -jar refine_viaf-1.5 .jar
5555```
5656
5757That's it! You should see some messages as the application starts
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments