Skip to content

Commit

Permalink
Merge pull request #45 from openworm/development
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
tarelli committed Apr 21, 2014
2 parents e7a5014 + eaff9bf commit f8ac3d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions geppetto.plan
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
http://www.springsource.org/schema/dm-server/plan
http://www.springsource.org/schema/dm-server/plan/springsource-dm-server-plan.xsd">

<artifact type="bundle" name="org.geppetto.core" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.core" version="0.1.2"/>
<artifact type="bundle" name="org.neuroml.model" version="1.2.1"/>
<artifact type="bundle" name="org.geppetto.model.sph" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.solver.sph" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.simulator.sph" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.simulator.jlems" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.testbackend" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.1.1"/>
<artifact type="bundle" name="org.geppetto.model.sph" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.model.neuroml" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.solver.sph" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.simulator.sph" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.simulator.jlems" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.testbackend" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.simulation" version="0.1.2"/>
<artifact type="bundle" name="org.geppetto.frontend" version="0.1.2"/>
</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.1.1</version>
<version>0.1.2</version>
<packaging>pom</packaging>
<modules>
<module>../org.geppetto.core</module>
Expand Down
Binary file added utilities/bnd.jar
Binary file not shown.
1 change: 1 addition & 0 deletions utilities/bndREADME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar bnd.jar wrap filetosgfi.jar

0 comments on commit f8ac3d2

Please sign in to comment.