Skip to content

Commit

Permalink
updated the version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niko-rodrigue committed Dec 19, 2017
1 parent 3901a71 commit 7698234
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<property name="Name" value="${jsbml.Name}" />
<property name="name" value="jsbml" />
<property name="version" value="1.3" />
<property name="version" value="1.3.1" />
<property name="api.version" value="1.3"/>

<property name="year" value="${YEAR}" />
Expand Down
2 changes: 1 addition & 1 deletion core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<property name="Name" value="JSBML"/>
<property name="name" value="jsbml"/>
<property name="version" value="1.3"/>
<property name="version" value="1.3.1"/>
<property name="api.version" value="1.3"/>

<property name="year" value="${YEAR}"/>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-parent</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/src/org/sbml/jsbml/JSBML.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class JSBML {
/**
* The current version number of JSBML.
*/
private static final String jsbmlVersion = "1.3"; // TODO: replace automatically this version number with [BUILD.NUMBER]
private static final String jsbmlVersion = "1.3.1"; // TODO: replace automatically this version number with [BUILD.NUMBER]
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dev/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<name>JSBML</name>
<inceptionYear>2009</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion extensions/arrays/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/comp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/dyn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/fbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/groups/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-parent</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/qual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/render/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/req/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>ext</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jsbml-build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

jsbml.Name=JSBML
jsbml.name=jsbml
jsbml.version=1.3
jsbml.version=1.3.1
jsbml.api.version=1.3
jsbml.groupId=org.sbml.jsbml
jsbml.artifactId=jsbml-parent
Expand Down
2 changes: 1 addition & 1 deletion modules/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/celldesigner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/compare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/libSBMLcompat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/libSBMLio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions modules/offline-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -65,13 +65,13 @@
<dependency>
<groupId>org.sbml.jsbml.ext</groupId>
<artifactId>jsbml-layout</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>

<dependency>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-core</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>

<!-- http://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-parent</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tidy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.sbml.jsbml.modules</groupId>
<artifactId>modules</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tidy/tidy-build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

tidy.Name=Tidy SBMLWriter
tidy.name=jsbml-tidy
tidy.version=1.3
tidy.version=1.3.1
tidy.groupId=org.sbml.jsbml.modules
tidy.artifactId=jsbml-tidy
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml-parent</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<name>JSBML</name>
<inceptionYear>2009</inceptionYear>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:git://github.com/sbmlteam/jsbml.git</connection>
<developerConnection>scm:git:ssh://github.com:sbmlteam/jsbml.git</developerConnection>
<url>http://github.com/sbmlteam/jsbml/tree/master</url>
<tag>jsbml-parent-1.3</tag>
<tag>jsbml-parent-1.3.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7698234

Please sign in to comment.