1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
7 <groupId>sc.fiji</groupId>
8 <artifactId>pom-trakem2</artifactId>
9 <version>2.0.0-SNAPSHOT</version>
12 <artifactId>mpicbg-trakem2</artifactId>
13 <version>1.2.3-SNAPSHOT</version>
16 <enforcer.skip>true</enforcer.skip>
21 <groupId>net.imagej</groupId>
22 <artifactId>ij</artifactId>
25 <groupId>mpicbg</groupId>
26 <artifactId>mpicbg</artifactId>
29 <groupId>junit</groupId>
30 <artifactId>junit</artifactId>