blob: 7bee17c7116dc5c13c3f079b71372a8f4b119fe8 [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>
Timoney, Dan (dt5972)80be80f2018-05-31 21:28:15 -04008 <version>1.0.4</version>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -05009 <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)80be80f2018-05-31 21:28:15 -040014 <version>1.3.4-SNAPSHOT</version>
Timoney, Dan (dt5972)131f1fa2018-02-28 21:13:09 -050015 <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>