[7380] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
[6906] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
---|
[7595] | 5 | http://maven.apache.org/xsd/maven-v4.0.0.xsd"> |
---|
[7380] | 6 | <modelVersion>4.0.0</modelVersion> |
---|
[6906] | 7 | |
---|
| 8 | <parent> |
---|
| 9 | <groupId>loci</groupId> |
---|
[7905] | 10 | <artifactId>pom-loci</artifactId> |
---|
[7595] | 11 | <version>1.0-SNAPSHOT</version> |
---|
[6906] | 12 | </parent> |
---|
| 13 | |
---|
[6927] | 14 | <artifactId>misc_plugins</artifactId> |
---|
[7380] | 15 | |
---|
[6906] | 16 | <name>Miscellaneous ImageJ plugins</name> |
---|
| 17 | <description>Various plugins for ImageJ.</description> |
---|
| 18 | <inceptionYear>2010</inceptionYear> |
---|
| 19 | |
---|
| 20 | <licenses> |
---|
| 21 | <license> |
---|
| 22 | <name>BSD</name> |
---|
[7730] | 23 | <url>http://dev.loci.wisc.edu/svn/software/trunk/projects/misc-plugins/LICENSE.txt</url> |
---|
[6906] | 24 | <distribution>repo</distribution> |
---|
| 25 | </license> |
---|
| 26 | </licenses> |
---|
| 27 | |
---|
| 28 | <dependencies> |
---|
| 29 | <dependency> |
---|
[7595] | 30 | <groupId>${imagej.groupId}</groupId> |
---|
[6906] | 31 | <artifactId>ij</artifactId> |
---|
[7595] | 32 | <version>${imagej1.version}</version> |
---|
[6906] | 33 | </dependency> |
---|
[7739] | 34 | <dependency> |
---|
| 35 | <groupId>loci</groupId> |
---|
| 36 | <artifactId>bio-formats</artifactId> |
---|
| 37 | <version>5.0-SNAPSHOT</version> |
---|
| 38 | </dependency> |
---|
[6906] | 39 | </dependencies> |
---|
| 40 | |
---|
| 41 | <developers> |
---|
| 42 | <developer> |
---|
| 43 | <id>aivar</id> |
---|
| 44 | <name>Aivar Grislis</name> |
---|
| 45 | <email>grislis@wisc.edu</email> |
---|
| 46 | <url>http://loci.wisc.edu/people/aivar-grislis</url> |
---|
| 47 | <organization>UW-Madison LOCI</organization> |
---|
| 48 | <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
---|
| 49 | <roles> |
---|
| 50 | <role>developer</role> |
---|
| 51 | </roles> |
---|
| 52 | <timezone>-6</timezone> |
---|
| 53 | <properties> |
---|
| 54 | <picUrl>http://loci.wisc.edu/files/loci/images/people/Aivar.jpg</picUrl> |
---|
| 55 | </properties> |
---|
| 56 | </developer> |
---|
[7738] | 57 | <developer> |
---|
| 58 | <id>curtis</id> |
---|
| 59 | <name>Curtis Rueden</name> |
---|
| 60 | <email>ctrueden@wisc.edu</email> |
---|
| 61 | <url>http://loci.wisc.edu/people/curtis-rueden</url> |
---|
| 62 | <organization>UW-Madison LOCI</organization> |
---|
| 63 | <organizationUrl>http://loci.wisc.edu/</organizationUrl> |
---|
| 64 | <roles> |
---|
| 65 | <role>architect</role> |
---|
| 66 | <role>developer</role> |
---|
| 67 | </roles> |
---|
| 68 | <timezone>-6</timezone> |
---|
| 69 | <properties> |
---|
| 70 | <picUrl>http://loci.wisc.edu/files/loci/images/people/curtis-2010.jpg</picUrl> |
---|
| 71 | </properties> |
---|
| 72 | </developer> |
---|
[6906] | 73 | </developers> |
---|
| 74 | |
---|
[7595] | 75 | <!-- NB: for loci-base, in case of partial checkout --> |
---|
[6906] | 76 | <repositories> |
---|
| 77 | <repository> |
---|
| 78 | <id>loci.releases</id> |
---|
[7612] | 79 | <url>http://dev.loci.wisc.edu/maven2/releases</url> |
---|
[6906] | 80 | </repository> |
---|
[7595] | 81 | <repository> |
---|
| 82 | <id>loci.snapshots</id> |
---|
[7612] | 83 | <url>http://dev.loci.wisc.edu/maven2/snapshots</url> |
---|
[7595] | 84 | </repository> |
---|
[6906] | 85 | </repositories> |
---|
| 86 | |
---|
| 87 | </project> |
---|