Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from tomas-pluskal/master
Browse files Browse the repository at this point in the history
Bumped the version number to 2.14.1
  • Loading branch information
tomas-pluskal committed Apr 9, 2015
2 parents 9dcdbfb + 2771b16 commit 92d2a5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.mzmine</groupId>
<artifactId>mzmine</artifactId>
<version>2.14</version>
<version>2.14.1</version>
<name>MZmine 2</name>
<description>MZmine 2 is an open-source project delivering a software for mass-spectrometry data processing, with the main focus on LC-MS data.</description>
<url>http://mzmine.sourceforge.net/</url>
Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cdk.version>1.5.10</cdk.version>
<jmztab.version>3.0.0</jmztab.version>
<jmztab.version>3.0.2</jmztab.version>
</properties>

<mailingLists>
Expand Down Expand Up @@ -358,12 +358,12 @@
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>java3d</groupId>
Expand Down

0 comments on commit 92d2a5e

Please sign in to comment.