blob: 957dbc058c4ecf6aa8511f941c2c4e6584b77380 [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>
Brian O'Connora78abfc2015-06-05 22:40:03 -07006 <version>1.2.0</version>
cheng fan48e832c2015-05-29 01:54:47 +08007 <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>