blob: 71ae448798b5e07c0f90e4eec94d7f3235d13f7e [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?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>
AviZi280f8012017-06-09 02:39:56 +03006 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc-action-lib</artifactId>
8 <packaging>pom</packaging>
Michael Landof5f13c42017-02-19 12:35:04 +02009
10 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-lib</artifactId>
Ofir Sonsino145e9602019-10-29 11:07:28 +020013 <version>1.6.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016
17 <modules>
18 <module>openecomp-sdc-action-api</module>
19 <module>openecomp-sdc-action-core</module>
20 </modules>
21
22
23</project>