06d45f638cf90c31ae0b0509c6c0bf94827e9489
[ccsdk/sli/plugins.git] / properties-node / 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" 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>
8         <version>1.2.2</version>
9     </parent>
10
11     <groupId>org.onap.ccsdk.sli.plugins</groupId>
12     <artifactId>properties-node-features</artifactId>
13     <version>0.4.2-SNAPSHOT</version>
14     <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>