Release Jakarta M4 artifacts
[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>2.3.3</version>
9     </parent>
10
11     <groupId>org.onap.sdnc.northbound</groupId>
12     <artifactId>vnftools</artifactId>
13     <version>2.3.1-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         <dependencies>
31             <dependency>
32                 <groupId>org.onap.sdnc.northbound</groupId>
33                 <artifactId>vnftools-features</artifactId>
34                 <version>${project.version}</version>
35                 <type>xml</type>
36                 <classifier>features</classifier>
37             </dependency>
38             <dependency>
39                 <groupId>org.onap.sdnc.northbound</groupId>
40                 <artifactId>vnftools-provider</artifactId>
41                 <version>${project.version}</version>
42             </dependency>
43         </dependencies>
44     </dependencyManagement>
45 </project>