4e72f789cd169c30ad4e1f985546dba842819d78
[bgpcep.git] / pcep / topology / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>odlparent-lite</artifactId>
9         <version>2.0.5</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.bgpcep</groupId>
14     <artifactId>pcep-topology-parent</artifactId>
15     <version>0.9.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17     <description>PCEP Topology related components</description>
18     <name>${project.artifactId}</name>
19
20     <modules>
21         <module>topology-api</module>
22         <module>topology-spi</module>
23         <module>topology-provider</module>
24         <module>topology-stats</module>
25         <module>cli</module>
26     </modules>
27 </project>