blob: be440136e4bc089623df582b445a351d66fdf386 [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'Connorafc2d7d2015-06-05 23:31:25 -07006 <version>1.3.0-SNAPSHOT</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>