blob: b94d9a1cac7ffea13298ca79f3ca9bb05f20505d [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<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 <parent>
6 <artifactId>openecomp-sdc-lib</artifactId>
7 <groupId>org.openecomp.sdc</groupId>
8 <version>1.0.0-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>openecomp-sdc-versioning-lib</artifactId>
12 <packaging>pom</packaging>
13 <name>openecomp-sdc-versioning-lib</name>
14
15 <modules>
16 <module>openecomp-sdc-versioning-api</module>
17 <module>openecomp-sdc-versioning-core</module>
18 </modules>
19
20 <dependencies>
21
22 </dependencies>
23</project>