1 <?xml version="1.0" encoding="UTF-8"?>
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
5 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <modelVersion>4.0.0</modelVersion>
9 <groupId>sc.fiji</groupId>
10 <artifactId>pom-trakem2</artifactId>
11 <version>1.0-SNAPSHOT</version>
14 <artifactId>T2-NIT</artifactId>
16 <name>jars/T2-NIT.jar</name>
17 <description></description>
21 <groupId>nz.ac.waikato.cms.weka</groupId>
22 <artifactId>weka-dev</artifactId>
25 <groupId>sc.fiji</groupId>
26 <artifactId>TrakEM2_</artifactId>
29 <groupId>net.imagej</groupId>
30 <artifactId>ij</artifactId>
35 <!-- NB: for project parent -->
37 <id>imagej.public</id>
38 <url>http://maven.imagej.net/content/groups/public</url>