Skip to content

Commit

Permalink
Removed all SNAPSHOT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriss committed Sep 26, 2016
1 parent 2c4e3ae commit 6e200aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ __WARNING__: This software is still in beta phase. We do expect it to still have
this newly learned CDF
* added a list of experimental / advanced parameters (all starting with "-x_"). For
more information simply launch the application with the "-help" parameter
* fixed #3 (1db57ae)
* fixed [#3](https://github.com/spectra-cluster/spectra-cluster-cli/issues/3) see 1db57ae

## Installation
The spectra-cluster-cli application is written in Java and therefore runs on Windows, Linux, and Mac OS X.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>uk.ac.ebi.pride.spectracluster</groupId>
<artifactId>spectra-cluster</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.pride.tools</groupId>
Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>uk.ac.ebi.pride.tools</groupId>
<artifactId>mgf-parser</artifactId>
<version>1.3.5-SNAPSHOT</version>
<version>1.3.5</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 6e200aa

Please sign in to comment.