araskind / jmzml

Automatically exported from code.google.com/p/jmzml
0 stars 0 forks source link

Release is a SNAPSHOT #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can you please release a release jar rather than a snapshot? Then it will
be easier to import into our repository (nexus). Thanks.

Original issue reported on code.google.com by alex.geo...@gmail.com on 23 Apr 2009 at 11:21

GoogleCodeExporter commented 8 years ago
All releases now contain the zipped jar file and all libraries need to run 
jmzML. jmzML is also deployed in a Maven repository:

<dependency> 
    <groupId>uk.ac.ebi.jmzml</groupId> 
    <artifactId>jmzml</artifactId> 
    <version>1.6.2</version> 
</dependency>
<repository> 
    <id>ebi-repo</id> 
    <name>The EBI Maven2 repository</name> 
    <url>http://www.ebi.ac.uk/~maven/m2repo</url> 
</repository>

Original comment by harald.b...@gmail.com on 16 Jul 2010 at 5:14