blob: 66a7114199ecf077440bd8e4c9464fa251408a64 [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>
Ayaka Koshibe41ee2f02015-07-01 16:06:25 -070011 <description>PCEP protocol providers root</description>
cheng fan48e832c2015-05-29 01:54:47 +080012 <modules>
13 <module>topology</module>
14 <module>tunnel</module>
15 <module>app</module>
16 </modules>
17</project>