Skip to content

Commit

Permalink
Prepare release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Aug 7, 2019
1 parent 18667c8 commit 3bb1ad5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ To use the semantic validation with the mapping file in your own Maven project,
where `jmztab.version` is the version of jmztabm you wish to use, e.g. for a release version:

<properties>
<jmztabm.version>1.0.3</jmztabm.version>
<jmztabm.version>1.0.4</jmztabm.version>
</properties>

as defined in the properties section of your pom file.
Expand Down Expand Up @@ -192,7 +192,7 @@ and
for the io module, where `jmztab.version` is the version of jmztabm you wish to use, e.g. for a `SNAPSHOT` version:

<properties>
<jmztabm.version>0.9.9-SNAPSHOT</jmztabm.version>
<jmztabm.version>1.0.5-SNAPSHOT</jmztabm.version>
</properties>

as defined in the properties section of your pom file.
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>jmztabm</artifactId>
<groupId>de.isas.mztab</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jmztabm-api</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<properties>
<swagger.api.spec>mzTab_m_swagger.yml</swagger.api.spec>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jmztabm-cli</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jmztabm-io</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>
<description>A reader, writer and validator reference implementation for the mzTab format for metabolomics from version 2.0 onwards.</description>
<name>MzTab-M 2.0 reference implementation.</name>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jmztabm-test-utils</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.isas.mztab</groupId>
<artifactId>jmztabm</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jmztabm-validation</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 3bb1ad5

Please sign in to comment.