Updated version due to trunk merge
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular.aggregator / pom.xml
1 <project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>eu.etaxonomy.taxeditor</groupId>
4 <artifactId>eu.etaxonomy.taxeditor.aggregator</artifactId>
5 <packaging>pom</packaging>
6
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>taxeditor-parent</artifactId>
10 <version>3.8.0-SNAPSHOT</version>
11 </parent>
12
13 <modules>
14 <module>../eu.etaxonomy.taxeditor.cdmlib</module>
15 <module>../eu.etaxonomy.taxeditor.store</module>
16 <module>../eu.etaxonomy.taxeditor.bulkeditor</module>
17 <module>../eu.etaxonomy.taxeditor.editor</module>
18 <module>../eu.etaxonomy.taxeditor.molecular</module>
19 </modules>
20
21 </project>
22