fixed bug in generation of alphamasks
[trakem2.git] / pom.xml
bloba1eb186a7ae45e7d7e5854c85228b66de06236c5
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>
8         <parent>
9                 <artifactId>pom-fiji</artifactId>
10                 <version>2.0.0-SNAPSHOT</version>
11                 <groupId>sc.fiji</groupId>
12         </parent>
14         <artifactId>pom-trakem2</artifactId>
15         <version>1.0-SNAPSHOT</version>
16         <packaging>pom</packaging>
18         <name>Aggregator project for Albert Cardona's TrakEM2 software suite</name>
19         <description></description>
21         <properties>
22                 <trakem2.version>1.0b-SNAPSHOT</trakem2.version>
23         </properties>
25         <modules>
26                 <module>TrakEM2_</module>
27                 <module>VectorString</module>
28                 <module>T2-NIT</module>
29                 <module>T2-TreelineGraph</module>
30         </modules>
32         <scm>
33                 <connection>scm:git:git://repo.or.cz/trakem2.git</connection>
34                 <developerConnection>scm:git:repo.or.cz:/srv/git/trakem2.git</developerConnection>
35                 <tag>HEAD</tag>
36                 <url>http://repo.or.cz/w/trakem2.git</url>
37         </scm>
39         <!-- NB: for project parent -->
40         <repositories>
41                 <repository>
42                         <id>imagej.releases</id>
43                         <url>http://maven.imagej.net/content/repositories/releases</url>
44                 </repository>
45                 <repository>
46                         <id>imagej.snapshots</id>
47                         <url>http://maven.imagej.net/content/repositories/snapshots</url>
48                 </repository>
49         </repositories>
51 </project>