Skip to content

Commit

Permalink
updated version number to 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
niko-rodrigue committed Dec 13, 2017
1 parent abc75a0 commit 8b3ee97
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@

<property name="Name" value="${jsbml.Name}" />
<property name="name" value="jsbml" />
<property name="version" value="1.3-SNAPSHOT" />
<property name="api.version" value="1.2" />
<property name="version" value="1.3" />
<property name="api.version" value="1.333/>
<property name="year" value="${YEAR}" />
Expand Down
4 changes: 2 additions & 2 deletions core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@

<property name="Name" value="JSBML"/>
<property name="name" value="jsbml"/>
<property name="version" value="1.3-SNAPSHOT"/>
<property name="api.version" value="1.2"/>
<property name="version" value="1.3"/>
<property name="api.version" value="1.3"/>

<property name="year" value="${YEAR}"/>

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-SNAPSHOT"; // TODO: replace automatically this version number with [BUILD.NUMBER]
private static final String jsbmlVersion = "1.3"; // 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-SNAPSHOT</version>
<version>1.3</version>
<packaging>jar</packaging>
<name>JSBML</name>
<inceptionYear>2009</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions jsbml-build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

jsbml.Name=JSBML
jsbml.name=jsbml
jsbml.version=1.3-SNAPSHOT
jsbml.api.version=1.2
jsbml.version=1.3
jsbml.api.version=1.3
jsbml.groupId=org.sbml.jsbml
jsbml.artifactId=jsbml-parent
jsbml.build.javac.source=1.7
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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</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-SNAPSHOT</version>
<version>1.3</version>
</dependency>

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

<!-- http://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
Expand Down

0 comments on commit 8b3ee97

Please sign in to comment.