blob: 33dbe86139e161ab405b4445dfd3f416f2fdc2df [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>
sheetalm894285b2018-04-12 13:20:36 +05307 <groupId>org.onap.sdc.services</groupId>
sheetalm297209b2018-02-20 19:06:27 +05308 <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