blob: 447437fe33b433b3f2b31db07108d8824779a0d8 [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc-action-lib</artifactId>
8 <packaging>pom</packaging>
9
10 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-lib</artifactId>
13 <version>1.0-SNAPSHOT</version>
14 </parent>
15
16
17 <modules>
18 <module>openecomp-sdc-action-api</module>
19 <module>openecomp-sdc-action-core</module>
20 </modules>
21
22
23</project>