Update CCSDK parent pom version to 1.5.2-SNAPSHOT
[sdnc/northbound.git] / vnftools / 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.5.2-SNAPSHOT</version>
9         </parent>
10
11         <groupId>org.onap.sdnc.northbound</groupId>
12         <artifactId>vnftools</artifactId>
13         <version>1.8.0-SNAPSHOT</version>
14         <packaging>pom</packaging>
15
16         <name>VNF Tools Plugin</name>
17         <description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
18
19         <modules>
20     <module>provider</module>
21     <module>features</module>
22     <module>installer</module>
23   </modules>
24
25         <properties>
26                 <feature-name>vnftools</feature-name>
27         </properties>
28
29         <dependencyManagement>
30
31                 <dependencies>
32                         <dependency>
33                                 <groupId>org.onap.sdnc.northbound</groupId>
34                                 <artifactId>vnftools-features</artifactId>
35                                 <version>${project.version}</version>
36                                 <type>xml</type>
37                                 <classifier>features</classifier>
38                         </dependency>
39
40                         <dependency>
41                                 <groupId>org.onap.sdnc.northbound</groupId>
42                                 <artifactId>vnftools-provider</artifactId>
43                                 <version>${project.version}</version>
44                         </dependency>
45                 </dependencies>
46
47
48         </dependencyManagement>
49 </project>