-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
22 lines (21 loc) · 868 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>ac.soton.eventb.statemachines.animation</groupId>
<artifactId>root</artifactId>
<name>UML-B Statemachines Animation Root</name>
<description>UML-B Statemachines Animation Root Build</description>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>ac.soton.eventb.statemachines.animation</groupId>
<artifactId>releng</artifactId>
<version>3.0.0.release</version>
<relativePath>./ac.soton.eventb.statemachines.animation.releng</relativePath>
</parent>
<modules>
<module>ac.soton.eventb.statemachines.animation</module>
<module>ac.soton.eventb.statemachines.animation.branding</module>
<module>ac.soton.eventb.statemachines.animation.feature</module>
<module>ac.soton.eventb.statemachines.animation.sdk</module>
</modules>
</project>