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 5
5
# Type java -X for more info
6
6
export JNML_MAX_MEMORY=400M
7
7
8
- export JNML_VERSION=0.12.0
8
+ export JNML_VERSION=0.12.1
9
9
10
10
11
11
export 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 1
1
@ echo off
2
2
3
- set JNML_VERSION = 0.12.0
3
+ set JNML_VERSION = 0.12.1
4
4
5
5
set CLASSPATH = target\jNeuroML-%JNML_VERSION% -jar-with-dependencies.jar;%JNML_HOME% \jNeuroML-%JNML_VERSION% -jar-with-dependencies.jar
6
6
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.neuroml</groupId >
6
6
<artifactId >jNeuroML</artifactId >
7
- <version >0.12.0 </version >
7
+ <version >0.12.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >jNeuroML</name >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class JNeuroML
60
60
61
61
public static final String JNML_SCRIPT = "jnml" ;
62
62
63
- public static final String JNML_VERSION = "0.12.0 " ;
63
+ public static final String JNML_VERSION = "0.12.1 " ;
64
64
65
65
public static final String HELP_FLAG = "-help" ;
66
66
public static final String HELP_FLAG_SHORT = "-h" ;
You can’t perform that action at this time.
0 commit comments