File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/org/neuroml Expand file tree Collapse file tree 4 files changed +7
-7
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.3
8+ export JNML_VERSION=0.12.4
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.3
3+ set JNML_VERSION = 0.12.4
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.3 </version >
7+ <version >0.12.4 </version >
88 <packaging >jar</packaging >
99
1010 <name >jNeuroML</name >
2424 <dependency >
2525 <groupId >org.neuroml1.model</groupId >
2626 <artifactId >org.neuroml1.model</artifactId >
27- <version >1.9.0 </version >
27+ <version >1.9.1 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.neuroml.import</groupId >
3131 <artifactId >org.neuroml.import</artifactId >
32- <version >1.9.0 </version >
32+ <version >1.9.1 </version >
3333 </dependency >
3434
3535 <!-- Dependencies to force use of log4j 2.17.1 -->
5959 < br />
6060 < br />
6161 </top >
62- <bottom >Copyright NeuroML Contributors 2021 </bottom >
62+ <bottom >Copyright NeuroML Contributors 2023 </bottom >
6363 </configuration >
6464 </plugin >
6565 <plugin >
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.3 " ;
63+ public static final String JNML_VERSION = "0.12.4 " ;
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