blob: c67a9c54f0d1fb4fb389dc891ba0650a638fa945 [file] [log] [blame]
sheetalm297209b2018-02-20 19:06:27 +05301<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
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>
5
6 <groupId>org.openecomp.activityspec</groupId>
7 <artifactId>activity-spec-web</artifactId>
8 <packaging>pom</packaging>
9
10 <parent>
11 <groupId>org.openecomp.activityspec</groupId>
12 <artifactId>activity-spec</artifactId>
13 <version>1.2.0-SNAPSHOT</version>
14 </parent>
15
16 <modules>
17 <module>activity-spec-service</module>
18 <module>activity-spec-war</module>
19 </modules>
20
21</project>