Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Feb 11, 2020
1 parent 29667f5 commit 7d9e9a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>jmztabm-api</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>
<artifactId>jmztabm-validation</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 7d9e9a8

Please sign in to comment.