blob: ff6596adc323eed6795a8c2c88822c286756437f [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 <name>services</name>
7 <groupId>org.openecomp.services</groupId>
8 <artifactId>services</artifactId>
9 <version>1.2.0-SNAPSHOT</version>
10 <packaging>pom</packaging>
11
12 <modules>
13 <module>activity-spec</module>
14 </modules>
15</project>
16