blob: 3fe239400edcfcc5d29d4f269c192896b9969e0f [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>
Michael Landod8a0dea2018-06-02 19:23:27 +030015 <version>1.3.0-SNAPSHOT</version>
Avi Zivc175a0d2018-03-15 13:21:44 +020016 <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>