blob: daedc290e1ec1ea7d8f34b09f99ce75565c245c6 [file] [log] [blame]
Sandeep Shah3da6a9e2019-04-06 18:53:15 -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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
Timoney, Dan (dt5972)148c1532019-08-28 13:21:30 -04008 <version>1.4.1-SNAPSHOT</version>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -05009 <relativePath/>
10 </parent>
11
Timoney, Dan (dt5972)c013cb92019-05-01 18:48:57 -040012 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050013 <artifactId>oofpcipoc</artifactId>
Timoney, Dan (dt5972)148c1532019-08-28 13:21:30 -040014 <version>0.6.1-SNAPSHOT</version>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050015 <packaging>pom</packaging>
16
17 <name>ccsdk-features-sdnr-northbound :: oofpcipoc</name>
18
19 <modules>
20 <module>model</module>
21 <module>feature</module>
22 <module>provider</module>
Sandeep Shah7bbcdbb2019-07-02 15:28:49 -050023 <module>consumer</module>
Sandeep Shah3da6a9e2019-04-06 18:53:15 -050024 <module>installer</module>
25 </modules>
26
27 <properties>
28 <feature-name>oofpcipoc</feature-name>
29 </properties>
30</project>