blob: 41f7c9b14743fc87857c66df8d2822dfb903da3b [file] [log] [blame]
cheng fan48e832c2015-05-29 01:54:47 +08001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.onosproject</groupId>
5 <artifactId>onos-providers</artifactId>
6 <version>1.2.0-SNAPSHOT</version>
7 <relativePath>../pom.xml</relativePath>
8 </parent>
9 <artifactId>onos-pcep-providers</artifactId>
10 <packaging>pom</packaging>
11 <modules>
12 <module>topology</module>
13 <module>tunnel</module>
14 <module>app</module>
15 </modules>
16</project>