Mercurial > hg > digilib
annotate common-bioformats/pom.xml @ 1670:0268cfc402fa
Updated version numbers.
author | Robert Casties <r0bcas7@gmail.com> |
---|---|
date | Thu, 23 Nov 2017 18:45:12 +0100 |
parents | cf9dcddf4ec6 |
children | c1e50875a6a3 |
rev | line source |
---|---|
963
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
2 <modelVersion>4.0.0</modelVersion> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
3 <parent> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
4 <artifactId>digilib</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
5 <groupId>digilib</groupId> |
1670
0268cfc402fa
Updated version numbers.
Robert Casties <r0bcas7@gmail.com>
parents:
1661
diff
changeset
|
6 <version>2.5.5</version> |
963
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
7 <relativePath>..</relativePath> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
8 </parent> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
9 <artifactId>digilib-common-bioformats</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
10 <name>digilib-common-bioformats</name> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
11 <description>digilib codec implementation using Bio-Formats (http://loci.wisc.edu/software/bio-formats) library.</description> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
12 <repositories> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
13 <!-- we currently use ImageJ snapshot repo --> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
14 <repository> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
15 <id>imagej.snapshots</id> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
16 <url>http://code.imagej.net/maven2/snapshots</url> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
17 <snapshots/> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
18 </repository> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
19 </repositories> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
20 |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
21 <dependencies> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
22 <dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
23 <groupId>digilib</groupId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
24 <artifactId>digilib-common</artifactId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
25 </dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
26 <dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
27 <groupId>loci</groupId> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
28 <artifactId>bio-formats</artifactId> |
969
6e7a87da622f
bio-formats codec now works sometimes (only mo=q0 and only mo=jpg).
robcast
parents:
963
diff
changeset
|
29 <version>5.0-SNAPSHOT</version> |
963
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
30 </dependency> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
31 </dependencies> |
9f96ecfec4f9
DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents:
diff
changeset
|
32 </project> |