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