Skip to content

Commit

Permalink
Merge pull request #24 from lifs-tools/1.0.3
Browse files Browse the repository at this point in the history
Release Branch 1.0.3
  • Loading branch information
Nils Hoffmann authored Aug 6, 2019
2 parents fcd11a9 + 179faf1 commit 65ecb01
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 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.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>jmztabm-api</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</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-SNAPSHOT</version>
<version>1.0.3</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-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>jmztabm-io</artifactId>
<packaging>jar</packaging>
Expand Down
19 changes: 19 additions & 0 deletions io/src/main/java/de/isas/mztab2/io/validators/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright 2019 Leibniz-Institut für Analytische Wissenschaften – ISAS – e.V..
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* This package contains implementations for validation of mzTab-M parts during parsing.
*/
package de.isas.mztab2.io.validators;
6 changes: 3 additions & 3 deletions 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-SNAPSHOT</version>
<version>1.0.3</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 Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>4.0.2</version>
<version>5.2.1</version>
<configuration>
<cveValidForHours>12</cveValidForHours>
<failBuildOnCVSS>4</failBuildOnCVSS>
Expand Down Expand Up @@ -536,7 +536,7 @@
<mockito.version>2.19.0</mockito.version>
<olsclient.version>2.11</olsclient.version>
<jxpath.version>1.3</jxpath.version>
<spring.version>4.3.18.RELEASE</spring.version>
<spring.version>4.3.25.RELEASE</spring.version>
<logback.version>1.2.3</logback.version>
<diffutils.version>2.2</diffutils.version>
<javaobjectdiff.version>0.95</javaobjectdiff.version>
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-SNAPSHOT</version>
<version>1.0.3</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-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>jmztabm-validation</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 65ecb01

Please sign in to comment.