Skip to content

Commit

Permalink
Release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Hoffmann committed Jun 22, 2018
1 parent e5873a7 commit 9e0c89e
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>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>jmztabm-api</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<packaging>jar</packaging>
<build>
<plugins>
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>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>jmztabm-cli</artifactId>

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>0.9.7-SNAPSHOT</version>
<version>0.9.7</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>0.9.7-SNAPSHOT</version>
<version>0.9.7</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>0.9.7-SNAPSHOT</version>
<version>0.9.7</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>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>jmztabm-validation</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 9e0c89e

Please sign in to comment.