blob: 2600dd6878b7752c598d162066768b8532aeb086 [file] [log] [blame]
Avi Zivc175a0d2018-03-15 13:21:44 +02001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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 <name>openecomp-sdc-docker-dist</name>
6 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc-docker-dist</artifactId>
8 <packaging>pom</packaging>
9
10 <url>http://maven.apache.org</url>
11
12 <parent>
13 <groupId>org.openecomp.sdc</groupId>
14 <artifactId>openecomp-sdc</artifactId>
15 <version>1.2.0-SNAPSHOT</version>
16 <relativePath>..</relativePath>
17 </parent>
18
19 <modules>
20 <module>/sdc-onboard-backend-docker</module>
21 <module>/sdc-onboard-db-init-docker</module>
22 </modules>
23
24</project>