0131f51c20e25e79465c821b80f3427874d62358
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnTopology / 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
6  <parent>
7   <groupId>com.highstreet.technologies.odl.dlux</groupId>
8   <artifactId>mwtn</artifactId>
9   <version>0.5.1-SNAPSHOT</version>
10   <relativePath>..</relativePath>
11  </parent>
12
13  <packaging>pom</packaging>
14  <groupId>com.highstreet.technologies.odl.dlux</groupId>
15  <artifactId>mwtnTopology</artifactId>
16  <version>0.5.1-SNAPSHOT</version>
17  <name>${prefix} ${project.artifactId}</name>
18
19  <prerequisites>
20   <maven>3.0</maven>
21  </prerequisites>
22
23  <modules>
24   <module>mwtnTopology-module</module>
25   <module>mwtnTopology-bundle</module>
26  </modules>
27 </project>