blob: b5ffede881a2b00e1e7bbc1e933f5c83fc844d1f [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +02003 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
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-sdc-translator-lib</name>
7 <artifactId>openecomp-sdc-translator-lib</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +02008 <packaging>pom</packaging>
AviZi280f8012017-06-09 02:39:56 +03009
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <artifactId>openecomp-sdc-lib</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
Michael Lando0ad3c802017-09-19 16:32:59 +030013 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030014 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>openecomp-sdc-translator-api</module>
AviZi280f8012017-06-09 02:39:56 +030019 <module>openecomp-sdc-translator-sdk</module>
Michael Landof5f13c42017-02-19 12:35:04 +020020 <module>openecomp-sdc-translator-core</module>
AviZi280f8012017-06-09 02:39:56 +030021 <module>openecomp-sdc-translator-impl</module>
22 <module>att-sdc-translator-impl</module>
Michael Landof5f13c42017-02-19 12:35:04 +020023 </modules>
24
25 <dependencies>
Michael Landof5f13c42017-02-19 12:35:04 +020026 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030027</project>