blob: a627e11af3c9e88c24195b97589be13e283e28b2 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <artifactId>openecomp-sdc-configuration</artifactId>
6 <name>openecomp-sdc-configuration</name>
7 <version>1.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
9
10
11 <parent>
12 <groupId>org.openecomp.sdc</groupId>
13 <artifactId>openecomp-sdc</artifactId>
14 <version>1.0-SNAPSHOT</version>
15 </parent>
16
17</project>