Nitrogen port : sli/plugins
[ccsdk/sli/plugins.git] / properties-node / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
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">\r
3     <modelVersion>4.0.0</modelVersion>\r
4 \r
5     <parent>\r
6         <groupId>org.onap.ccsdk.parent</groupId>\r
7         <artifactId>odlparent-lite</artifactId>\r
8         <version>1.0.1-SNAPSHOT</version>\r
9     </parent>\r
10 \r
11     <groupId>org.onap.ccsdk.sli.plugins</groupId>\r
12     <artifactId>properties-node</artifactId>\r
13     <version>0.2.1-SNAPSHOT</version>\r
14     <packaging>pom</packaging>\r
15 \r
16     <name>ccsdk-sli-plugins :: properties-node</name>\r
17     <description>This is an implementation of DG Execute Node that reads property file and\r
18     puts the properties in the DG context</description>\r
19 \r
20     <modules>\r
21         <module>provider</module>\r
22         <module>features</module>\r
23         <module>installer</module>\r
24     </modules>\r
25 </project>\r