File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/neuroml Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55# Type java -X for more info
66export JNML_MAX_MEMORY=400M
77
8- export JNML_VERSION=0.12.2
8+ export JNML_VERSION=0.12.3
99
1010
1111export CLASSPATH=.:./target/jNeuroML-$JNML_VERSION -jar-with-dependencies.jar:$JNML_HOME /target/jNeuroML-$JNML_VERSION -jar-with-dependencies.jar
Original file line number Diff line number Diff line change 11@ echo off
22
3- set JNML_VERSION = 0.12.2
3+ set JNML_VERSION = 0.12.3
44
55set CLASSPATH = target\jNeuroML-%JNML_VERSION% -jar-with-dependencies.jar;%JNML_HOME% \jNeuroML-%JNML_VERSION% -jar-with-dependencies.jar
66
Original file line number Diff line number Diff line change 44
55 <groupId >org.neuroml</groupId >
66 <artifactId >jNeuroML</artifactId >
7- <version >0.12.2 </version >
7+ <version >0.12.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >jNeuroML</name >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class JNeuroML
6060
6161 public static final String JNML_SCRIPT = "jnml" ;
6262
63- public static final String JNML_VERSION = "0.12.2 " ;
63+ public static final String JNML_VERSION = "0.12.3 " ;
6464
6565 public static final String HELP_FLAG = "-help" ;
6666 public static final String HELP_FLAG_SHORT = "-h" ;
You can’t perform that action at this time.
0 commit comments