Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCommons / 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/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>com.highstreet.technologies.odl.dlux</groupId>
7     <artifactId>mwtn</artifactId>
8     <version>0.5.1-SNAPSHOT</version>
9     <relativePath>..</relativePath>
10   </parent>
11
12   <groupId>com.highstreet.technologies.odl.dlux</groupId>
13   <artifactId>mwtnCommons</artifactId>
14   <version>0.5.1-SNAPSHOT</version>
15   <name>${prefix} ${project.artifactId}</name>
16   <packaging>pom</packaging>
17
18   <prerequisites>
19     <maven>3.0</maven>
20   </prerequisites>
21
22   <modules>
23     <module>mwtnCommons-module</module>
24     <module>mwtnCommons-bundle</module>
25   </modules>
26 </project>