BUG-108: rename routes objects to prevent confusion
[bgpcep.git] / pcep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><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">
3
4         <parent>
5                 <groupId>org.opendaylight.bgpcep</groupId>
6                 <artifactId>protocol-parent</artifactId>
7                 <version>0.3.0-SNAPSHOT</version>
8         </parent>
9         <prerequisites>
10                 <maven>3.0.4</maven>
11         </prerequisites>
12
13         <modelVersion>4.0.0</modelVersion>
14         <artifactId>pcep-parent</artifactId>
15         <description>PCEP protocol parent</description>
16         <packaging>pom</packaging>
17         <name>${project.artifactId}</name>
18         
19         <modules>
20                 <module>api</module>
21                 <module>impl</module>
22                 <module>spi</module>
23         <module>testtool</module>
24         <module>topology-api</module>
25         <module>topology-provider</module>
26         <module>topology-spi</module>
27         <module>tunnel-api</module>
28         <module>tunnel-provider</module>
29     </modules>
30 </project>