root/branches/bioformats-omero/pom.xml
| Revision 839, 0.7 kB (checked in by brain, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>omero</groupId> |
| 7 | <artifactId>main</artifactId> |
| 8 | <version>3.0-TRUNK</version> |
| 9 | </parent> |
| 10 | <name>BioFormats Extension for Omero</name> |
| 11 | <artifactId>client</artifactId> |
| 12 | <packaging>pom</packaging> |
| 13 | <dependencies> |
| 14 | <dependency> |
| 15 | <groupId>omero</groupId> |
| 16 | <artifactId>client</artifactId> |
| 17 | <version>3.0-TRUNK</version> |
| 18 | </dependency> |
| 19 | </dependencies> |
| 20 | /project> |
Note: See TracBrowser
for help on using the browser.
