blob: 79ee6fe0a0f42ac0c3a580dc101ea9f7350dbaa7 [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>
MichaelMorris0560a3a2023-10-27 18:18:46 +010013 <version>1.13.6-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>