Skip to content

Commit

Permalink
upgraded to latest version of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
binfalse committed Nov 22, 2016
1 parent 070222b commit e47c91f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</description>

<property name="app.name" value="BiVeS" />
<property name="app.version" value="1.9.1" />
<property name="app.version" value="1.9.2" />
<property name="src" location="src/main/java" />
<property name="build" location="build" />
<property name="dist" location="dist" />
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>de.unirostock.sems</groupId>
<artifactId>BiVeS</artifactId>
<packaging>jar</packaging>
<version>1.9.1</version>
<version>1.9.2</version>
<name>BiVeS</name>
<description>
BiVeS - BioModel Version Control System
Expand Down Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>de.unirostock.sems</groupId>
<artifactId>BiVeS-SBML</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>de.unirostock.sems</groupId>
<artifactId>BiVeS-CellML</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>de.unirostock.sems</groupId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0-beta-7</version>
<version>2.10</version>
</extension>
</extensions>
<resources>
Expand Down

0 comments on commit e47c91f

Please sign in to comment.