blob: 72ae9fc3b5fccaca07ace527df7596c391a27f03 [file] [log] [blame]
Dan Timoney1b476832017-02-15 15:09:44 -05001<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Marcus G K Williamseb2d4022017-08-30 19:32:32 -07003 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -05004
Marcus G K Williamseb2d4022017-08-30 19:32:32 -07005 <parent>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.0.1-SNAPSHOT</version>
9 <relativePath />
Marcus G K Williamseb2d4022017-08-30 19:32:32 -070010 </parent>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -050011
12 <groupId>org.onap.sdnc.northbound</groupId>
Marcus G K Williamseb2d4022017-08-30 19:32:32 -070013 <artifactId>vnfapi-features</artifactId>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -050014 <version>1.3.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
Dan Timoney1b476832017-02-15 15:09:44 -050016
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -050017 <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name>
Dan Timoney1b476832017-02-15 15:09:44 -050018
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -050019 <modules>
20 <module>sdnc-vnfapi</module>
21 <module>features-vnfapi</module>
22 </modules>
Dan Timoney1b476832017-02-15 15:09:44 -050023</project>