Release version 1.1.0 of sli/plugins
[ccsdk/sli/plugins.git] / restapi-call-node / 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>2.1.0</version>
9     </parent>
10
11     <groupId>org.onap.ccsdk.sli.plugins</groupId>
12     <artifactId>restapi-call-node</artifactId>
13     <version>1.1.1-SNAPSHOT</version>
14     <packaging>pom</packaging>
15
16     <name>ccsdk-sli-plugins :: restapi-call-node</name>
17     <description>This is an implementation of DG Execute Node that makes a call to an external REST API</description>
18
19     <modules>
20         <module>provider</module>
21         <module>installer</module>
22     </modules>
23 </project>