Skip to content

Commit

Permalink
To v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 25, 2020
1 parent aff2c2e commit e39345b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>bundle</packaging>
<groupId>org.neuroml.neuroml2modelLite</groupId>
<artifactId>neuroml2modelLite</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>

<dependencies>

Expand All @@ -19,15 +19,15 @@
<dependency>
<groupId>org.neuroml.export</groupId>
<artifactId>org.neuroml.export</artifactId>
<version>1.5.3</version>
<version>1.7.1</version>
</dependency>

</dependencies>

<repositories>
<repository>
<id>org.geppetto-mvn-repo</id>
<url>https://raw.github.com/openworm/org.geppetto.maven/mvn-repo-nml1.5.3</url>
<url>https://raw.github.com/openworm/org.geppetto.maven/mvn-repo-nml1.7.1</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand Down
4 changes: 2 additions & 2 deletions regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
cd ../expr-parser

git pull
mvn clean install
mvn clean install

cd ../org.lemsml.model

Expand All @@ -25,6 +25,6 @@ cd ../neuroml2modelLite
rm -f src/main/resources/*
cp ../neuroml2model/target/org.neuroml.neuroml2-model-*-jar-with-dependencies.jar src/main/resources/

mvn clean install
mvn clean install -Dgeppetto


Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static void main(String[] args) throws IOException, InterruptedException,
//ionChannelFile = "../../geppetto/org.geppetto.model.neuroml/src/test/resources/hhcell/NML2_SingleCompHHCell.nml";
//ionChannelFile = "/tmp/NeuroML_3644588102506634724.tmp";
//ionChannelFile = "../../neuroConstruct/osb/cerebral_cortex/networks/Thalamocortical/NeuroML2/pythonScripts/netbuild/TestL23.net.nml";
ionChannelFile = "../../neuroConstruct/osb/cerebellum/networks/VervaekeEtAl-GolgiCellNetwork/NeuroML2/Golgi_040408_C1.net.nml";
//ionChannelFile = "../../neuroConstruct/osb/cerebellum/networks/VervaekeEtAl-GolgiCellNetwork/NeuroML2/Golgi_040408_C1.net.nml";
if (args.length == 1)
{
ionChannelFile = args[0];
Expand Down
Binary file not shown.

0 comments on commit e39345b

Please sign in to comment.