blob: 75b7b23fb68df8f6af2ed4b3b08f76b79fa49ace [file] [log] [blame]
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -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)0320e9c2019-03-14 12:01:11 -04008 <version>1.2.1</version>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -05009 </parent>
10
11 <groupId>org.onap.ccsdk.sli.plugins</groupId>
12 <artifactId>properties-node-features</artifactId>
Timoney, Dan (dt5972)057bc262019-01-04 09:22:20 -050013 <version>0.4.1-SNAPSHOT</version>
Timoney, Dan (dt5972)1e3fada2019-01-08 12:39:26 -050014 <packaging>pom</packaging>
15
16 <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
17
18 <modules>
19 <module>ccsdk-properties-node</module>
20 <module>features-properties-node</module>
21 </modules>
22</project>