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-TreelineGraph</artifactId>
15 <version>0.1-SNAPSHOT</version>
17 <name>jars/T2-TreelineGraph.jar</name>
18 <description></description>
22 <groupId>sc.fiji</groupId>
23 <artifactId>TrakEM2_</artifactId>
24 <version>${trakem2.version}</version>
27 <groupId>net.imagej</groupId>
28 <artifactId>ij</artifactId>
29 <version>${imagej1.version}</version>
33 <!-- NB: for project parent -->
36 <id>imagej.releases</id>
37 <url>http://maven.imagej.net/content/repositories/releases</url>
40 <id>imagej.snapshots</id>
41 <url>http://maven.imagej.net/content/repositories/snapshots</url>