File tree 4 files changed +7
-7
lines changed
src/main/java/org/neuroml
4 files changed +7
-7
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.13.0
8
+ export JNML_VERSION=0.13.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.13.0
3
+ set JNML_VERSION = 0.13.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.13.0 </version >
7
+ <version >0.13.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >jNeuroML</name >
24
24
<dependency >
25
25
<groupId >org.neuroml1.model</groupId >
26
26
<artifactId >org.neuroml1.model</artifactId >
27
- <version >1.10.0 </version >
27
+ <version >1.10.1 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.neuroml.import</groupId >
31
31
<artifactId >org.neuroml.import</artifactId >
32
- <version >1.10.0 </version >
32
+ <version >1.10.1 </version >
33
33
</dependency >
34
34
35
35
<!-- Dependencies to force use of log4j 2.17.1 -->
59
59
< br />
60
60
< br />
61
61
</top >
62
- <bottom >Copyright NeuroML Contributors 2023 </bottom >
62
+ <bottom >Copyright NeuroML Contributors 2024 </bottom >
63
63
</configuration >
64
64
</plugin >
65
65
<plugin >
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.13.0 " ;
63
+ public static final String JNML_VERSION = "0.13.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