c651e72c99dcbdb5b68bc0d34dcf7145f21d92aa
[bgpcep.git] / topology / 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>topology-parent</artifactId>
15         <description>Topology parent</description>
16         <packaging>pom</packaging>
17         <name>${project.artifactId}</name>
18         
19         <modules>
20                 <module>api</module>
21                 <module>tunnel-api</module>
22         <module>tunnel-pcep</module>
23         <module>segment-routing</module>
24     </modules>
25 </project>