Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarelli committed Sep 4, 2018
1 parent 047800d commit 0310faa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions geppetto.plan
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
http://www.springsource.org/schema/dm-server/plan/springsource-dm-server-plan.xsd">


<artifact type="bundle" name="org.geppetto.model" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.core" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.model" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.core" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.4.1"/>


</plan>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.geppetto</groupId>
<artifactId>org.geppetto</artifactId>
<name>Geppetto</name>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>pom</packaging>
<modules>
<module>../org.geppetto.model</module>
Expand Down
20 changes: 10 additions & 10 deletions utilities/docker/geppetto-persistence/geppetto.plan
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
http://www.springsource.org/schema/dm-server/plan/springsource-dm-server-plan.xsd">


<artifact type="bundle" name="org.geppetto.model" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.core" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.persistence" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.model" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.core" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.persistence" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.4.1"/>

<!--
<artifact type="bundle" name="org.geppetto.simulator.external" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.datasources" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.model.nwb" version="0.4.0"/>
<artifact type="bundle" name="org.geppetto.testbackend" version="0.4.0"/> -->
<artifact type="bundle" name="org.geppetto.simulator.external" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.datasources" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.model.nwb" version="0.4.1"/>
<artifact type="bundle" name="org.geppetto.testbackend" version="0.4.1"/> -->



Expand Down

0 comments on commit 0310faa

Please sign in to comment.