4f15557adc919248978fab2269a8ce73035e9a8d
[ccsdk/sli/northbound.git] / asdcApi / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     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
6     <parent>
7         <groupId>org.onap.ccsdk.parent</groupId>
8         <artifactId>odlparent-lite</artifactId>
9         <version>1.2.0-SNAPSHOT</version>
10     </parent>
11
12     <groupId>org.onap.ccsdk.sli.northbound</groupId>
13     <artifactId>asdcApi-features</artifactId>
14     <version>0.4.0-SNAPSHOT</version>
15     <packaging>pom</packaging>
16
17     <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
18
19     <modules>
20         <module>ccsdk-asdcApi</module>
21         <module>features-asdcApi</module>
22     </modules>
23 </project>